summaryrefslogtreecommitdiff
path: root/maint
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-26 19:12:32 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-26 19:12:32 +0000
commit5c3493df2827cb70ddc42899df2f9ee30f5e7a7b (patch)
tree94e6f1bf0230945da14fd4fe3408292572d90749 /maint
parent13ec83b84a6939e47ebabc1836caec7d94836896 (diff)
downloadpcre-5c3493df2827cb70ddc42899df2f9ee30f5e7a7b.tar.gz
Added lower bound length-finding to pcre_study() and use it when matching; make
the value available via pcre_fullinfo(); also fixed bugs connected with pcre_study() in pcre_dfa_exec(). git-svn-id: svn://vcs.exim.org/pcre/code/trunk@455 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'maint')
-rw-r--r--maint/README9
1 files changed, 1 insertions, 8 deletions
diff --git a/maint/README b/maint/README
index aa904d6..c2e2282 100644
--- a/maint/README
+++ b/maint/README
@@ -178,15 +178,8 @@ others are relatively new.
o A required byte from alternatives - not just the last char, but an
earlier one if common to all alternatives.
- o Minimum length of subject needed (see also next . bullet).
-
o Friedl contains other ideas.
-. There was a request for a way of finding the minimum subject length that can
- match a given pattern. (If this were available, it could be usefully added
- to study() - see above.) This is easy for simple cases, but I haven't figured
- out how to handle recursion.
-
. If Perl gets to a consistent state over the settings of capturing sub-
patterns inside repeats, see if we can match it. One example of the
difference is the matching of /(main(O)?)+/ against mainOmain, where PCRE
@@ -308,4 +301,4 @@ others are relatively new.
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 20 September 2009
+Last updated: 26 September 2009