1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 22:40:25 +02:00

*** empty log message ***

This commit is contained in:
Gary Houston 2000-04-10 21:56:38 +00:00
parent 70cb4fa6ac
commit d8859d6bd8

View file

@ -1,3 +1,10 @@
2000-04-10 Gary Houston <ghouston@arglist.com>
* 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 <ghouston@arglist.com>
* popen.scm (close-process-quietly): new procedure. use it from