[cmucl-commit] [git] CMU Common Lisp branch master updated.	snapshot-2014-11-29-g46b8066
    Raymond Toy 
    rtoy at common-lisp.net
       
    Sun Nov 30 05:43:18 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  46b8066952521e9d7c43ff101677725425c851a8 (commit)
      from  70181ee7553a350eedd7acb2815b98dde6ce846c (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 46b8066952521e9d7c43ff101677725425c851a8
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sat Nov 29 21:43:09 2014 -0800
    See ticket:91: Forgot to export FLOAT-EXCEPTIONS-SUMMARY-BYTE.
diff --git a/src/code/exports.lisp b/src/code/exports.lisp
index a6dcc0b..556a20e 100644
--- a/src/code/exports.lisp
+++ b/src/code/exports.lisp
@@ -1165,6 +1165,7 @@
 	   "COMPATIBLE-FUNCTION-TYPES-P"
 	   "FLOAT-INVALID-OP-1-BYTE"
 	   "FLOAT-INVALID-OP-2-BYTE"
+	   "FLOAT-EXCEPTIONS-SUMMARY-BYTE"
 	   "GET-FP-OPERANDS"
 	   "FUSED-MULTIPLY-ADD"
 	   "FUSED-MULTIPLY-SUBTRACT")
diff --git a/src/compiler/ppc/parms.lisp b/src/compiler/ppc/parms.lisp
index cc2c5ba..dda73eb 100644
--- a/src/compiler/ppc/parms.lisp
+++ b/src/compiler/ppc/parms.lisp
@@ -67,7 +67,8 @@
 	  float-imprecise-trap-bit float-invalid-trap-bit
 	  float-divide-by-zero-trap-bit
 	  float-invalid-op-1-byte
-	  float-invalid-op-2-byte))
+	  float-invalid-op-2-byte
+	  float-exceptions-summary-byte))
 
 #+double-double
 (export '(double-double-float-digits))
-----------------------------------------------------------------------
Summary of changes:
 src/code/exports.lisp       | 1 +
 src/compiler/ppc/parms.lisp | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
-- 
CMU Common Lisp
    
    
More information about the cmucl-commit
mailing list