Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1:/tmp/cvs-serv4298
Modified Files:
Tag: stop_the_world_branch
version.lisp-expr
Log Message:
0.8.2.38.stop_the_world.8
Thread-safety and the SBCL standard library.
This is going to be a drag. So far we've mostly depended on
guesswork and on observing bugs to find places in the SBCL
code that are not thread safe and need rewriting or locking
until they are. As we dispose of the obvious cases, this
approach is going to start working less well for the obscure
ones
doc/internals-notes/threading-specials lists all symbols in
SBCL with a '*' in their names, less the ones that clearly
aren't special variables at all (LIST*, DO*). Weed it and
reap.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1167.2.6
retrieving revision 1.1167.2.7
diff -u -d -r1.1167.2.6 -r1.1167.2.7
--- version.lisp-expr 22 Aug 2003 01:26:48 -0000 1.1167.2.6
+++ version.lisp-expr 23 Aug 2003 19:25:19 -0000 1.1167.2.7
@@ -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.2.38.stop_the_world.7"
+"0.8.2.38.stop_the_world.8"
|