The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe c43fda1fe1 * enabled maybe_call_procvar() also for macpas mode (calls procvars that
don't have any parameters in most expressions, rather than using them
    as the procvar itself) -> replaced procvar<>nil with assigned(procvar)
    in test/tmacprocvar.pp to keep it compiling (otherwise it now called
    the procvar); necessary in combination with the next fix to compile
    webtbs/tw17379a.pp
  * automatically disambiguate the use of the function name when used as a
    parameter in macpas mode (if the formal parameter type is a procvar
    type then interpret it as the current function definition, otherwise
    as the current function result) (mantis #17379)

git-svn-id: trunk@15971 -
2010-09-12 16:03:00 +00:00
compiler * enabled maybe_call_procvar() also for macpas mode (calls procvars that 2010-09-12 16:03:00 +00:00
ide + Use SetTbreak method 2010-08-24 13:35:36 +00:00
installer + bzip2 unit added 2010-04-11 16:35:04 +00:00
packages * GetModeName fixed to work with the 'old' mode numbers also 2010-09-11 20:42:33 +00:00
rtl * moved {$asmmode att} to top of file (mantis #17377) 2010-09-09 19:46:59 +00:00
tests * enabled maybe_call_procvar() also for macpas mode (calls procvars that 2010-09-12 16:03:00 +00:00
utils * Added GlobalPrefix and LocalPrefix settings to compilersettings of fppkg 2010-08-29 19:50:19 +00:00
.gitattributes * enabled maybe_call_procvar() also for macpas mode (calls procvars that 2010-09-12 16:03:00 +00:00
.gitignore * ignore stamp files *-stamp.* 2010-02-02 15:20:07 +00:00
Makefile
Makefile.fpc