|
[Sbcl-commits] CVS: sbcl NEWS, 1.1616, 1.1617 version.lisp-expr,
1.4634, 1.4635
From: Juho Snellman <jsnell@us...> - 2009-10-03 22:37
|
Update of /cvsroot/sbcl/sbcl
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14876
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.31.27: RUN-PROGRAM process group change
* Have RUN-PROGRAM with :INPUT T only run the subprocess in a
new process group if it doesn't need to share stdin with the
sbcl process. (patch by Leslie Polzer)
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1616
retrieving revision 1.1617
diff -u -d -r1.1616 -r1.1617
--- NEWS 18 Sep 2009 11:31:23 -0000 1.1616
+++ NEWS 3 Oct 2009 22:36:59 -0000 1.1617
@@ -21,6 +21,9 @@
* bug fix: (SETF SLOT-VALUE) signalled a warning which should have been
an optimization note instead. (reported by Martin Cracauer)
* bug fix: WITH-SLOTS did not work with THE forms. (thanks to David Tolpin)
+ * bug fix: Have RUN-PROGRAM with :INPUT T only run the subprocess in a
+ new process group if it doesn't need to share stdin with the sbcl
+ process. (thanks to Leslie Polzer)
changes in sbcl-1.0.31 relative to sbcl-1.0.30:
* improvement: stack allocation is should now be possible in all nested
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4634
retrieving revision 1.4635
diff -u -d -r1.4634 -r1.4635
--- version.lisp-expr 29 Sep 2009 13:35:37 -0000 1.4634
+++ version.lisp-expr 3 Oct 2009 22:36:59 -0000 1.4635
@@ -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.31.26"
+"1.0.31.27"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS, 1.1616, 1.1617 version.lisp-expr, 1.4634, 1.4635 | Juho Snellman <jsnell@us...> |