The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
joost ad5d37fa25 * Made logging thread-safe. Handle the indenting of the log separate for each
thread.
 * Log deleting files

git-svn-id: trunk@19886 -
2011-12-23 21:38:35 +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 * Made logging thread-safe. Handle the indenting of the log separate for each 2011-12-23 21:38:35 +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 * Extended usage with additional options for project file 2011-12-23 15:05:18 +00:00
.gitattributes Adds initial Xft and fontconfig headers 2011-12-21 14:51:42 +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