New tests of excess arguments now ignored.
[bpt/guile.git] / ice-9 / ChangeLog
index 3c382df..8676adc 100644 (file)
@@ -1,3 +1,18 @@
+2004-08-27  Kevin Ryde  <user42@zip.com.au>
+
+       * regex.scm (regexp-quote): [ and | must be quoted.  Quote ( ) { + ?
+       using char class [(] etc since \( in fact makes them become special in
+       regexp/basic.
+
+2004-08-25  Kevin Ryde  <user42@zip.com.au>
+
+       * and-let-star.scm (and-let*): Give #t for an empty body, per srfi-2
+       spec, previously came out as an empty (begin).
+
+2004-08-25  Marius Vollmer  <mvo@zagadka.de>
+
+       * boot-9.scm (%cond-expand-features): Added srfi-13 and srfi-14.
+
 2004-08-20  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
 
        * debugger/utils.scm (display-source): Use unmemoize-expr instead