Fix spurious failures in timer.impure.lisp which sometimes
happen after a slam.sh build (but not after a full make.sh).
,@body)))
(defun under-scheduler-lock-p ()
- #!-sb!thread
+ #!-sb-thread
t
- #!+sb!thread
+ #!+sb-thread
(eq sb!thread:*current-thread* (sb!thread:mutex-value *scheduler-lock*)))
(defparameter *schedule* (make-priority-queue :key #'%timer-expire-time))
;;; 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.5.7"
+"0.9.5.8"