0.9.2.15:
authorKevin Rosenberg <kevin@rosenberg.net>
Sat, 2 Jul 2005 21:42:11 +0000 (21:42 +0000)
committerKevin Rosenberg <kevin@rosenberg.net>
Sat, 2 Jul 2005 21:42:11 +0000 (21:42 +0000)
* contrib/sb-aclrepl/repl.lisp: PROCESSES-CMD now recognizes
that threads are objects, not numbers.

contrib/sb-aclrepl/repl.lisp
version.lisp-expr

index 1675daa..d326512 100644 (file)
   #+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")
index a448bc9..06f768d 100644 (file)
@@ -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.2.14"
+"0.9.2.15"