|
[Sbcl-commits] CVS: sbcl/contrib/sb-simple-streams fndb.lisp,1.3,1.4
From: Christophe Rhodes <crhodes@us...> - 2004-03-01 20:49
|
Update of /cvsroot/sbcl/sbcl/contrib/sb-simple-streams
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32584/contrib/sb-simple-streams
Modified Files:
fndb.lisp
Log Message:
0.8.8.8:
Fix for CLEAR-INPUT
... its optional argument can be NIL or T as well as a stream;
... since we're in the area,
s/STREAMLIKE/STREAM-DESIGNATOR/
s/STRINGABLE/STRING-DESIGNATOR/
s/SYMBOLS/SYMBOLS-DESIGNATOR/
(and move SYMBOLS-DESIGNATOR and PACKAGE-DESIGNATOR to
deftypes-for-target.lisp where they belong)
Note *ZAP-ARRAY-DATA-TEMP* as a source of non-threadsafety
in ADJUST-ARRAY
Index: fndb.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/contrib/sb-simple-streams/fndb.lisp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fndb.lisp 27 Jul 2003 15:51:41 -0000 1.3
+++ fndb.lisp 1 Mar 2004 20:30:23 -0000 1.4
@@ -83,7 +83,7 @@
;; :derive-type #'result-type-open-class
)
- (sb-c:defknown listen (&optional sb-kernel:streamlike
+ (sb-c:defknown listen (&optional sb-kernel:stream-designator
(or null (integer 1 10) (member character)))
boolean (sb-c::unsafely-flushable sb-c::explicit-check))
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl/contrib/sb-simple-streams fndb.lisp,1.3,1.4 | Christophe Rhodes <crhodes@us...> |