diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 3ec56469d..a81b12597 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -2,7 +2,7 @@ * 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. + having been closed by the called procedure. Reported by Nic Ferrier. 2003-10-01 Rob Browning diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 47f14ca64..2b7ef78a1 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,7 @@ +2003-10-02 Kevin Ryde + + * tests/ports.test (call-with-output-string): Test proc closing port. + 2003-08-26 Kevin Ryde * tests/srfi-19.test (date-week-number): Add tests.