*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Wed, 1 Sep 2004 23:49:01 +0000 (23:49 +0000)
committerKevin Ryde <user42@zip.com.au>
Wed, 1 Sep 2004 23:49:01 +0000 (23:49 +0000)
ice-9/ChangeLog
test-suite/ChangeLog

index 8676adc..6ae5edc 100644 (file)
@@ -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 ( ) { + ?
index c141fa3..6afdf7e 100644 (file)
@@ -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>