The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2014-12-26 18:01:04 +00:00
compiler - removed unused type and variable 2014-12-25 10:25:21 +00:00
ide * Pass correct baseinstalldir to fpmake when doing a cross-zipinstall from 2014-12-08 14:29:27 +00:00
installer + add new packages resulting from splitting of utils 2014-12-11 23:51:54 +00:00
packages amunits/morphunits: make intuition/EndRefresh() to accept a LongBool as second argument instead of longint. arosunits already defines it as LongBool. 2014-12-26 18:01:04 +00:00
rtl * Removed "packed" attribute from TUC_Prop on alignment-sensitive targets (temporary solution, see comment in source), and from TUCA_DataBook on all targets (does not add noticeable bloat because this type is used just a few times. OTOH having unaligned pointers in record hurts performance on all targets). 2014-12-25 10:11:16 +00:00
tests * Fix bug #26370: A multi-dimensional variant array is "empty" when any of its dimensions has zero range, range of other dimensions does not matter. 2014-12-25 16:59:52 +00:00
utils + always enable smartlinking on i8086 in the default fpc.cfg 2014-12-25 18:09:53 +00:00
.gitattributes * Fix bug #26370: A multi-dimensional variant array is "empty" when any of its dimensions has zero range, range of other dimensions does not matter. 2014-12-25 16:59:52 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
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 Add missing closing brace for error function 2014-10-22 14:58:01 +00:00
Makefile.fpc Add missing closing brace for error function 2014-10-22 14:58:01 +00:00