The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei 44ebbec358 Minor fixes to the reader:
- Removed remaining assignments of TXMLFileInputSource.SystemID, as it is assigned in constructor.
- As attributes now remove themselves from owner upon destruction, removed the redundant check.
* ReadXMLFile, ReadDTDFile: Moved all assignments of Document to the 'finally' sections to avoid
  leaks if parsing error happens. This was already done in most frequently used overloaded
  ReadXMLFile, but wasn't noticed in other places.
* TXMLReader.CheckName was unable to detect a malformed local part of a QName if its prefix is
  well-formed and crosses the buffer boundary. Fixed.

git-svn-id: trunk@13259 -
2009-06-11 18:29:25 +00:00
compiler * regenerated 2009-06-11 16:16:05 +00:00
ide * mingw textmode IDE debugging support. First working version (for me), atexit handler for mingw and cygwin stuff under ifndef USE_MINGW_GDB 2009-05-17 12:22:41 +00:00
installer + added support for fcl-res 2009-03-01 00:50:06 +00:00
packages Minor fixes to the reader: 2009-06-11 18:29:25 +00:00
rtl * Patch from reporter of bug ID #13924 to fix arguments with spaces if no argv is declared. 2009-06-07 08:53:36 +00:00
tests * when optimizing temp assignments by simply replacing one temp with 2009-06-10 19:14:40 +00:00
utils + darwin/arm support for fcl-res and fpcres 2009-05-01 12:47:01 +00:00
.gitattributes * when optimizing temp assignments by simply replacing one temp with 2009-06-10 19:14:40 +00:00
.gitignore * updated nds/gba linker scripts and reverted some changes for 2.2.4a release 2009-05-31 12:15:24 +00:00
Makefile * Makefiles regenerated 2009-03-01 00:35:12 +00:00
Makefile.fpc + delete base.build-stamp.* 2009-02-01 17:15:51 +00:00