1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-10-08 23:00:37 +00:00
parent d6532dd1cf
commit ff6ea7b951
2 changed files with 6 additions and 1 deletions

View 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

View 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.