The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2011-12-18 22:34:56 +00:00
compiler * Added a lower limit on tdynamicarray block size. Certain values less than dynamicblockbasesize+alignment, e.g. 8 on x86_64, cause grow() to enter an infinite loop. Such values come e.g. from cloning tdataconstnode, which abuses blocksize argument as data size. Mantis #20929. 2011-12-18 22:34:56 +00:00
ide * Do not use InfoLong as size can be different from InfoPtr used in Message 2011-12-13 16:36:15 +00:00
installer * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
packages * Patch from Ludo, Foreign key support for SQLite option. Mantis #20865 2011-12-18 21:56:20 +00:00
rtl * Moved existing exception-related definitions into separate include file seh64.inc, and added some more WinAPI definitions needed for SEH. 2011-12-18 01:15:31 +00:00
tests * tests are only for Darwin 2011-12-18 10:34:28 +00:00
utils * Corrected program name clause 2011-12-14 22:34:05 +00:00
.gitattributes + Added maxmod library for GBA 2011-12-18 11:35:30 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
Makefile.fpc * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00