More subprocess changes.
authorChris Hanson <org/chris-hanson/cph>
Mon, 1 Feb 1999 03:29:46 +0000 (03:29 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 1 Feb 1999 03:29:46 +0000 (03:29 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 2daf6a1ccdc31dbd56fd071ed101f18752af6c13..f6180148540a6b695669ec428970d141cc126491 100644 (file)
@@ -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
index 7a990555f2cb6fe114feb7d3b69df1b1cffe0369..b6fdf0e7f5deb98599dfd1f0f8a4e6b11986d1f6 100644 (file)
@@ -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