0.9.5.24:
authorGabor Melis <mega@hotpop.com>
Thu, 6 Oct 2005 11:01:24 +0000 (11:01 +0000)
committerGabor Melis <mega@hotpop.com>
Thu, 6 Oct 2005 11:01:24 +0000 (11:01 +0000)
  * remove leftovers from 0.9.5.20 to make the manual build again

NEWS
doc/manual/threading.texinfo
package-data-list.lisp-expr
src/code/target-thread.lisp
version.lisp-expr

diff --git a/NEWS b/NEWS
index 3d0e521..968c8ed 100644 (file)
--- 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
index f858438..f4ef3a1 100644 (file)
@@ -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
 
index 2bae841..083926c 100644 (file)
@@ -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"
index 8920729..29cdf1e 100644 (file)
@@ -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
index c0cf99e..e9526d6 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.5.23"
+"0.9.5.24"