The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe e815b923d5 * a_loadfpu_* gets two size parameters: fromsize and tosize
* fixed downsizing the precision of floating point values
  * floating point constants are now treated using only the minimal
    precision required (e.g. 2.0 is now a single, 1.1 extended etc)
    (Delphi compatible)

git-svn-id: trunk@5927 -
2007-01-12 18:33:51 +00:00
compiler * a_loadfpu_* gets two size parameters: fromsize and tosize 2007-01-12 18:33:51 +00:00
fcl * syncobjs now bases on system unit thread support 2007-01-11 21:15:46 +00:00
fv * Move inlcude platform.inc before 2007-01-11 12:23:29 +00:00
ide * parent_ebp was renamed parentfp in compiler 2007-01-12 17:21:37 +00:00
installer * Makefiles regenerated 2007-01-06 21:08:19 +00:00
packages * Makefiles regenerated 2007-01-06 21:08:19 +00:00
rtl * better fix than the one in r5920 2007-01-12 18:31:11 +00:00
tests * extended test 2007-01-12 10:38:15 +00:00
utils * build fppkg 2007-01-11 21:55:00 +00:00
.gitattributes * syncobjs now bases on system unit thread support 2007-01-11 21:15:46 +00:00
.gitignore * rtl part of first Nintendo DS port 2006-12-14 17:34:51 +00:00
Makefile * Makefiles regenerated 2007-01-06 21:08:19 +00:00
Makefile.fpc * ignore error if no build stamp was found 2006-10-29 09:53:27 +00:00