*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Thu, 9 Oct 2003 00:41:46 +0000 (00:41 +0000)
committerKevin Ryde <user42@zip.com.au>
Thu, 9 Oct 2003 00:41:46 +0000 (00:41 +0000)
libguile/ChangeLog
test-suite/ChangeLog

index 4c7d698..ca42a03 100644 (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
index 4b583ae..d26c771 100644 (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.