diff options
author | Rob Browning <rlb@defaultvalue.org> | 2004-08-07 03:48:03 +0000 |
---|---|---|
committer | Rob Browning <rlb@defaultvalue.org> | 2004-08-07 03:48:03 +0000 |
commit | a00eaf19f8564aea89055f014153b6c56059d712 (patch) | |
tree | 1f56c2235fdbbfeb843783d74743bbe683cffdc1 /libguile | |
parent | f8a8200bc0dd747048e5a79a685122fdc0726bf3 (diff) | |
download | guile-a00eaf19f8564aea89055f014153b6c56059d712.tar.gz |
*** empty log message ***
Diffstat (limited to 'libguile')
-rw-r--r-- | libguile/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index fbb999e1d..36950c48f 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +2004-08-06 Rob Browning <rlb@defaultvalue.org> + + * net_db.c (scm_resolv_error): don't cause an exception while + trying to throw an exception -- call scm_misc_error with correct + arguments. The previous arguments needed a format escape that + wasn't in any of the format strings. + 2004-08-06 Kevin Ryde <user42@zip.com.au> * ramap.c (scm_array_fill_x): For byvect char fill, force signed char |