The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe a2c3826281 * changed fpc_big_chararray and fpc_big_widechararray from
array[0..1023] into array[0..0], because they're used as
    dummy return types for the Xstring_to_chararray helpers,
    and if a smaller array is actually passed as result then
    having a larger array declared will cause -gt to
    overwrite other data

git-svn-id: trunk@6855 -
2007-03-14 19:45:07 +00:00
compiler * fixed overflow for constant in-expressions involving values > 2007-03-14 19:42:01 +00:00
fv * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
ide * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
installer * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
packages * Patch from Joost van der Sluis to fix obvious crash 2007-03-14 19:45:05 +00:00
rtl * changed fpc_big_chararray and fpc_big_widechararray from 2007-03-14 19:45:07 +00:00
tests * fixed test according to Kylix behaviour (which means current 2007-03-14 18:27:01 +00:00
utils * Merged 2.3 branch changes: 2007-03-04 20:16:57 +00:00
.gitattributes * fixed test according to Kylix behaviour (which means current 2007-03-14 18:27:01 +00:00
.gitignore * split fcl into separate fcl-* packages 2007-02-25 22:19:19 +00:00
Makefile * changed version to 2.3.1 2007-03-05 12:43:13 +00:00
Makefile.fpc * changed version to 2.3.1 2007-03-05 12:43:13 +00:00