From 0368c43d62d6746dd8a2cb634998b4587f28f015 Mon Sep 17 00:00:00 2001 From: Gabor Melis Date: Thu, 6 Oct 2005 11:01:24 +0000 Subject: [PATCH] 0.9.5.24: * remove leftovers from 0.9.5.20 to make the manual build again --- NEWS | 1 + doc/manual/threading.texinfo | 1 - package-data-list.lisp-expr | 1 - src/code/target-thread.lisp | 4 +--- version.lisp-expr | 2 +- 5 files changed, 3 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 3d0e521..968c8ed 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ changes in sbcl-0.9.6 relative to sbcl-0.9.5: on MIPS/Linux in addition to the previously supported platforms. * bug fix: threads stacks belonging to dead threads are freed by the next exiting thread, no need to gc to collect thread stacks anymore + * minor incompatible change: INTERRUPT-THREAD-ERROR-ERRNO removed changes in sbcl-0.9.5 relative to sbcl-0.9.4: * new feature: timers based on Zach Beane's excellent timer package diff --git a/doc/manual/threading.texinfo b/doc/manual/threading.texinfo index f858438..f4ef3a1 100644 --- a/doc/manual/threading.texinfo +++ b/doc/manual/threading.texinfo @@ -36,7 +36,6 @@ backports. @include fun-sb-thread-list-all-threads.texinfo @include condition-sb-thread-interrupt-thread-error.texinfo @include fun-sb-thread-interrupt-thread-error-thread.texinfo -@include fun-sb-thread-interrupt-thread-error-errno.texinfo @include fun-sb-thread-interrupt-thread.texinfo @include fun-sb-thread-terminate-thread.texinfo diff --git a/package-data-list.lisp-expr b/package-data-list.lisp-expr index 2bae841..083926c 100644 --- a/package-data-list.lisp-expr +++ b/package-data-list.lisp-expr @@ -1598,7 +1598,6 @@ is a good idea, but see SB-SYS re. blurring of boundaries." "LIST-ALL-THREADS" "INTERRUPT-THREAD-ERROR" "INTERRUPT-THREAD-ERROR-THREAD" - "INTERRUPT-THREAD-ERROR-ERRNO" "INTERRUPT-THREAD" "TERMINATE-THREAD" "DESTROY-THREAD" "MUTEX" "MAKE-MUTEX" "MUTEX-NAME" "MUTEX-VALUE" "GET-MUTEX" "RELEASE-MUTEX" "WITH-MUTEX" diff --git a/src/code/target-thread.lisp b/src/code/target-thread.lisp index 8920729..29cdf1e 100644 --- a/src/code/target-thread.lisp +++ b/src/code/target-thread.lisp @@ -566,9 +566,7 @@ returns the thread exits." #!+sb-doc (setf (sb!kernel:fdocumentation 'interrupt-thread-error-thread 'function) - "The thread that was not interrupted." - (sb!kernel:fdocumentation 'interrupt-thread-error-errno 'function) - "The reason why the interruption failed.") + "The thread that was not interrupted.") (defmacro with-interruptions-lock ((thread) &body body) `(sb!sys:without-interrupts diff --git a/version.lisp-expr b/version.lisp-expr index c0cf99e..e9526d6 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.5.23" +"0.9.5.24" -- 1.7.10.4