Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7735
Modified Files:
version.lisp-expr
Log Message:
1.0.12.42: Fix minor regression in RUN-PROGRAM on win32
* Recent RUN-PROGRAM changes allowed strange errors in SBCL when a
child exited with a random negative exit status (e.g., when the
child crashes).
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3771
retrieving revision 1.3772
diff -u -d -r1.3771 -r1.3772
--- version.lisp-expr 20 Dec 2007 14:44:06 -0000 1.3771
+++ version.lisp-expr 21 Dec 2007 00:42:23 -0000 1.3772
@@ -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.12.41"
+"1.0.12.42"
|