diff --git a/THANKS b/THANKS index 0e35b470f..6d464d6f6 100644 --- a/THANKS +++ b/THANKS @@ -31,6 +31,7 @@ For fixes or providing information which led to a fix: Alexandre Duret-Lutz John W Eaton Clinton Ebadi + Peter Gavin Eric Gillespie, Jr John Goerzen Mike Gran diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ff6c69e84..775fb6989 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2005-08-12 Marius Vollmer + + * numbers.c: Use scm_from_bool instead of SCM_BOOL. Thanks to + Peter Gavin! + 2005-08-06 Kevin Ryde * srfi-13.c (scm_string_any, scm_string_every, scm_string_tabulate, diff --git a/srfi/ChangeLog b/srfi/ChangeLog index f12833f4a..fd1c2dbac 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,8 @@ +2005-08-12 Marius Vollmer + + * srfi-1.c: Use scm_is_null instead of SCM_NULLP. Thanks to + Peter Gavin! + 2005-08-01 Marius Vollmer * srfi-1.c (check_map_args): Move check_map_error label and elt