diff options
-rw-r--r-- | ice-9/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index deba37692..8676adcde 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -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 |