The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei c5114c7423 * Modified TDOMNodeList. It now has a fixed BuildList procedure which iterates descendant nodes,
calling NodeFilter for each node. The NodeFilter return value determines whether the node will
  be added to the list, and whether node's children should be recursively iterated.
  This considerably simplifies creating TDOMNodeList descendants, as they no longer need to mess
  with the class internals (FRevision, FList, etc).

git-svn-id: trunk@13227 -
2009-06-01 20:55:18 +00:00
compiler * fixed compilation after r13217 (some 2.2.x-isms) 2009-06-01 08:08:16 +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 * Modified TDOMNodeList. It now has a fixed BuildList procedure which iterates descendant nodes, 2009-06-01 20:55:18 +00:00
rtl * TCollectionItem.Changed checks update counter of collection, resolves #13813 2009-06-01 16:09:56 +00:00
tests * TCollectionItem.Changed checks update counter of collection, resolves #13813 2009-06-01 16:09:56 +00:00
utils + darwin/arm support for fcl-res and fpcres 2009-05-01 12:47:01 +00:00
.gitattributes * TCollectionItem.Changed checks update counter of collection, resolves #13813 2009-06-01 16:09:56 +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