* contrib/sb-aclrepl/repl.lisp: PROCESSES-CMD now recognizes
that threads are objects, not numbers.
#+sb-thread
(dolist (thread (all-threads))
(format *output* "~&~A" thread)
- (when (= thread sb-thread:*current-thread*)
+ (when (eq thread sb-thread:*current-thread*)
(format *output* " [current listener]")))
#-sb-thread
(format *output* "~&Threads are not supported in this version of sbcl")
;;; 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.2.14"
+"0.9.2.15"