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 20:21:22 +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
packages Fix AsciiTab proble for powerpc64, InfoLong and InfoPtr are not equivalent 2011-12-13 13:51:23 +00:00
rtl * float_raise: Reduce amount of threadvar accesses, gains a bit more compact code. Functionality is not changed. 2011-12-13 20:21:22 +00:00
tests + Test case for bug #20827. The issue itself was fixed in r19668. 2011-12-11 17:00:26 +00:00
utils
.gitattributes Remove platform.inc 2011-12-13 13:34:47 +00:00
.gitignore
Makefile
Makefile.fpc