1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-20 02:30:23 +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

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.