|
[Sbcl-commits] CVS: sbcl NEWS, 1.1844, 1.1845 version.lisp-expr,
1.5102, 1.5103
From: Nikodemus Siivola <demoss@us...> - 2010-10-19 17:01
|
Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5332
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.43.76: sb-posix: prohibit forking with multiple threads running everywhere
Turns out we were only checking this on Darwin.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1844
retrieving revision 1.1845
diff -u -d -r1.1844 -r1.1845
--- NEWS 19 Oct 2010 14:30:03 -0000 1.1844
+++ NEWS 19 Oct 2010 17:00:51 -0000 1.1845
@@ -81,6 +81,9 @@
* bug fix: (COERCE X '(SIMPLE-VECTOR 5)) and similar coercions to vectors
of specified length could confuse the type derivation in unsafe code.
(lp#655872)
+ * bug fix: SB-POSIX:FORK now signals an error if an attempt to
+ fork with multiple Lisp threads running is made on every platform,
+ not just Darwin. (lp#451111)
changes in sbcl-1.0.43 relative to sbcl-1.0.42:
* incompatible change: FD-STREAMS no longer participate in the serve-event
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.5102
retrieving revision 1.5103
diff -u -d -r1.5102 -r1.5103
--- version.lisp-expr 19 Oct 2010 14:30:03 -0000 1.5102
+++ version.lisp-expr 19 Oct 2010 17:00:51 -0000 1.5103
@@ -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.43.75"
+"1.0.43.76"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS, 1.1844, 1.1845 version.lisp-expr, 1.5102, 1.5103 | Nikodemus Siivola <demoss@us...> |