The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 1743c6f1a8 * also recompile a unit if class/object definitions in indirectly used
units have changed, because these can influence the code of the
    current unit in case method signatures changed (mantis #13840)
    + manual test
  * fixed some recompilation crashes related to WPO info
  * clarified the unit_u_add_depend_to message

git-svn-id: trunk@14503 -
2009-12-30 14:03:31 +00:00
compiler * also recompile a unit if class/object definitions in indirectly used 2009-12-30 14:03:31 +00:00
ide * Update Makefiles 2009-12-10 08:27:13 +00:00
installer * update Makefile 2009-12-10 11:25:32 +00:00
packages * renamed ZStream to zstream in the uses clause so it matches the unit's 2009-12-30 13:19:51 +00:00
rtl rtl: fix SetPropValue/GetPropValue: 2009-12-30 00:41:44 +00:00
tests * also recompile a unit if class/object definitions in indirectly used 2009-12-30 14:03:31 +00:00
utils * Update Makefiles 2009-12-10 08:26:29 +00:00
.gitattributes * also recompile a unit if class/object definitions in indirectly used 2009-12-30 14:03:31 +00:00
.gitignore
Makefile + mips(el) support in the compiler makefile 2009-12-08 19:57:16 +00:00
Makefile.fpc