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.