1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-09 15:10:29 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-03-26 14:06:13 +00:00
parent e6f3ef586c
commit 488325ae43

View file

@ -1,3 +1,10 @@
1999-03-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* numbers.c (isfinite): Define this macro if not defined: Return a
non-zero value if X is finite. (From ISO C 9x standard.)
(scm_inexact_to_exact): Bugfix: Don't pass NaNs to scm_dbl2big.
(Thanks to Jon Trowbridge and Greg Harvey.)
1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se> 1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
* keywords.c (scm_tc16_kw): Added for backward compatibility. * keywords.c (scm_tc16_kw): Added for backward compatibility.