The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 4d1c4091ba + added pm_preprocess support to foreachnode
* preprocess rather than postprocess the replaceparaloads in ncal
    when inlining, because after r8558 a node is now sometimes replaced
    by a tree which still contains this same node (so postprocess
    causes endless recursion in those cases)

git-svn-id: trunk@8561 -
2007-09-19 09:17:57 +00:00
compiler + added pm_preprocess support to foreachnode 2007-09-19 09:17:57 +00:00
fv
ide
installer * FCL titles shortened to avoid overflows, some minor issues fixed 2007-09-13 20:09:31 +00:00
packages * Added parser demo 2007-09-18 20:07:13 +00:00
rtl + changed this one to contain real 68k headers (based on MOS version of the headers) 2007-09-18 19:42:54 +00:00
tests * Some fixes for r8515: 2007-09-16 22:24:42 +00:00
utils
.gitattributes * Added parser demo 2007-09-18 20:07:13 +00:00
.gitignore
Makefile
Makefile.fpc