summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-09-01 23:49:01 +0000
committerKevin Ryde <user42@zip.com.au>2004-09-01 23:49:01 +0000
commitb8d9526775e436d0d75843c6e2197adb95c1ca6e (patch)
treed4abac3a89eaf43f4d3c76066f6ab60491fe67d1
parentd8b189d2c3c6e16a1c3896159821ffc4e178887a (diff)
downloadguile-b8d9526775e436d0d75843c6e2197adb95c1ca6e.tar.gz
*** empty log message ***
-rw-r--r--ice-9/ChangeLog6
-rw-r--r--test-suite/ChangeLog1
2 files changed, 7 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index 8676adcde..6ae5edc0a 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-02 Kevin Ryde <user42@zip.com.au>
+
+ * format.scm (format:out): Ignore excess arguments, per common lisp.
+
+ * format.scm (format:out-num-padded): Print "+" on 0 under @ modifier.
+
2004-08-27 Kevin Ryde <user42@zip.com.au>
* regex.scm (regexp-quote): [ and | must be quoted. Quote ( ) { + ?
diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog
index c141fa3c4..6afdf7e74 100644
--- a/test-suite/ChangeLog
+++ b/test-suite/ChangeLog
@@ -1,6 +1,7 @@
2004-09-02 Kevin Ryde <user42@zip.com.au>
* tests/format.test (~@d): New tests.
+ New tests of excess arguments now ignored.
2004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>