Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13442
Modified Files:
version.lisp-expr
Log Message:
0.9.4.12:
Test fixes:
* make sure we don't use :darwin when we mean (:and :ppc :darwin)
* enable a test which passes on Darwin but was previously
commented out (possibly due to insufficient memory space?)
* use with-test to turn a floating-point traps test into an
expected failure on PPC Darwin, where floating-point traps are not
enabled.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2356
retrieving revision 1.2357
diff -u -d -r1.2356 -r1.2357
--- version.lisp-expr 27 Aug 2005 17:14:57 -0000 1.2356
+++ version.lisp-expr 28 Aug 2005 02:26:45 -0000 1.2357
@@ -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".)
-"0.9.4.11"
+"0.9.4.12"
|