The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2018-09-08 10:15:57 +00:00
compiler * as a workaround for some compiler bug introduced during 3.1.1 the freeing of the management operator offset entry lists is moved to a nested procedure as that does not trigger the bug (even with -O2 or -O3) 2018-09-04 20:20:07 +00:00
installer * trunk to 3.3.1 2018-08-18 15:47:44 +00:00
packages * Fix bug #34241 using provided suggestion by Christo Crause 2018-09-08 10:15:57 +00:00
rtl * instead of a flags field generate a table with all Initialize operators of all fields (nested or not, parent class or not) for class types; objects and records don't use this (yet) 2018-08-29 19:21:35 +00:00
tests * fix test 26481: it tests for something different than the incorrect type parameters and in fact the need to fix this highlights the need for the previous changes 2018-09-02 16:20:32 +00:00
utils * trunk to 3.3.1 2018-08-18 15:47:44 +00:00
.gitattributes * generate an error if the type parameters of a generic routine's definition does not match with its interface or forward declaration 2018-09-02 16:20:29 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * trunk to 3.3.1 2018-08-18 15:47:44 +00:00
Makefile.fpc * trunk to 3.3.1 2018-08-18 15:47:44 +00:00