1
Fork 0
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:
Kevin Ryde 2003-10-01 23:45:54 +00:00
parent a629681215
commit 85ec8d4df7

6
NEWS
View file

@ -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