Update of /cvsroot/sbcl/sbcl/doc/internals-notes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv613/doc/internals-notes
Modified Files:
threading-specials
Log Message:
0.8.8.19:
Fix for *PRINT-CASE* :CAPITALIZE and word determination (see
CLHS *PRINT-CASE* and STRING-CAPITALIZE)
... also note unpleasant discovery about lack of threadsafety
in the printer
Index: threading-specials
===================================================================
RCS file: /cvsroot/sbcl/sbcl/doc/internals-notes/threading-specials,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- threading-specials 1 Mar 2004 20:30:24 -0000 1.6
+++ threading-specials 8 Mar 2004 21:59:48 -0000 1.7
@@ -1053,7 +1053,7 @@
SB-IMPL::*BQ-DOT-FLAG* ; readonly
SB-IMPL::*CIRCULARITY-COUNTER*
SB-IMPL::*DIGITS*
-SB-IMPL::*PREVIOUS-READTABLE-CASE*
+SB-IMPL::*PREVIOUS-READTABLE-CASE* ; FIXME: printer not threadsafe
SB-IMPL::*BQ-VECTOR-FLAG* ; readonly
SB-IMPL::*ABBREV-WEEKDAY-TABLE*
SB-IMPL::*LOGICAL-HOSTS*
@@ -1066,7 +1066,7 @@
SB-IMPL::*PERIODIC-POLLING-FUNCTION*
SB-IMPL::*ABORTED-COMPILATION-UNIT-COUNT*
SB-IMPL::*LONG-WEEKDAY-TABLE*
-SB-IMPL::*INTERNAL-SYMBOL-OUTPUT-FUN*
+SB-IMPL::*INTERNAL-SYMBOL-OUTPUT-FUN* ; FIXME: printer not threadsafe
SB-IMPL::*BACKQUOTE-COUNT* ; bound
SB-IMPL::*DIGIT-BASES*
SB-IMPL::*PREVIOUS-DRIBBLE-STREAMS*
@@ -1083,7 +1083,7 @@
SB-IMPL::*IGNORE-WILDCARDS*
SB-IMPL::*INCH-PTR*
SB-IMPL::*SHARP-EQUAL-ALIST*
-SB-IMPL::*PREVIOUS-CASE*
+SB-IMPL::*PREVIOUS-CASE* ; FIXME: printer not threadsafe
*INLINE-EXPANSION-LIMIT*
*DERIVE-FUNCTION-TYPES*
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
|