*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Fri, 27 Aug 2004 01:01:27 +0000 (01:01 +0000)
committerKevin Ryde <user42@zip.com.au>
Fri, 27 Aug 2004 01:01:27 +0000 (01:01 +0000)
ice-9/ChangeLog

index deba376..8676adc 100644 (file)
@@ -1,3 +1,9 @@
+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