The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe a18f2594e2 * fixed FloatToStr for ffGeneral when dealing with numbers whose number of
significant digits before the decimal points matches the precision
    parameter exactly (mantis #16188)
  * round instead of cut off digits in FloatToStr with ffGeneral
  * take into account the minus sign when determining whether a number needs
    to be represented using ffExponent instead of ffGeneral because it has
    too many digits

git-svn-id: trunk@15114 -
2010-04-05 14:54:24 +00:00
compiler * fixed execinfo message numbers (patch by A. Klein, mantis #16189) 2010-04-05 12:22:43 +00:00
ide * Patch from benjawin, Mantis 15779 to better deal with scrollbackbuffer<>screensize. 2010-02-17 08:53:48 +00:00
installer * run clean_files target also for distclean, fixes cleaning of installer.pas 2010-03-21 12:49:21 +00:00
packages * FCL-Web FastCGI can now listen on a specified port for a webserver to connect 2010-04-02 15:48:25 +00:00
rtl * fixed FloatToStr for ffGeneral when dealing with numbers whose number of 2010-04-05 14:54:24 +00:00
tests * fixed FloatToStr for ffGeneral when dealing with numbers whose number of 2010-04-05 14:54:24 +00:00
utils * Removed left-over debug statement 2010-03-25 20:55:53 +00:00
.gitattributes * fixed FloatToStr for ffGeneral when dealing with numbers whose number of 2010-04-05 14:54:24 +00:00
.gitignore
Makefile
Makefile.fpc