From ff6ea7b951529beff8f7c94afe97f8d32a08e658 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 8 Oct 2003 23:00:37 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 5 +++++ libguile/ChangeLog | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index e6b2d3905..084705d49 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2003-10-09 Kevin Ryde + + * poe.scm (funcq-assoc): Rewrite, don't assume '() is false, and + actually traverse the given alist. + 2003-10-06 Neil Jerram * debugger/ui-client.scm (handle-instruction): Add evaluation diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 38124521f..4c7d698b4 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -10,7 +10,7 @@ 2003-10-02 Kevin Ryde - * strports.c (s_scm_call_with_output_string): scm_get_output_string + * 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. Reported by Nic Ferrier.