The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre 09d8a6423c Use platform.inc file from ../src directory
git-svn-id: trunk@19838 -
2011-12-13 13:34:16 +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 + Add overloaded Testne function in test1 unit 2011-12-12 16:50:29 +00:00
installer * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
packages Use platform.inc file from ../src directory 2011-12-13 13:34:16 +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 + Test case for bug #20827. The issue itself was fixed in r19668. 2011-12-11 17:00:26 +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