From 24cc9192a07e35f4dc65c1319a8d02c472ef2ea3 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 27 Aug 2004 01:01:27 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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