The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 62e66d2a56 * explicit typecasting of any ordinal type to a boolean of the same
size must happen without any mangling of the value (mantis #11027)
  * moved checking for signed-to-unsigned (or vice versa) type
    conversions in assignments from htypechk to ncnv (where there
    was already code for similar checks) and added support for
    bool_to_bool there as well

git-svn-id: trunk@10521 -
2008-03-21 14:44:58 +00:00
compiler * explicit typecasting of any ordinal type to a boolean of the same 2008-03-21 14:44:58 +00:00
ide * use UpdateCrc32 instead of Crc32 2008-01-17 19:58:32 +00:00
installer * let installer know package CHM 2007-11-11 21:52:49 +00:00
packages * Test for CalculateFields 2008-03-21 14:28:34 +00:00
rtl * Revert r10501, CompareWideString should remain a dummy 2008-03-18 19:59:11 +00:00
tests * explicit typecasting of any ordinal type to a boolean of the same 2008-03-21 14:44:58 +00:00
utils * Fixed makefiles using patch from Giulio Bernardi 2008-03-20 20:06:01 +00:00
.gitattributes * explicit typecasting of any ordinal type to a boolean of the same 2008-03-21 14:44:58 +00:00
.gitignore * base removed 2008-01-27 17:32:57 +00:00
Makefile * BeOS/Haiku updates from Olivier Coursière 2008-01-23 15:37:25 +00:00
Makefile.fpc * BeOS/Haiku updates from Olivier Coursière 2008-01-23 15:37:25 +00:00