The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 4ce4742bc8 * mark invisible high parameters of open arrays/arrays of const
of parent procedures which are implicitly accessed from within
    nested procedures for range checking purposes as non-regable in
    the resulttype pass of the nested procedure (as opposed to in its
    pass1/pass2, because by then the regvar assignment of the parent
    procedure is already finished) (mantis #8975)
  * related fix regarding checking whether the high parameter actually
    exists (must check calling convention of the procedure to which the
    high parameter belongs, which is not the same as checking that of
    the current procedure in case of nested procedures)

git-svn-id: trunk@7512 -
2007-05-29 13:42:49 +00:00
compiler * mark invisible high parameters of open arrays/arrays of const 2007-05-29 13:42:49 +00:00
fv * beos support from Olivier Coursiere 2007-05-24 07:16:17 +00:00
ide * use new currentmodulestate 2007-05-24 06:40:37 +00:00
installer * re-added darwin/ppc64 support (please use up-to-date fpcmake) 2007-03-24 17:26:10 +00:00
packages + from Darius Blaszijk: GetSuiteAsXML and TestSuiteAsXML implementation 2007-05-28 09:58:11 +00:00
rtl * valgrind safe primitive move implementation 2007-05-28 18:21:44 +00:00
tests * mark invisible high parameters of open arrays/arrays of const 2007-05-29 13:42:49 +00:00
utils * Added RTF writer 2007-05-15 19:57:11 +00:00
.gitattributes * mark invisible high parameters of open arrays/arrays of const 2007-05-29 13:42:49 +00:00
.gitignore * Removed unmaintained db-stuff 2007-03-16 13:14:24 +00:00
Makefile - removed ide building for darwin again (basic functionality works, but 2007-05-02 08:38:13 +00:00
Makefile.fpc - removed ide building for darwin again (basic functionality works, but 2007-05-02 08:38:13 +00:00