The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 5bc156efea * always demote type conversions which cannot represent part of the
source value to convert_l3, instead of only those with a destination
    type whose size is < source size (like Delphi) + test -> fixes
    toperator6 along with a host of wrong tordconst typeconversions in
    the compiler sources themselves (although most are harmless)

git-svn-id: trunk@8323 -
2007-08-28 19:38:40 +00:00
compiler * always demote type conversions which cannot represent part of the 2007-08-28 19:38:40 +00:00
fv - reverted change for avoiding recompilation of units in subdirs, 2007-08-22 08:16:10 +00:00
ide - reverted change for avoiding recompilation of units in subdirs, 2007-08-22 08:16:10 +00:00
installer * fixed dependency checking for source files in subdirectories relative 2007-08-22 07:04:23 +00:00
packages * fixed win32 compilation 2007-08-28 13:33:22 +00:00
rtl * fixed potential range errors 2007-08-28 19:01:49 +00:00
tests * always demote type conversions which cannot represent part of the 2007-08-28 19:38:40 +00:00
utils - reverted change for avoiding recompilation of units in subdirs, 2007-08-22 08:16:10 +00:00
.gitattributes * always demote type conversions which cannot represent part of the 2007-08-28 19:38:40 +00:00
.gitignore * moved graph from packages/base to packages/extra so it can depend 2007-08-25 18:49:30 +00:00
Makefile * fixed dependency checking for source files in subdirectories relative 2007-08-22 07:04:23 +00:00
Makefile.fpc - removed ide building for darwin again (basic functionality works, but 2007-05-02 08:38:13 +00:00