The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2010-11-16 11:55:09 +00:00
compiler * Fixed parameter generation for dispatch calls: assuming that everything is passed by reference and needs only sizeof(ptruint) bytes is wrong. 64-bit primitive types (Double,Int64) are passed by value and require twice more space on 32-bit platforms. 2010-11-16 11:55:09 +00:00
ide * Try to compile with mingw64 gdb 2010-11-08 15:44:38 +00:00
installer + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
packages * Added option to ignore further invalid options 2010-11-14 19:25:13 +00:00
rtl * don't change the fpu control word in the initialisation code of dynamic 2010-11-14 16:00:25 +00:00
tests * don't change the fpu control word in the initialisation code of dynamic 2010-11-14 16:00:25 +00:00
utils * Added FPMakeOptions to the global configuration file, to pass custom options to fpmake 2010-11-14 19:29:26 +00:00
.gitattributes * don't change the fpu control word in the initialisation code of dynamic 2010-11-14 16:00:25 +00:00
.gitignore + Added a basic test for TCustomVariantType creation functionality. 2010-11-10 16:21:19 +00:00
Makefile + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00