summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-05-09 15:53:54 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-05-09 15:53:54 +0000
commit6cca306d5addb856e76549ca51663435cbf06816 (patch)
treef605375c4dd946e0fbf899e43054afc5a5521ec7 /NEWS
parentfcde8e6080d98b4fee23600b0e59b5179af250c3 (diff)
downloadpcre-6cca306d5addb856e76549ca51663435cbf06816.tar.gz
Add (?(-n) and (?(+n) relative conditions.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@167 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 230bcba..90e6028 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,9 @@ 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.
Release 7.1 24-Apr-07