|
|
CVS: sbcl NEWS,1.447,1.448 clean.sh,1.15,1.16 version.lisp-expr,1.1385,1.13: msg#00157
|
Subject: |
CVS: sbcl NEWS,1.447,1.448 clean.sh,1.15,1.16 version.lisp-expr,1.1385,1.1386 |
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1:/tmp/cvs-serv518
Modified Files:
NEWS clean.sh version.lisp-expr
Log Message:
0.8.6.13:
Merge fix for bidirectional (that is IO, not anything Unicodely)
streams (Adam Warner/Gerd Moellmann sbcl-devel/cmucl-imp 2003-11-xx)
... added a test for it; be careful with that standard io syntax :)
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.447
retrieving revision 1.448
diff -u -d -r1.447 -r1.448
--- NEWS 27 Nov 2003 22:44:36 -0000 1.447
+++ NEWS 29 Nov 2003 11:25:31 -0000 1.448
@@ -2199,6 +2199,9 @@
* bug fix: GET-SETF-EXPANSION no longer throws an internal type
error when called without an explicit environment argument.
(thanks to Nikodemus Siivola)
+ * bug fix: buffered :DIRECTION :IO streams are less likely to become
+ confused about their position. (thanks to Adam Warner and Gerd
+ Moellmann)
planned incompatible changes in 0.8.x:
* (not done yet, but planned:) When the profiling interface settles
Index: clean.sh
===================================================================
RCS file: /cvsroot/sbcl/sbcl/clean.sh,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- clean.sh 26 Nov 2003 02:11:09 -0000 1.15
+++ clean.sh 29 Nov 2003 11:25:32 -0000 1.16
@@ -23,7 +23,7 @@
# standard clean.sh file.)
# Ensure we know GNUMAKE
-. find-gnumake.sh
+. ./find-gnumake.sh
find_gnumake
# Ask some other directories to clean themselves up.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1385
retrieving revision 1.1386
diff -u -d -r1.1385 -r1.1386
--- version.lisp-expr 29 Nov 2003 05:38:43 -0000 1.1385
+++ version.lisp-expr 29 Nov 2003 11:25:32 -0000 1.1386
@@ -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.6.12"
+"0.8.6.13"
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
|
| |