From: Christophe Rhodes Date: Thu, 28 Apr 2005 19:46:04 +0000 (+0000) Subject: 0.9.0.2: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=5f98145cc7f77fd7adc848fd3f603856c38ddeee;p=sbcl.git 0.9.0.2: Note another threading special bug --- diff --git a/doc/internals-notes/threading-specials b/doc/internals-notes/threading-specials index 67cacf1..3fb7387 100644 --- a/doc/internals-notes/threading-specials +++ b/doc/internals-notes/threading-specials @@ -1035,7 +1035,7 @@ SB-IMPL::*INTEGER-READER-SAFE-DIGITS* SB-IMPL::*TIMEZONE-TABLE* SB-IMPL::*BQ-COMMA-FLAG* ; readonly SB-IMPL::*PRINT-OBJECT-IS-DISABLED-P* -SB-IMPL::*MERGE-SORT-TEMP-VECTOR* +SB-IMPL::*MERGE-SORT-TEMP-VECTOR* ; FIXME: SORT non-threadsafe, non-reentrant SB-IMPL::*PROFILE-HASH-CACHE* SB-IMPL::*FIXNUM-POWER--1* SB-IMPL::*SHARP-EQUAL-CIRCLE-TABLE* diff --git a/version.lisp-expr b/version.lisp-expr index dd9fd61..e735e52 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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.0.1" +"0.9.0.2"