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

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-07-31 09:05:58 +00:00
parent a7c930f19c
commit 5678aae066
2 changed files with 10 additions and 0 deletions

2
THANKS
View file

@ -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

View file

@ -1,3 +1,11 @@
1999-07-31 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* 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 <mdj@thalamus.nada.kth.se>
* eval.c (scm_m_expand_body): Use scm_cons_source.