The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 719c29cf86 + new cpo_openequalisexact parameter comparison option which
treats equal open arrays, open strings and arrays of const
    (implicitly also open) as exactly matching (since you
     cannot declare such types on their own, so they will
     never match exactly)
  * require that forward declared procedures match the
    implementation exactly for both the parameters (with
    the above modification) and result type (mantis
    #10425 and the related webtbf/tw10425a.pp)

git-svn-id: trunk@9484 -
2007-12-16 22:22:11 +00:00
compiler + new cpo_openequalisexact parameter comparison option which 2007-12-16 22:22:11 +00:00
fv * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
ide * fixed undo for delstart/delend 2007-12-15 11:24:11 +00:00
installer * let installer know package CHM 2007-11-11 21:52:49 +00:00
packages * Fixed install for wince. 2007-12-16 12:28:11 +00:00
rtl + useunicodefunctions flag added 2007-12-16 17:48:20 +00:00
tests + new cpo_openequalisexact parameter comparison option which 2007-12-16 22:22:11 +00:00
utils * Removed conditional define. CHM always included 2007-12-07 10:55:17 +00:00
.gitattributes + new cpo_openequalisexact parameter comparison option which 2007-12-16 22:22:11 +00:00
.gitignore * updated svn:ignore properties 2007-12-08 15:43:36 +00:00
Makefile * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
Makefile.fpc - removed ide building for darwin again (basic functionality works, but 2007-05-02 08:38:13 +00:00