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

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-10-09 00:41:46 +00:00
parent 1259cb26f7
commit 9ddeb77696
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-10-09 Kevin Ryde <user42@zip.com.au>
* numbers.c (scm_inexact_to_exact): Don't depend on what double->long
cast gives for values bigger than a long, or for nan or inf.
2003-10-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
* smob.h (scm_make_smob_type): Made the declaration match the

View file

@ -1,5 +1,7 @@
2003-10-09 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (inexact->exact): New tests.
* tests/poe.test: New file.
* Makefile.am: Add it.