summaryrefslogtreecommitdiff
path: root/rtl/inc/real2str.inc
Commit message (Expand)AuthorAgeFilesLines
* * patch by Max Nazhalov to improve real2str performance, resolves #21825florian2012-05-051-0/+54
* * ifdef jvm -> ifdef cpujvmjonas2011-12-121-1/+1
* * renamed Java-specific sstrings.inc/sstringh.inc to jsstrings.inc/jonas2011-08-241-0/+21
* * iso conformant writing of floats (using e instead of E) in iso modeflorian2010-07-311-0/+12
* + "CExtended" type that is the same as "extended", but conforming to thejonas2010-02-141-2/+3
* * removed extra space character when generating the maximal number ofjonas2010-01-071-9/+0
* * no longer perform precision correction for single precision values, becausejonas2009-08-221-5/+6
* * made application of rounding correction more accuratejonas2009-08-061-1/+4
* * don't "round" 0.0 when converting to a string (mantis #12202)jonas2008-09-261-1/+2
* * use rounding correction in str_real based on smallest possiblejonas2008-05-211-22/+12
* * replaced a trunc() with an int() call (because its result is comparedjonas2008-02-211-1/+1
* * fixed mantis #10519 (when rounding for the first decimal digit andjonas2008-01-031-1/+8
* * fixed mantis #9695 introduced by the fix in r7959jonas2007-09-151-1/+1
* * fixed str(extended(0.005):0:2) and related problemsjonas2007-07-051-2/+2
* * fixed mantis 8434 (wrong precision used in case of |number| < 1,jonas2007-03-011-1/+2
* * define FPC_DOUBLE_HILO_SWAPPED for ARM CPU if needed to properly handle dou...yury2006-11-211-3/+3
* * fixed web bug 7105jonas2006-10-291-0/+1
* * several changes of var parameters into out parameters to avoidjonas2005-12-231-1/+1
* * fixed missing digit when printing a double whose significant digits arejonas2005-10-171-1/+1
* * remove $Logpeter2005-06-071-9/+0
* * log and id tags removedfpc2005-05-211-1/+0
* * post 2.0.0 fixes from cvspeter2005-05-161-2/+5
* initial importfpc2005-05-161-0/+467