Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2502
Modified Files:
NEWS version.lisp-expr
Log Message:
0.8.7.48:
Allow opening of streams with element-type larger than 32 bits
... autogenerate an input/output routine if it's none of our
friendly predefined ones are applicable
... arbitrary constants, endianness issues and the like are
all wilfully ignored.
... passes 12 more of PFD's ansi-tests!
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.478
retrieving revision 1.479
diff -u -d -r1.478 -r1.479
--- NEWS 4 Feb 2004 15:48:43 -0000 1.478
+++ NEWS 9 Feb 2004 20:25:59 -0000 1.479
@@ -2298,6 +2298,8 @@
examining the synonym.
** STREAM-ELEMENT-TYPE and FRESH-LINE on broadcast-streams now
work as specified.
+ ** OPEN and WITH-OPEN-STREAM allow opening streams with
+ element-type larger than ([UN]SIGNED-BYTE 32).
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.1463
retrieving revision 1.1464
diff -u -d -r1.1463 -r1.1464
--- version.lisp-expr 8 Feb 2004 19:37:53 -0000 1.1463
+++ version.lisp-expr 9 Feb 2004 20:25:59 -0000 1.1464
@@ -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.7.47"
+"0.8.7.48"
|