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 + + * 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 * 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 * tests/format.test (~@d): New tests. + New tests of excess arguments now ignored. 2004-09-01 Han-Wen Nienhuys , Kevin Ryde