1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 12:00:21 +02:00

Add ice-9 popen duplicate pipe fd fix.

This commit is contained in:
Kevin Ryde 2003-09-19 01:30:54 +00:00
parent 518a07ad84
commit 69fc37da29

7
NEWS
View file

@ -468,6 +468,13 @@ chapter in the reference manual.
There is no replacement for undefine.
** (ice-9 popen) duplicate pipe fd fix
open-pipe, open-input-pipe and open-output-pipe left an extra copy of
their pipe file descriptor in the child, which was normally harmless,
but it can prevent the parent seeing eof or a broken pipe immediately
and has now been fixed.
** source-properties and set-source-properties! fix
Properties set with set-source-properties! can now be read back