1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 11:40:20 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2000-09-20 21:06:06 +00:00
parent dd47565aeb
commit f7b0a8d1c6
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2000-09-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* boot-9.scm: Removed comment. (Thanks to Brad Knotwell.)
2000-09-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
* syncase.scm (putprop): Use the high-level property interface.

View file

@ -1,6 +1,9 @@
2000-09-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2000-09-20 Marius Vollmer <mvo@zagadka.ping.de>
* boot-9.scm: Removed comment. (Thanks to Brad Knotwell.)
* numbers.c (scm_istr2flo): Throw an `out of range' error when
exponent is too large instead of returning `#f'. The rationale is
that in this case the string represents a valid number but we
can't deal with it.
2000-09-20 Dirk Herrmann <D.Herrmann@tu-bs.de>