diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index fc85ea5b9..5d5ac22ad 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,9 @@ +2002-05-08 Marius Vollmer + + * format.scm (format:fn-max): Increase to 400 so ~f and ~g can + print long real numbers with large positive and negative + exponents. + 2002-05-06 Marius Vollmer * syncase.scm: Use (ice-9 threads) so that with-mutex is defined.