From 029328497d3d8aacea0b6dc7903bb9ed76a76815 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 1 Oct 2003 23:32:45 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 922a244f3..3ec56469d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2003-10-02 Kevin Ryde + + * strports.c (scm_call_with_output_string): scm_get_output_string + rather than scm_strport_to_string, so as to guard against the port + having been closed by the called procedure. + 2003-10-01 Rob Browning * gc.c (scm_done_malloc): fix sign error in scm_malloc_done, was