diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -902,6 +902,11 @@ interpreting consecutive runs of numerical characters as numbers, and | |||
| 902 | compares their numerical values. According to this predicate, | 902 | compares their numerical values. According to this predicate, |
| 903 | "foo2.png" is smaller than "foo12.png". | 903 | "foo2.png" is smaller than "foo12.png". |
| 904 | 904 | ||
| 905 | --- | ||
| 906 | ** Numeric comparisons no longer return incorrect answers due to | ||
| 907 | internal rounding errors. For example, (< most-positive-fixnum (+ 1.0 | ||
| 908 | most-positive-fixnum)) now correctly returns t on 64-bit hosts. | ||
| 909 | |||
| 905 | +++ | 910 | +++ |
| 906 | ** The new function 'char-from-name' converts a Unicode name string | 911 | ** The new function 'char-from-name' converts a Unicode name string |
| 907 | to the corresponding character code. | 912 | to the corresponding character code. |