From a49b2b948f5569f0880ae6a518945168351d7417 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sat, 29 Nov 2003 05:38:43 +0000 Subject: [PATCH] 0.8.6.12: * contrib/sb-aclrepl/repl.lisp: Support recent sb-thread changes. repl.lisp now compiles, but I have not tested sb-aclrepl with multiple listeners. --- contrib/sb-aclrepl/repl.lisp | 7 +------ version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/contrib/sb-aclrepl/repl.lisp b/contrib/sb-aclrepl/repl.lisp index e31f696..defbc32 100644 --- a/contrib/sb-aclrepl/repl.lisp +++ b/contrib/sb-aclrepl/repl.lisp @@ -777,12 +777,7 @@ (frame-number (when (and (plusp *break-level*) sb-debug::*current-frame*) (sb-di::frame-number sb-debug::*current-frame*)))) - #+sb-thread - (let ((lock sb-thread::*session-lock*)) - (sb-thread::get-foreground) - (let ((stopped-threads (sb-thread::waitqueue-data lock))) - (when stopped-threads - (format stream "~{~&Thread ~A suspended~}~%" stopped-threads)))) + (sb-thread::get-foreground) (fresh-line stream) (if (functionp *prompt*) (write-string (funcall *prompt* diff --git a/version.lisp-expr b/version.lisp-expr index f4e83db..ebe112e 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.8.6.11" +"0.8.6.12" -- 1.7.10.4