Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3407
Modified Files:
NEWS version.lisp-expr
Log Message:
0.9.4.8:
* put a TLS-INDEX-LOCK and pseudo-atomic around tls index
allocation to make bind thread and signal safe
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.860
retrieving revision 1.861
diff -u -d -r1.860 -r1.861
--- NEWS 26 Aug 2005 20:30:04 -0000 1.860
+++ NEWS 26 Aug 2005 22:16:47 -0000 1.861
@@ -8,6 +8,8 @@
** bug fix: binding a special with PROGV to no value is not
the same as that symbol not having been bound (thanks to
Hannu Koivisto)
+ ** bug fix: binding specials is thread safe (thanks to
+ Hannu Koivisto)
* fixed some bugs revealed by Paul Dietz' test suite:
** ENSURE-GENERIC-FUNCTION should take a method class object for
the :method-class keyword argument.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2352
retrieving revision 1.2353
diff -u -d -r1.2352 -r1.2353
--- version.lisp-expr 26 Aug 2005 21:33:08 -0000 1.2352
+++ version.lisp-expr 26 Aug 2005 22:16:47 -0000 1.2353
@@ -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.9.4.7"
+"0.9.4.8"
|