The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2011-03-14 20:43:03 +00:00
compiler * tcgvecnode, simplified range checking for strings. Removed FPC_*STR_CHECKZERO helpers, and changed FPC_*STR_CHECKRANGE so they accept the original left node. Now strings are checked the same way as dynamic arrays, and the compiler part is considerably simpler. 2011-03-13 15:52:02 +00:00
ide
installer
packages * patch to allow append for TEventlog, from Ido. Mantis 18355 2011-03-13 01:17:34 +00:00
rtl * Moved and renamed GetSpecialDir from sysutils to new windirs unit, so it can be used in the compiler 2011-03-14 20:43:03 +00:00
tests * when checking whether the current class definition finalises an existing 2011-03-13 13:34:49 +00:00
utils * When debug is defined, use -gl, not -glh 2011-03-13 20:48:22 +00:00
.gitattributes * Moved and renamed GetSpecialDir from sysutils to new windirs unit, so it can be used in the compiler 2011-03-14 20:43:03 +00:00
.gitignore + Added libogc binding and examples for Wii 2011-02-23 21:59:42 +00:00
Makefile
Makefile.fpc