The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 9195506c56 * make sure that anonymous inherited calls only call through to the
overridden method, rather than to any method that can accept similar
    parameters as the current one (Delphi-compatible, and corresponds to
    what is described in our documentation)
  * do not flag "inherited" call nodes that are not "anonymous inherited"
    calls using the cnf_anon_inherited flag

git-svn-id: trunk@18162 -
2011-08-10 17:26:19 +00:00
compiler * make sure that anonymous inherited calls only call through to the 2011-08-10 17:26:19 +00:00
ide * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
installer * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
packages * Do not make the logger active in the getter, so that the application is able to change the log-type. 2011-08-10 12:31:00 +00:00
rtl * Fix error in last commit for quoted args. 2011-08-10 15:34:08 +00:00
tests * make sure that anonymous inherited calls only call through to the 2011-08-10 17:26:19 +00:00
utils * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
.gitattributes * make sure that anonymous inherited calls only call through to the 2011-08-10 17:26:19 +00:00
.gitignore + Added libogc binding and examples for Wii 2011-02-23 21:59:42 +00:00
Makefile * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00
Makefile.fpc * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00