|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.2147,1.2148
From: Rudi Schlatte <rudi@us...> - 2005-05-29 10:28
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16208
Modified Files:
version.lisp-expr
Log Message:
0.9.1.3
Small stream cleanups:
- Use same names in generalized-peeking-mechanism as cmucl
- set-fd-stream-routines can now in theory be used to change stream
element-type and external-format (but this clashes with
fast-read-char/-byte, since these work off another layer of buffers)
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2147
retrieving revision 1.2148
diff -u -d -r1.2147 -r1.2148
--- version.lisp-expr 28 May 2005 09:00:34 -0000 1.2147
+++ version.lisp-expr 29 May 2005 10:27:38 -0000 1.2148
@@ -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.9.1.2"
+"0.9.1.3"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.2147,1.2148 | Rudi Schlatte <rudi@us...> |