Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv29040
Modified Files:
version.lisp-expr
Log Message:
1.0.12.11: WITH-ARRAY-DATA bugfixes
* Inverted bounds-checking test in WITH-ARRAY-DATA -- check bounds
when INSERT-ARRAY-BOUNDS-CHECKS is _not_ zero, not the other way
around. "Oops."
* Small optimization buglets TRANSFORM-%WITH-ARRAY-DATA/MUBLE: elided
bounds checking, bad return value for END, and careless caller might
pass in a complex arrey.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3741
retrieving revision 1.3742
diff -u -d -r1.3741 -r1.3742
--- version.lisp-expr 1 Dec 2007 17:05:39 -0000 1.3741
+++ version.lisp-expr 1 Dec 2007 18:04:13 -0000 1.3742
@@ -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.12.10"
+"1.0.12.11"
|