mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 17:50:29 +02:00
Add call-with-output-string no segv on closed port.
This commit is contained in:
parent
a629681215
commit
85ec8d4df7
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -27,6 +27,12 @@ trigger a GC scan of a free()d block of memory. This is now fixed.
|
|||
|
||||
* Changes to Scheme functions and syntax
|
||||
|
||||
** call-with-output-string doesn't segv on closed port
|
||||
|
||||
Previously call-with-output-string would give a segmentation fault if
|
||||
the string port was closed by the called function. An exception is
|
||||
raised now.
|
||||
|
||||
** (ice-9 popen) duplicate pipe fd fix
|
||||
|
||||
open-pipe, open-input-pipe and open-output-pipe left an extra copy of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue