*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Wed, 8 Oct 2003 23:00:37 +0000 (23:00 +0000)
committerKevin Ryde <user42@zip.com.au>
Wed, 8 Oct 2003 23:00:37 +0000 (23:00 +0000)
ice-9/ChangeLog
libguile/ChangeLog

index e6b2d39..084705d 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-09  Kevin Ryde  <user42@zip.com.au>
+
+       * poe.scm (funcq-assoc): Rewrite, don't assume '() is false, and
+       actually traverse the given alist.
+       
 2003-10-06  Neil Jerram  <neil@ossau.uklinux.net>
 
        * debugger/ui-client.scm (handle-instruction): Add evaluation
index 3812452..4c7d698 100644 (file)
@@ -10,7 +10,7 @@
 
 2003-10-02  Kevin Ryde  <user42@zip.com.au>
 
-       * 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.