The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2013-02-14 09:01:07 +00:00
compiler compiler: convert unicode constants which are > 127 to AnsiString (except UTF8String) in runtime to prevent conversion to wrong codepage (read issue #0021195) 2013-02-14 09:01:07 +00:00
ide * Regenerated all makefiles. 2013-01-17 11:36:12 +00:00
installer * Regenerated makefiles. 2013-01-16 14:52:36 +00:00
packages * Updated makefiles. 2013-02-13 17:46:54 +00:00
rtl * MIPS fppipe(): added error handling, and fixed parameter location (assembler procedures should not modify initial location of parameters, but one of MIPS code generator hacks copies parameters to stack. That hack is subject to remove). 2013-02-13 18:01:12 +00:00
tests + Added test obj files for android-i386. 2013-02-13 19:37:00 +00:00
utils * Use standard Android NDK prefixes for binutils by default. 2013-02-13 17:35:55 +00:00
.gitattributes + Added test obj files for android-i386. 2013-02-13 19:37:00 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +00:00
Makefile * Regenerated makefiles. 2013-01-16 14:52:36 +00:00
Makefile.fpc * starting compiler version check to toplevel "all" target 2012-10-17 18:03:41 +00:00