Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31220
Modified Files:
NEWS version.lisp-expr
Log Message:
0.8.8.7:
MAKE-STRING-INPUT-STREAM fixes
... :END can be NIL;
... coerce non-(simple-array character (*))s to that type.
Also fix an erroneous test and message in ADJUST-ARRAY.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.486
retrieving revision 1.487
diff -u -d -r1.486 -r1.487
--- NEWS 1 Mar 2004 16:21:14 -0000 1.486
+++ NEWS 1 Mar 2004 20:23:30 -0000 1.487
@@ -2323,6 +2323,9 @@
** ADJUST-ARRAY now copies the datum in a zero rank array if
required.
** ADJUST-ARRAY no longer adjusts non-adjustable arrays.
+ ** MAKE-STRING-INPUT-STREAM accepts NIL as a value for :END.
+ ** MAKE-STRING-INPUT-STREAM functions correctly for strings with
+ element-type NIL.
planned incompatible changes in 0.8.x:
* (not done yet, but planned:) When the profiling interface settles
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1480
retrieving revision 1.1481
diff -u -d -r1.1480 -r1.1481
--- version.lisp-expr 1 Mar 2004 16:21:14 -0000 1.1480
+++ version.lisp-expr 1 Mar 2004 20:23:30 -0000 1.1481
@@ -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.8.6"
+"0.8.8.7"
|