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 + + * 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 * and-let-star.scm (and-let*): Give #t for an empty body, per srfi-2