From 5fa02fa4198bb6089e0b7c7d07f71459bf6b1193 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 27 Aug 2004 01:05:18 +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 9b8bd78ce..9300feade 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