Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20240
Modified Files:
NEWS version.lisp-expr
Log Message:
0.8.7.30:
More TYPE-ERRORs from stream functions
... FORCE-OUTPUT, FINISH-OUTPUT, CLEAR-OUTPUT, CLEAR-INPUT
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.472
retrieving revision 1.473
diff -u -d -r1.472 -r1.473
--- NEWS 28 Jan 2004 22:42:45 -0000 1.472
+++ NEWS 29 Jan 2004 11:44:03 -0000 1.473
@@ -2286,6 +2286,8 @@
** OPEN :DIRECTION :IO no longer fails to work on non-existent
files.
** DIRECTORY on logical pathnames is more correct.
+ ** CLEAR-INPUT, CLEAR-OUTPUT, FINISH-OUTPUT and FORCE-OUTPUT
+ signal a TYPE-ERROR if their argument is not a stream.
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.1445
retrieving revision 1.1446
diff -u -d -r1.1445 -r1.1446
--- version.lisp-expr 29 Jan 2004 04:09:31 -0000 1.1445
+++ version.lisp-expr 29 Jan 2004 11:44:03 -0000 1.1446
@@ -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.29"
+"0.8.7.30"
|