From b6ed29e51457e94e51a6425ae2a4b4c059e9257d Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sat, 2 Jul 2005 21:42:11 +0000 Subject: [PATCH] 0.9.2.15: * contrib/sb-aclrepl/repl.lisp: PROCESSES-CMD now recognizes that threads are objects, not numbers. --- contrib/sb-aclrepl/repl.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/sb-aclrepl/repl.lisp b/contrib/sb-aclrepl/repl.lisp index 1675daa..d326512 100644 --- a/contrib/sb-aclrepl/repl.lisp +++ b/contrib/sb-aclrepl/repl.lisp @@ -566,7 +566,7 @@ #+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") diff --git a/version.lisp-expr b/version.lisp-expr index a448bc9..06f768d 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.2.14" +"0.9.2.15" -- 1.7.10.4