|
[Sbcl-commits] CVS: sbcl NEWS,1.863,1.864 version.lisp-expr,1.2358,1.2359
From: <melisgl@us...> - 2005-08-29 14:30
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12906
Modified Files:
NEWS version.lisp-expr
Log Message:
0.9.4.14:
* bug fix: interrupt handlers are now per-process to match
pthread semantics, RUN-PROGRAM and SB-SPROF do not die
with 'no handler for signal XX in interrupt_handle_now(..)'
anymore
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.863
retrieving revision 1.864
diff -u -d -r1.863 -r1.864
--- NEWS 29 Aug 2005 08:56:12 -0000 1.863
+++ NEWS 29 Aug 2005 14:30:45 -0000 1.864
@@ -19,6 +19,9 @@
Hannu Koivisto)
** bug fix: binding specials is thread safe (thanks to
Hannu Koivisto)
+ ** bug fix: interrupt handlers are now per-process, RUN-PROGRAM
+ and SB-SPROF do not die with 'no handler for signal XX in
+ interrupt_handle_now(..)' anymore
* fixed some bugs revealed by Paul Dietz' test suite:
** ENSURE-GENERIC-FUNCTION should take a method class object for
the :method-class keyword argument.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2358
retrieving revision 1.2359
diff -u -d -r1.2358 -r1.2359
--- version.lisp-expr 29 Aug 2005 08:56:12 -0000 1.2358
+++ version.lisp-expr 29 Aug 2005 14:30:45 -0000 1.2359
@@ -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.4.13"
+"0.9.4.14"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS,1.863,1.864 version.lisp-expr,1.2358,1.2359 | <melisgl@us...> |