From: Chris Hanson Date: Mon, 1 Feb 1999 03:29:46 +0000 (+0000) Subject: More subprocess changes. X-Git-Tag: 20090517-FFI~4653 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5f31149e1c9c75beaaaeca0e7447f9b0f1cda17f;p=mit-scheme.git More subprocess changes. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 2daf6a1cc..f61801485 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.302 1999/01/31 20:42:20 cph Exp $ +$Id: runtime.pkg,v 14.303 1999/02/01 03:29:46 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology @@ -2281,6 +2281,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (parent ()) (export () make-subprocess + process-environment-bind run-subprocess-in-foreground scheme-subprocess-environment start-batch-subprocess @@ -2329,7 +2330,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (parent ()) (export () condition-type:subprocess-abnormal-termination - condition-type:subprocess-exited condition-type:subprocess-signalled condition-type:subprocess-stopped run-shell-command diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 7a990555f..b6fdf0e7f 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.308 1999/01/31 20:42:27 cph Exp $ +$Id: runtime.pkg,v 14.309 1999/02/01 03:29:39 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology @@ -2285,6 +2285,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (parent ()) (export () make-subprocess + process-environment-bind run-subprocess-in-foreground scheme-subprocess-environment start-batch-subprocess @@ -2333,7 +2334,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (parent ()) (export () condition-type:subprocess-abnormal-termination - condition-type:subprocess-exited condition-type:subprocess-signalled condition-type:subprocess-stopped run-shell-command