diff options
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -822,6 +822,13 @@ changes and the change hooks are time consuming. | |||
| 822 | remote systems, which support this check. | 822 | remote systems, which support this check. |
| 823 | 823 | ||
| 824 | +++ | 824 | +++ |
| 825 | ** 'eql', 'make-hash-table', etc. now treat NaNs consistently. | ||
| 826 | Formerly, some of these functions ignored signs and significands of | ||
| 827 | NaNs. Now, all these functions treat NaN signs and significands as | ||
| 828 | significant. For example, (eql 0.0e+NaN -0.0e+NaN) now returns t | ||
| 829 | because the two NaNs have different signs; formerly it returned nil. | ||
| 830 | |||
| 831 | +++ | ||
| 825 | ** The function 'make-string' accepts an additional optional argument. | 832 | ** The function 'make-string' accepts an additional optional argument. |
| 826 | If the optional third argument is non-nil, 'make-string' will produce | 833 | If the optional third argument is non-nil, 'make-string' will produce |
| 827 | a multibyte string even if its second argument is an ASCII character. | 834 | a multibyte string even if its second argument is an ASCII character. |