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

Add ice-9 popen duplicate pipe fd fix.

This commit is contained in:
Kevin Ryde 2003-09-19 01:18:20 +00:00
parent 3a4f981f2b
commit 7c45fc4df5

7
NEWS
View file

@ -24,6 +24,13 @@ trigger a GC scan of a free()d block of memory. This is now fixed.
* Changes to Scheme functions and syntax
** (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