Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1:/tmp/cvs-serv21952
Modified Files:
version.lisp-expr
Log Message:
0.8.3.93
Make double-channel simple streams work
... conditionalize flush-buffer etc. for code shared between
single-channel and double-channel simple streams
(Thanks to David Lichteblau for the reports)
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1277
retrieving revision 1.1278
diff -u -d -r1.1277 -r1.1278
--- version.lisp-expr 25 Sep 2003 09:40:55 -0000 1.1277
+++ version.lisp-expr 25 Sep 2003 12:12:11 -0000 1.1278
@@ -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.3.92"
+"0.8.3.93"
|