|
[Sbcl-commits] CVS: sbcl NEWS, 1.1191, 1.1192 version.lisp-expr,
1.3376, 1.3377
From: Nikodemus Siivola <demoss@us...> - 2007-04-29 23:27
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv14149
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.5.10: interrupt-proofing SUB-GC
* When SUB-GC is entered with GC and interrupts enabled we cannot just
blithely set *GC-PENDING*, as unwinding from an interrupt would cause
us to run with GC blocked for an unbounded time: disable interrupts
before setting it.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1191
retrieving revision 1.1192
diff -u -d -r1.1191 -r1.1192
--- NEWS 29 Apr 2007 21:57:39 -0000 1.1191
+++ NEWS 29 Apr 2007 23:27:37 -0000 1.1192
@@ -14,6 +14,8 @@
declared ignored.
* bug fix: DEFSETF lambda lists without &ENVIRONMENT no longer cause
a STYLE-WARNING to be signalled (regression from 1.0.4.)
+ * bug fix: an asynchronous interrupt could previously leave the
+ system running with GC inhibited.
changes in sbcl-1.0.5 relative to sbcl-1.0.4:
* incompatible change: removed writer methods for host-ent-name,
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3376
retrieving revision 1.3377
diff -u -d -r1.3376 -r1.3377
--- version.lisp-expr 29 Apr 2007 21:57:39 -0000 1.3376
+++ version.lisp-expr 29 Apr 2007 23:27:37 -0000 1.3377
@@ -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.5.9"
+"1.0.5.10"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS, 1.1191, 1.1192 version.lisp-expr, 1.3376, 1.3377 | Nikodemus Siivola <demoss@us...> |