|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.4606,1.4607
From: Christophe Rhodes <crhodes@us...> - 2009-08-26 20:57
|
Update of /cvsroot/sbcl/sbcl In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21479 Modified Files: version.lisp-expr Log Message: 1.0.30.54: Fix a cross-compiler leak in specialized %unary-truncate Don't use host values of most-fooative fixnum. (Also expand on the comment about using an exclusive test for floats within the fixnum range) Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.4606 retrieving revision 1.4607 diff -u -d -r1.4606 -r1.4607 --- version.lisp-expr 26 Aug 2009 20:25:41 -0000 1.4606 +++ version.lisp-expr 26 Aug 2009 20:57:49 -0000 1.4607 @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.30.53" +"1.0.30.54" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.4606,1.4607 | Christophe Rhodes <crhodes@us...> |