diff --git a/THANKS b/THANKS index e3c7529de..1e0aec240 100644 --- a/THANKS +++ b/THANKS @@ -30,6 +30,7 @@ Bug reports and fixes from: Johannes Hjorth Charbel Jacquin David Kaelbling + Lorentey Karoly Valdis Kletnieks Michael Livshin David Lutterkort @@ -38,6 +39,7 @@ Bug reports and fixes from: Eric Moore Nicolas Neuss Thien-Thi Nguyen + James Dean Palmer Richard Polton Ken Raeburn Mikael Ståldal diff --git a/libguile/ChangeLog b/libguile/ChangeLog index da9f63774..fee16d0c4 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,11 @@ +1999-07-31 Mikael Djurfeldt + + * hashtab.c: Bugfix: Don't declare s_hash_fold without storage + size. (Thanks to James Dean Palmer.) + + * numbers.c (scm_makdbl): Bugfix: Initialize imaginary part. + (Thanks to Lorentey Karoly.) + 1999-07-30 Mikael Djurfeldt * eval.c (scm_m_expand_body): Use scm_cons_source.