Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv372
Modified Files:
version.lisp-expr NEWS
Log Message:
0.8.15.1:
Fix POSITION on displaced vectors (PFD tests).
... whoops!
... (you know, it's good not to have to think of a tagline for
commits once in a while :-)
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1841
retrieving revision 1.1842
diff -u -d -r1.1841 -r1.1842
--- version.lisp-expr 29 Sep 2004 19:34:39 -0000 1.1841
+++ version.lisp-expr 30 Sep 2004 13:48:49 -0000 1.1842
@@ -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.8.15"
+"0.8.15.1"
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.625
retrieving revision 1.626
diff -u -d -r1.625 -r1.626
--- NEWS 19 Sep 2004 09:32:21 -0000 1.625
+++ NEWS 30 Sep 2004 13:48:50 -0000 1.626
@@ -1,3 +1,8 @@
+changes in sbcl-0.8.16 relative to sbcl-0.8.15:
+ * fixed some bugs revealed by Paul Dietz' test suite:
+ ** POSITION on displaced vectors with non-zero displacement
+ returns the right answer.
+
changes in sbcl-0.8.15 relative to sbcl-0.8.14:
* incompatible change: SB-INT:*BEFORE-SAVE-INITIALIZATIONS* and
SB-INT:*AFTER-SAVE-INITIALIZATIONS* have been renamed
|