The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2008-10-11 14:42:37 +00:00
compiler * fixed range check error when writing const pointers > high(longint) 2008-10-11 13:39:27 +00:00
ide * If no custom libgdb.a file is found, then we try to look for a system default libgdb.a before deciding to build IDE without debugger support. Some distributions like Debian provide package libgdb-dev with libgdb.a on which official IDE in Debian package should link. 2008-10-11 14:42:37 +00:00
installer Added symbolic to installer 2008-07-03 15:37:04 +00:00
packages * Large patch from Sergei Gorelkin: 2008-10-08 18:06:52 +00:00
rtl + fixed Sysutils' ExecuteProcess() to allow longer ComLine than 256 chars (smartlinking needs this badly) 2008-10-07 19:33:30 +00:00
tests * don't crash when someone uses an integer value to declare a wide/unicode 2008-10-10 15:01:56 +00:00
utils * when cross compiling, fallback to fpc when no cross compiler is found 2008-09-27 10:06:56 +00:00
.gitattributes * don't crash when someone uses an integer value to declare a wide/unicode 2008-10-10 15:01:56 +00:00
.gitignore - removed directory with non-working sources as well with copyrighted sources 2008-05-19 20:20:01 +00:00
Makefile * when cross compiling, fallback to fpc when no cross compiler is found 2008-09-27 10:06:56 +00:00
Makefile.fpc * enabled smart linking by default for Darwin (will break building 2008-07-07 20:12:03 +00:00