diff options
-rw-r--r-- | ice-9/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 77a58b559..1df1d0faf 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -3,6 +3,9 @@ * streams.scm (stream-for-each-many): Correction, should recurse into itself, not stream-for-each-one. + * time.scm (time-proc): Make result inexact, since format ~f doesn't + support fractions currently. + 2004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de> * boot-9.scm (expt): Only call integer-expt for an exact integer |