The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2013-11-13 17:36:59 +00:00
compiler * Win64 SEH: when creating a finalization procedure, put its def into the same symtable with sym. By default, defs are added into symtablestack.top, which may be set to something temporary like exceptsymtable. In such cases it is possible that def is destroyed before sym, leaving sym with invalid pointers. 2013-11-13 12:27:27 +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: memds: when FieldDefs are changed set TableIsCreated to false to signal, that CreteTable should be called. 2013-11-11 09:14:21 +00:00
rtl - rm the ss: prefix from the references, relative to bp (for them ss is the default) 2013-11-13 17:36:59 +00:00
tests * small extension of the test 2013-11-12 10:30:28 +00:00
utils Fix extension od dxegen.pp source in fpmake 2013-11-13 11:26:24 +00:00
.gitattributes fcl-db: memds: when FieldDefs are changed set TableIsCreated to false to signal, that CreteTable should be called. 2013-11-11 09:14:21 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +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 * no longer support building with 2.6.0 (mainly because 2.6.0 doesn't generate 2013-10-29 13:36:43 +00:00
Makefile.fpc * no longer support building with 2.6.0 (mainly because 2.6.0 doesn't generate 2013-10-29 13:36:43 +00:00