The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 9cec910eb9 * changed *string_to_*chararray helpers from functions into procedures
because on win64 the location of a function result can depend on its
    size (so some chararrays had to be returned in registers and others
    by reference, which means it's impossible to have a generic function
    declaration which works in all cases) (mantis #8533)
  * pad constant string assignments to chararrays with #0 up to the
    length of the chararray for 2.0.x compatibility (fixes
    tests/test/tarray3)

git-svn-id: trunk@6915 -
2007-03-18 12:20:01 +00:00
compiler * changed *string_to_*chararray helpers from functions into procedures 2007-03-18 12:20: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 * Fix paths 2007-03-18 11:40:17 +00:00
rtl * changed *string_to_*chararray helpers from functions into procedures 2007-03-18 12:20:01 +00:00
tests * big set test 2007-03-18 10:34:18 +00:00
utils * update lnet to near 0.5 before the freeze 2007-03-15 09:47:27 +00:00
.gitattributes + Upgrade PTCPas to lastest svn revision. 2007-03-18 11:01:32 +00:00
.gitignore * Removed unmaintained db-stuff 2007-03-16 13:14:24 +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