|
[Sbcl-commits] CVS: sbcl NEWS, 1.1153, 1.1154 version.lisp-expr,
1.3257, 1.3258
From: Nikodemus Siivola <demoss@us...> - 2007-03-26 10:30
|
Update of /cvsroot/sbcl/sbcl In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv4605 Modified Files: NEWS version.lisp-expr Log Message: 1.0.4.3: interrupt and GC issues * Add WITHOUT-INTERRUPTS to WITHOUT-GCING. * Warn if WITH-INTERRUPTS nested in WITHOUT-GCING. * Make sure that SIG_STOP_FOR_GC and SIG_RESUME_FROM_GC are enabled on threaded builds before calling into SUB-GC from the runtime. * Better WITHOUT-GCING, WITHOUT-INTERRUPTS, and WITH-INTERRUPTS documentation. * Internals documentation about POSIX signal safety rules. Index: NEWS =================================================================== RCS file: /cvsroot/sbcl/sbcl/NEWS,v retrieving revision 1.1153 retrieving revision 1.1154 diff -u -d -r1.1153 -r1.1154 --- NEWS 23 Mar 2007 16:09:49 -0000 1.1153 +++ NEWS 26 Mar 2007 10:30:21 -0000 1.1154 @@ -1,4 +1,13 @@ ;;;; -*- coding: utf-8; -*- +changes in sbcl-1.0.5 relative to sbcl-1.0.4: + * documentation: unwinding from asyncronous events has been + documented as unsafe. + * documentation: SB-SYS:WITHOUT-GCING has been documented as unsafe + in multithreaded application code. + * bug fix: GC deadlocks from asynchronous interrupts has been fixed + by disabling interrupts for the duration of any + SB-SYS:WITHOUT-GCING section. + changes in sbcl-1.0.4 relative to sbcl-1.0.3: * new platform: experimental support for x86-64/darwin (MacOS). * incompatible change: the thread-safe (on most platforms) getaddrinfo Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.3257 retrieving revision 1.3258 diff -u -d -r1.3257 -r1.3258 --- version.lisp-expr 26 Mar 2007 02:23:05 -0000 1.3257 +++ version.lisp-expr 26 Mar 2007 10:30:24 -0000 1.3258 @@ -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".) -"1.0.4.2" +"1.0.4.3" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS, 1.1153, 1.1154 version.lisp-expr, 1.3257, 1.3258 | Nikodemus Siivola <demoss@us...> |