The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe e3d82f1953 * don't change the temp location of types which needs to be
initialised/finalised, because the init/final generation code
    happens after pass 2 using plain nodes and therefore needs the
    original locations intact

git-svn-id: trunk@9626 -
2008-01-04 20:51:09 +00:00
compiler * don't change the temp location of types which needs to be 2008-01-04 20:51:09 +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 * {$ifdef x86} -> {$if defined(cpui386) or defined(cpux86_64)} 2008-01-04 14:53:27 +00:00
rtl * fixed mantis #10519 (when rounding for the first decimal digit and 2008-01-03 22:14:54 +00:00
tests * perform real "exactness" checking for open array parameters 2008-01-04 12:54:47 +00:00
utils * makeskel in update mode can crash when looking for elements. Fixed this 2007-12-30 21:17:56 +00:00
.gitattributes * perform real "exactness" checking for open array parameters 2008-01-04 12:54:47 +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