The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 59d9169bbd * perform typechecking of callinit/callcleanup statements immediately when
they are added (mantis #10807), because
   a) the typecheckpass of the entire blocks has to be postponed until firstpass
      because new statements may still be added in the firstpass (otherwise
      the newly added statements in the firstpass are never typechecked due to
      the blocknode already having a resultdef set)
   b) simplify can be called between the typecheck and firstpass, and it needs
      the typeinfo

git-svn-id: trunk@10263 -
2008-02-10 11:13:33 +00:00
compiler * perform typechecking of callinit/callcleanup statements immediately when 2008-02-10 11:13:33 +00:00
ide * use UpdateCrc32 instead of Crc32 2008-01-17 19:58:32 +00:00
installer * let installer know package CHM 2007-11-11 21:52:49 +00:00
packages * Fixed bug #10769 2008-02-10 10:54:13 +00:00
rtl * some more small updates. 2008-02-09 19:46:14 +00:00
tests * perform typechecking of callinit/callcleanup statements immediately when 2008-02-10 11:13:33 +00:00
utils * disable wrong package not available check 2008-02-08 00:03:50 +00:00
.gitattributes * perform typechecking of callinit/callcleanup statements immediately when 2008-02-10 11:13:33 +00:00
.gitignore * base removed 2008-01-27 17:32:57 +00:00
Makefile * BeOS/Haiku updates from Olivier Coursière 2008-01-23 15:37:25 +00:00
Makefile.fpc * BeOS/Haiku updates from Olivier Coursière 2008-01-23 15:37:25 +00:00