Update of /cvsroot/sbcl/sbcl/doc/internals-notes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32584/doc/internals-notes
Modified Files:
threading-specials
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: threading-specials
===================================================================
RCS file: /cvsroot/sbcl/sbcl/doc/internals-notes/threading-specials,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- threading-specials 5 Dec 2003 19:25:18 -0000 1.5
+++ threading-specials 1 Mar 2004 20:30:24 -0000 1.6
@@ -1044,7 +1044,7 @@
SB-IMPL::*IN-COMPILATION-UNIT*
SB-IMPL::*CIRCULARITY-HASH-TABLE*
SB-IMPL::*LOAD-PRINT-STUFF*
-SB-IMPL::*ZAP-ARRAY-DATA-TEMP*
+SB-IMPL::*ZAP-ARRAY-DATA-TEMP* ; FIXME: ADJUST-ARRAY non-threadsafe
SB-IMPL::*ACTIVE-PROCESSES*
SB-IMPL::*SHARP-SHARP-ALIST*
SB-IMPL::*BASE-POWER*
|