The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2011-12-13 16:36:15 +00:00
compiler Check whether the globalsymtable is not Nil before using it! Otherwise an access violation occurs when compiling a program that contains specializations. 2011-12-11 16:10:02 +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 Fix AsciiTab proble for powerpc64, InfoLong and InfoPtr are not equivalent 2011-12-13 13:51:23 +00:00
rtl * Call InitHeap before InitSystemThreads in TLS callback (necessary because InitSystemThreads calls RelocateHeap), and skip both of them in initialization section of system.pp if they have been called from TLS callback. This restores correct initialization sequence which was broken by r19779, resulting in lots of debug messages about corrupted heap when running tests/test/theapthread.pp 2011-12-13 07:40:02 +00:00
tests + Test case for bug #20827. The issue itself was fixed in r19668. 2011-12-11 17:00:26 +00:00
utils * Print usage message 2011-12-07 21:08:20 +00:00
.gitattributes Remove platform.inc 2011-12-13 13:34:47 +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