Jonas Maebe
|
a1363e95f7
* no longer perform precision correction for single precision values, because
|
16 年之前 |
Jonas Maebe
|
30bfca91a9
* made application of rounding correction more accurate
|
16 年之前 |
Jonas Maebe
|
b2531e9883
* don't "round" 0.0 when converting to a string (mantis #12202)
|
17 年之前 |
Jonas Maebe
|
ecf4aa7f55
* use rounding correction in str_real based on smallest possible
|
17 年之前 |
Jonas Maebe
|
7433e0ef89
* replaced a trunc() with an int() call (because its result is compared
|
17 年之前 |
Jonas Maebe
|
337e53e712
* fixed mantis #10519 (when rounding for the first decimal digit and
|
17 年之前 |
Jonas Maebe
|
4f23f216f6
* fixed mantis #9695 introduced by the fix in r7959
|
18 年之前 |
Jonas Maebe
|
1eb1bf4c42
* fixed str(extended(0.005):0:2) and related problems
|
18 年之前 |
Jonas Maebe
|
e44a9ca4cb
* fixed mantis 8434 (wrong precision used in case of |number| < 1,
|
18 年之前 |
yury
|
61f0f0b793
* define FPC_DOUBLE_HILO_SWAPPED for ARM CPU if needed to properly handle doubles in RTL.
|
18 年之前 |
Jonas Maebe
|
117774e006
* fixed web bug #7105
|
19 年之前 |
Jonas Maebe
|
9a08cdccf0
* several changes of var parameters into out parameters to avoid
|
19 年之前 |
Jonas Maebe
|
2cb88de19b
* fixed missing digit when printing a double whose significant digits are
|
20 年之前 |
peter
|
4ace790492
* remove $Log
|
20 年之前 |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 年之前 |
peter
|
b68af1b0e3
* post 2.0.0 fixes from cvs
|
20 年之前 |
fpc
|
50778076c3
initial import
|
20 年之前 |
olle
|
d988d8d694
* Fixed typo
|
20 年之前 |
peter
|
e417e34496
* truncate log
|
20 年之前 |
peter
|
3094258825
* removed warnings
|
21 年之前 |
florian
|
72a8ac8dd7
* "improved" behavior of real2str for arm, still needs fixing
|
21 年之前 |
florian
|
5fe2004441
* fixed some arm related real stuff
|
21 年之前 |
Jonas Maebe
|
65cc0f990f
* fixed NaN/Inf detection for single/double
|
21 年之前 |
peter
|
bbf9d2f9c6
* currency support
|
21 年之前 |
Jonas Maebe
|
c8e23c4e58
* fixed web bug #2643
|
22 年之前 |
florian
|
eeca30ca30
* fixed Nan and +Inf string
|
22 年之前 |
florian
|
c9a6908a0f
* fixed real2str for -Inf and Inf
|
22 年之前 |
Jonas Maebe
|
4e40e71cbb
* moved all loal variables to one block (necessary for ppc until nested
|
22 年之前 |
Jonas Maebe
|
60183c693c
* fixed web bug #2131
|
23 年之前 |
peter
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 年之前 |