From a6296812151a8f1251086b3b7df52413c69f6e05 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 1 Oct 2003 23:43:10 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 2 +- test-suite/ChangeLog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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.