summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-06-05 10:40:13 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-06-05 10:40:13 +0000
commitbcfc903ca01ecbdc1c9852aab9b2d6fdcf4d9d2d (patch)
tree65e5bea0d6be410f1c71262c6e6321bb3cccc92f /NEWS
parent2713a25161c167b2339b245e124932e6e3820ba7 (diff)
downloadpcre-bcfc903ca01ecbdc1c9852aab9b2d6fdcf4d9d2d.tar.gz
Drastically reduce workspace used for alternatives in groups; also some
trailing space removals for a test release. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@172 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index b3ccb69..7709e9f 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ News about PCRE releases
Release 7.2 30-Apr-07
---------------------
-WARNING: saved patterns that were compiled by earlier versions of PCRE must be
+WARNING: saved patterns that were compiled by earlier versions of PCRE must be
recompiled for use with 7.2 (necessitated by the addition of \K).
Correction to the notes for 7.1: the note about shared libraries for Windows is
@@ -19,12 +19,12 @@ the basic pcre library.
Some more features from Perl 5.10 have been added:
(?-n) and (?+n) relative references for recursion and subroutines.
-
+
(Not sure if this one is actually in Perl 5.10)
- (?(-n) and (?(+n) relative references as conditions.
-
+ (?(-n) and (?(+n) relative references as conditions.
+
\K to reset the start of the matched string; for example, (foo)\Kbar
- matches bar preceded by foo, but only sets bar as the matched string
+ matches bar preceded by foo, but only sets bar as the matched string
Release 7.1 24-Apr-07