The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 9772da7eeb * compare stripped copies of the compiler instead of the original
compiler binaries when determining whether cycle has finished
    on darwin, because when using Dwarf the linked binaries are
    always slightly different there (because the Dwarf info is kept
    in the object files and is referenced using a unique identifier,
    to be able to ascertain that you are using the correct object
    files and binary together when debugging)

git-svn-id: trunk@9715 -
2008-01-11 20:08:47 +00:00
compiler * compare stripped copies of the compiler instead of the original 2008-01-11 20:08:47 +00:00
fv
ide
installer
packages * fixed unified win32/win64 check 2008-01-09 00:09:54 +00:00
rtl * Only start recycling oschunks once MaxKeptOSChunks chuncks have 2008-01-09 20:39:59 +00:00
tests - deleted since it has been renamed to n_body 2008-01-09 00:14:30 +00:00
utils * regenerated 2008-01-08 23:44:55 +00:00
.gitattributes - deleted since it has been renamed to n_body 2008-01-09 00:14:30 +00:00
.gitignore * no longer used control files. Real units have been moved with history ( I hope ) 2008-01-05 20:55:27 +00:00
Makefile
Makefile.fpc