Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2101
Modified Files:
NEWS version.lisp-expr
Log Message:
0.8.15.2:
Fix for (signed-byte N) read/write consistency (reported by
Bruno Haible cmucl-imp 2004-09-06)
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.626
retrieving revision 1.627
diff -u -d -r1.626 -r1.627
--- NEWS 30 Sep 2004 13:48:50 -0000 1.626
+++ NEWS 30 Sep 2004 13:59:03 -0000 1.627
@@ -1,4 +1,6 @@
changes in sbcl-0.8.16 relative to sbcl-0.8.15:
+ * bug fix: read-write consistency on streams of element-type
+ (SIGNED-BYTE N) for N > 32. (reported by Bruno Haible for CMUCL)
* fixed some bugs revealed by Paul Dietz' test suite:
** POSITION on displaced vectors with non-zero displacement
returns the right answer.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1842
retrieving revision 1.1843
diff -u -d -r1.1842 -r1.1843
--- version.lisp-expr 30 Sep 2004 13:48:49 -0000 1.1842
+++ version.lisp-expr 30 Sep 2004 13:59:03 -0000 1.1843
@@ -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.1"
+"0.8.15.2"
|