mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 05:18:40 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() - 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 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |