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