From d8859d6bd8e82feda4f2b0238eefe6c2c46af8cd Mon Sep 17 00:00:00 2001 From: Gary Houston Date: Mon, 10 Apr 2000 21:56:38 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index b47f7f709..371ed1ee5 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,10 @@ +2000-04-10 Gary Houston + + * popen.scm (open-process): after forking, close all ports except + the end of the pipe to the parent. otherwise move->fdes and + the exec'd program and the exit handlers can interfere with file + descriptors still in use in parent ports. + 2000-04-09 Gary Houston * popen.scm (close-process-quietly): new procedure. use it from