The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
michael e94d49f298 * Added dependency on winunits-base
git-svn-id: trunk@19895 -
2011-12-27 16:19:32 +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 * Fix results of a bunch of stat functions, sstat.inc.patch from #20974 2011-12-27 13:04:10 +00:00
rtl * correct INVALID_SOCKET to NOT 0, mantis #20946 2011-12-22 12:20:00 +00:00
tests * Removed executable flag from source files. 2011-12-19 17:40:02 +00:00
utils * Added dependency on winunits-base 2011-12-27 16:19:32 +00:00
.gitattributes * importtl (type library import program) from Ludo Brands (bug 20958) 2011-12-26 16:37:38 +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