The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
joost 44fe103c46 * Added Regex unit with an NFA regexpression parser, based on code from Julian Bucknall which is used with his permission
* Added RegExprCompat unit which contains an interface to the Regex unit which is compatible with the existing RegExpr unit
 * Added some more tests and added a define UseRegexCompat to make it possible to choose what regex-implementation to test. Test which fail on the existing regex-parser are placed between ifdefs

git-svn-id: trunk@10611 -
2008-04-06 21:23:13 +00:00
compiler * reorder code after r10602 so it is more clear 2008-04-06 12:47:05 +00:00
ide * use UpdateCrc32 instead of Crc32 2008-01-17 19:58:32 +00:00
installer * let installer know package CHM 2007-11-11 21:52:49 +00:00
packages * Added Regex unit with an NFA regexpression parser, based on code from Julian Bucknall which is used with his permission 2008-04-06 21:23:13 +00:00
rtl * val takes care of empty string, patch from Petr Kristan 2008-04-06 19:33:31 +00:00
tests * workaround for default property constant value limitations 2008-03-28 10:15:33 +00:00
utils * split repository in InstalledRepository and AvailableRepository 2008-04-06 21:00:24 +00:00
.gitattributes * Added Regex unit with an NFA regexpression parser, based on code from Julian Bucknall which is used with his permission 2008-04-06 21:23:13 +00:00
.gitignore * base removed 2008-01-27 17:32:57 +00:00
Makefile * add armeb target to compiler/Makefiles 2008-03-24 17:48:11 +00:00
Makefile.fpc * add armeb target to compiler/Makefiles 2008-03-24 17:48:11 +00:00