From 5678aae066769fa6581d46b69c6b7680982494d6 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sat, 31 Jul 1999 09:05:58 +0000 Subject: [PATCH] *** empty log message *** --- THANKS | 2 ++ libguile/ChangeLog | 8 ++++++++ 2 files changed, 10 insertions(+) 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.