The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre 1b4a27ed66 Avoid interactive query when resetting file
git-svn-id: trunk@19876 -
2011-12-19 13:03:25 +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 Avoid interactive query when resetting file 2011-12-19 13:03:25 +00:00
installer * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
packages * Use xvasprintf instead od xstrvprintf as the later only appeared in GDB 6.2 2011-12-19 13:01:49 +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