The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe ecf4aa7f55 * use rounding correction in str_real based on smallest possible
delta for which 1.0 and 1.0+delta is different, rather than
    some power-of-10 ballpark equivalent (fixes mantis #11308)
  * print the same number of digits for doubles on systems
    which support extended as on those which don't (i.e.,
    one digit less on the former). This solves regressions after
    the previous change and is Delphi-compatible.
  * adapted tests for the previous change

git-svn-id: trunk@11025 -
2008-05-21 16:55:31 +00:00
compiler * fixed para locations at the calleeside for nostackframe assembler 2008-05-21 15:11:37 +00:00
ide - removed directory with non-working sources as well with copyrighted sources 2008-05-19 20:20:01 +00:00
installer * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) 2008-05-05 18:46:55 +00:00
packages * Writing to file log now also will raise an error 2008-05-19 19:04:50 +00:00
rtl * use rounding correction in str_real based on smallest possible 2008-05-21 16:55:31 +00:00
tests * use rounding correction in str_real based on smallest possible 2008-05-21 16:55:31 +00:00
utils + Haiku support by Olivier Coursière based on old BeOS support 2008-05-19 17:33:35 +00:00
.gitattributes * use rounding correction in str_real based on smallest possible 2008-05-21 16:55:31 +00:00
.gitignore - removed directory with non-working sources as well with copyrighted sources 2008-05-19 20:20:01 +00:00
Makefile * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems) 2008-05-05 18:46:55 +00:00
Makefile.fpc * add armeb target to compiler/Makefiles 2008-03-24 17:48:11 +00:00