mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 21:10:27 +02:00
Add ice-9 popen duplicate pipe fd fix.
This commit is contained in:
parent
3a4f981f2b
commit
7c45fc4df5
1 changed files with 7 additions and 0 deletions
7
NEWS
7
NEWS
|
@ -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
|
* 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
|
** source-properties and set-source-properties! fix
|
||||||
|
|
||||||
Properties set with set-source-properties! can now be read back
|
Properties set with set-source-properties! can now be read back
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue