The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 5e129b4ac5 * fixed TBinaryObjectReader.ReadSingle(), .ReadCurrency() and .ReadDate():
explicitly typecasting a qword to single/currency/tdatetime is no different
    from assigning it directly, since integer types are assignment-compatible
    with floating point types (mantis #25170)

git-svn-id: trunk@26146 -
2013-11-27 19:59:48 +00:00
compiler * MIPS: removed specific handling of 32-bit shifts, generic code does the job just well. 2013-11-27 11:33:52 +00:00
ide * fixed spelling error and updated link where to download the html docs 2013-11-11 22:46:19 +00:00
installer
packages * fixed missing function result initialisation in 2013-11-27 19:19:25 +00:00
rtl * fixed TBinaryObjectReader.ReadSingle(), .ReadCurrency() and .ReadDate(): 2013-11-27 19:59:48 +00:00
tests * fixed TBinaryObjectReader.ReadSingle(), .ReadCurrency() and .ReadDate(): 2013-11-27 19:59:48 +00:00
utils + add bin2obj as required tool (should have been part of r26132) 2013-11-24 21:53:33 +00:00
.gitattributes * fixed TBinaryObjectReader.ReadSingle(), .ReadCurrency() and .ReadDate(): 2013-11-27 19:59:48 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00
Makefile.fpc * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00