diff --git a/libguile/ChangeLog b/libguile/ChangeLog index b4f6e947d..da7b12c44 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2003-10-02 Kevin Ryde + + * strports.c (s_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. Reported by Nic Ferrier. + 2003-09-18 Dirk Herrmann * numbers.h (SCM_INEXACTP): Removed uses of SCM_TYP16S.