[git] CMU Common Lisp branch master updated. snapshot-2014-09-1-g17f4533

Raymond Toy rtoy at common-lisp.net
Fri Sep 5 04:08:58 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  17f45333fcd83fa81e82cf382bcc78cf20b3d826 (commit)
      from  ac320f2c22d0532b7920257f0487c449028c81fc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 17f45333fcd83fa81e82cf382bcc78cf20b3d826
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Thu Sep 4 21:08:49 2014 -0700

    Remove redundant entry and rephrase an entry.

diff --git a/src/general-info/release-20f.txt b/src/general-info/release-20f.txt
index 64e93a1..0327f5b 100644
--- a/src/general-info/release-20f.txt
+++ b/src/general-info/release-20f.txt
@@ -65,7 +65,8 @@ New in this release:
     * (cosh 1000d0) signals an overflow error as it
       should. Previously, it just incorrectly returned infinity.
     * Deprecating FLOAT-TRAPPING-NAN-P in favor of
-      FLOAT-SIGNALING-NAN-P.
+      FLOAT-SIGNALING-NAN-P.  These kinds of numbers are called
+      signaling NaNs, not trapping NaNs.
     * Changed the printer to print "Signaling" instead of "Trapping"
       when printing a signaling NaN.
     * Various issues with the switch to using fdlibm have been
@@ -78,10 +79,7 @@ New in this release:
     * On the ppc port, handle FP exceptions a bit better by not
       failing if cmucl is unable to interpret the instruction that
       caused the exception.
-    * FLOAT-TRAPPING-NAN-P is deprecated and is replaced by
-      FLOAT-SIGNALING-NAN-P. These kinds of numbers are called
-      signaling NaNs, not trapping NaNs.
-    * Microoptimization for sparc in converting a double-float to a
+    * Microoptimization for sparc in rounding a double-float to a
       32-bit signed integer.
     * The compiler can now derive the type of ROUND. (But more work is
       needed.)

-----------------------------------------------------------------------

Summary of changes:
 src/general-info/release-20f.txt |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp



More information about the cmucl-cvs mailing list