The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2012-07-11 15:20:11 +00:00
compiler * moved assert handling from second to first pass, so that the code generator 2012-07-11 11:49:47 +00:00
ide * Avoid ShortString limitations for LocateExeFile in PATH environment variable is very long 2012-06-22 19:03:13 +00:00
installer
packages * Patch from Ludo Brands to test Modified behaviour 2012-07-11 15:20:11 +00:00
rtl * Implemented overloaded variant of fileage function 2012-07-11 10:42:23 +00:00
tests * If subtrahend symbol belongs to current section, generate a RELATIVE relocation instead of PIC_PAIR. Now the corresponding relative expressions in assembler operands compile correctly on all i386 targets (and x86_64 too, although such feature is less important there). 2012-07-11 09:05:21 +00:00
utils * Only one result section for overloaded functions 2012-07-11 11:15:09 +00:00
.gitattributes * If subtrahend symbol belongs to current section, generate a RELATIVE relocation instead of PIC_PAIR. Now the corresponding relative expressions in assembler operands compile correctly on all i386 targets (and x86_64 too, although such feature is less important there). 2012-07-11 09:05:21 +00:00
.gitignore
Makefile
Makefile.fpc