summaryrefslogtreecommitdiff
path: root/ice-9
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2002-05-08 20:01:08 +0000
committerMarius Vollmer <mvo@zagadka.de>2002-05-08 20:01:08 +0000
commit9ea4ac37ed2d16e5b6ccfc8594b5bbda1a9a6f5c (patch)
tree96e5f3bb59d3b8323fe21d8442d682a970c5eea6 /ice-9
parente23028a5806e0dae1fd296ccaaf7af67e620355d (diff)
downloadguile-9ea4ac37ed2d16e5b6ccfc8594b5bbda1a9a6f5c.tar.gz
*** empty log message ***
Diffstat (limited to 'ice-9')
-rw-r--r--ice-9/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <mvo@zagadka.ping.de>
+
+ * 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 <mvo@zagadka.ping.de>
* syncase.scm: Use (ice-9 threads) so that with-mutex is defined.