The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 60632d0f18 * changed first parameter of gen_digits_32/64() from 'out' to 'var', as that
routine gets called multiple times with the same buffer as parameter and
    then updates it (fixes errors when compiled with -gt)

git-svn-id: trunk@33203 -
2016-03-07 19:59:02 +00:00
compiler - removed "const" from first parameter of check_configfile(), because that 2016-03-07 19:58:59 +00:00
ide Allow i8086 cross IDE by adding missing compiler/x86 unit directory 2016-01-13 10:11:34 +00:00
installer
packages * Fix 2.6.4 compilation 2016-03-06 10:36:53 +00:00
rtl * changed first parameter of gen_digits_32/64() from 'out' to 'var', as that 2016-03-07 19:59:02 +00:00
tests - removed overflow, so the test also works with constant propagation and -Co 2016-03-07 14:40:52 +00:00
utils * Fix bug #29772 2016-03-05 13:41:26 +00:00
.gitattributes + initialise managed string function results with an error string when 2016-03-06 17:22:11 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * Patch from Thaddy de Koning to make 3.0.0 the only starting compiler 2016-01-17 09:24:48 +00:00
Makefile.fpc * Patch from Thaddy de Koning to make 3.0.0 the only starting compiler 2016-01-17 09:24:48 +00:00