mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 02:21:42 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() * Partial fix for #13605 (fixes the issue as reported, but a fix for nodelists returned by GetElementsByTagName[NS] is also needed): - Each node which can have children has an associated instance of TDOMNodeList; - Other nodes are substituted by special 'null' node, having an empty child list; - Muiltiple calls to ChildNodes return the same instance of TDOMNodeList; - Calling Free on result of ChildNodes is optional; if not freed, it will be destroyed with the owning node. tests/domunit.pp: * Changed TFPObjectList to TObjectList, which has been found to destroy its elements in opposite order (reported as #13715). As NodeLists became owned by Document, old (FIFO) destruction order is causing their double destruction. git-svn-id: trunk@13143 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |