The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 6ac63bcafe * also process tcallnode.funcretnode in nutils.foreachnode*(),needed
for properly synchronizing regvars after loops. The absense of this
    causes the crash in the test program of mantis #11290 under 2.2.1,
    and while it doesn't crash under 2.3.1 due to differences in the
    code generation, the bug could cause errors in other situations
    here as well)

git-svn-id: trunk@10959 -
2008-05-12 20:50:43 +00:00
compiler * also process tcallnode.funcretnode in nutils.foreachnode*(),needed 2008-05-12 20:50:43 +00:00
ide * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) 2008-05-05 18:46:55 +00:00
installer * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) 2008-05-05 18:46:55 +00:00
packages + added overload directive as requested by Paul 2008-05-12 09:15:39 +00:00
rtl Prevent memory corruption by respecting DOS command line length limit (tests/test/targ1b doesn't crash the machine anymore) 2008-05-12 14:42:24 +00:00
tests * also process tcallnode.funcretnode in nutils.foreachnode*(),needed 2008-05-12 20:50:43 +00:00
utils * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) 2008-05-05 18:46:55 +00:00
.gitattributes * also process tcallnode.funcretnode in nutils.foreachnode*(),needed 2008-05-12 20:50:43 +00:00
.gitignore * base removed 2008-01-27 17:32:57 +00:00
Makefile * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) 2008-05-05 18:46:55 +00:00
Makefile.fpc * add armeb target to compiler/Makefiles 2008-03-24 17:48:11 +00:00