The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei 26767125f0 * Refactored TXPathLocationPathNode.Evaluate(), split that awful 3-level nested procedure into
TStep.SelectNodes, TStep.ApplyPredicates and the remaining part.
* Since predicates contained in a location path are evaluated within separate contexts of their own,
  evaluation of the location path itself does not require a full context (only need context nodes).
  This simplifies things quite a bit.
+ Added support for evaluating filter expressions follwed by location path. Things like
  "id('foo')/bar" work now.

git-svn-id: trunk@13244 -
2009-06-06 18:51:50 +00:00
compiler * give an error message when the specified wpo feedback input file 2009-06-06 12:39:09 +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 * Refactored TXPathLocationPathNode.Evaluate(), split that awful 3-level nested procedure into 2009-06-06 18:51:50 +00:00
rtl * fixes and cleanups for tbits (patch by Sergei Gorelkin, mantis #13890) 2009-06-06 14:35:25 +00:00
tests * fixes and cleanups for tbits (patch by Sergei Gorelkin, mantis #13890) 2009-06-06 14:35:25 +00:00
utils + darwin/arm support for fcl-res and fpcres 2009-05-01 12:47:01 +00:00
.gitattributes * fixes and cleanups for tbits (patch by Sergei Gorelkin, mantis #13890) 2009-06-06 14:35:25 +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