diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-08-27 01:01:27 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-08-27 01:01:27 +0000 |
commit | 24cc9192a07e35f4dc65c1319a8d02c472ef2ea3 (patch) | |
tree | 612c416008bc4e9a96aff1ca9fbac2a55951bf6b | |
parent | 2b28ce5b0c18c4f2d8a901c34e3226ea35e2e9cc (diff) | |
download | guile-24cc9192a07e35f4dc65c1319a8d02c472ef2ea3.tar.gz |
*** empty log message ***
-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 |