The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre 5ee544c580 Add buildcollations and unicode* units
git-svn-id: trunk@26182 -
2013-12-05 17:15:07 +00:00
compiler * Return dynamic arrays in parameter, this was the only managed type still returned in register. Returning managed types in registers requires catching and re-raising exceptions at callee side in order to finalize result and avoid memory leaks. While such behavior makes little difference with generic setjmp-based exception handling, it becomes very inefficient as SEH-styled exception handling is being introduced. 2013-12-04 13:43:22 +00:00
ide * fixed spelling error and updated link where to download the html docs 2013-11-11 22:46:19 +00:00
installer * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
packages * fcl-db dbtestframework, export: 2013-12-03 14:36:46 +00:00
rtl Add buildcollations and unicode* units 2013-12-05 17:15:07 +00:00
tests * the dfa code now behaves like the old initialization checking code: uninitialized parameters passed by reference cause only a hint 2013-12-01 17:01:57 +00:00
utils + add bin2obj as required tool (should have been part of r26132) 2013-11-24 21:53:33 +00:00
.gitattributes * the dfa code now behaves like the old initialization checking code: uninitialized parameters passed by reference cause only a hint 2013-12-01 17:01:57 +00:00
.gitignore
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
Makefile * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00
Makefile.fpc * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00