Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1:/tmp/cvs-serv29115
Modified Files:
NEWS version.lisp-expr
Log Message:
0.8alpha.0.27:
Add skeletal simple-streams contrib from Rudi Schlatte, based on Paul
Foley's implementation for CMUCL.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- NEWS 12 May 2003 14:10:30 -0000 1.301
+++ NEWS 13 May 2003 12:21:15 -0000 1.302
@@ -1711,6 +1711,9 @@
changes in sbcl-0.8.0 relative to sbcl-0.8alpha.0
* SBCL now builds using CLISP (version of late April 2003 from CVS)
as cross-compilation host.
+ * a contributed module containing a partial implementation of the
+ simple-streams interface has been included. (thanks to Rudi
+ Schlatte)
* minor incompatible change: the :NEGATIVE-ZERO-IS-NOT-ZERO feature
no longer has any effect, as the code controlled by this feature
has been deleted. (As far as we know, no-one has ever built using
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.969
retrieving revision 1.970
diff -u -d -r1.969 -r1.970
--- version.lisp-expr 12 May 2003 18:12:35 -0000 1.969
+++ version.lisp-expr 13 May 2003 12:21:16 -0000 1.970
@@ -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.8alpha.0.26"
+"0.8alpha.0.27"
|