Update of /cvsroot/sbcl/sbcl
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9258
Modified Files:
version.lisp-expr
Log Message:
1.0.25.56: SUB-GC: don't observe deadlines
- because the condition that's signalled can cause arbitrary code to
run catching us with pants down
- and we should not skip gc if it was triggerred
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4341
retrieving revision 1.4342
diff -u -d -r1.4341 -r1.4342
--- version.lisp-expr 17 Feb 2009 23:41:22 -0000 1.4341
+++ version.lisp-expr 24 Feb 2009 10:32:11 -0000 1.4342
@@ -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.25.55"
+"1.0.25.56"
|