]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Mention eql etc. NaN fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Jul 2018 11:55:34 +0000 (04:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Jul 2018 11:56:02 +0000 (04:56 -0700)
etc/NEWS

index c0f380614a16d1c38cf7bd33a2e1075227bc63f8..5648dd0a63a7daa657f5c1a5f121a14c6e497fed 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -821,6 +821,13 @@ changes and the change hooks are time consuming.
 ** The function 'get-free-disk-space' returns now a non-nil value for
 remote systems, which support this check.
 
++++
+** 'eql', 'make-hash-table', etc. now treat NaNs consistently.
+Formerly, some of these functions ignored signs and significands of
+NaNs.  Now, all these functions treat NaN signs and significands as
+significant.  For example, (eql 0.0e+NaN -0.0e+NaN) now returns t
+because the two NaNs have different signs; formerly it returned nil.
+
 +++
 ** The function 'make-string' accepts an additional optional argument.
 If the optional third argument is non-nil, 'make-string' will produce