1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 13:00:34 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-09-01 23:49:01 +00:00
parent d8b189d2c3
commit b8d9526775
2 changed files with 7 additions and 0 deletions

View 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> 2004-08-27 Kevin Ryde <user42@zip.com.au>
* regex.scm (regexp-quote): [ and | must be quoted. Quote ( ) { + ? * regex.scm (regexp-quote): [ and | must be quoted. Quote ( ) { + ?

View file

@ -1,6 +1,7 @@
2004-09-02 Kevin Ryde <user42@zip.com.au> 2004-09-02 Kevin Ryde <user42@zip.com.au>
* tests/format.test (~@d): New tests. * 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> 2004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>