summaryrefslogtreecommitdiff
path: root/maint
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-11-09 17:07:01 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-11-09 17:07:01 +0000
commite95986b1e5330fb661544200997dff26d06b2548 (patch)
treeb407bd68bffa9402afe567e6651433a3e6e688be /maint
parenteb41744b0aa82d459c2935862eaabdebbe062cc9 (diff)
downloadpcre-e95986b1e5330fb661544200997dff26d06b2548.tar.gz
Preparations for 8.32-RC1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1217 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 45050f7..30acdc9 100644
--- a/maint/README
+++ b/maint/README
@@ -340,13 +340,6 @@ others are relatively new.
implementation that I tried made things worse in many simple cases, so this
is not an obviously good thing.
-. Make the longest lookbehind available via pcre_fullinfo(). This is not
- straightforward because lookbehinds can be nested inside lookbehinds. This
- case will have to be identified, and the amounts added. This should then give
- the maximum possible lookbehind length. The reason for wanting this is to
- help when implementing multi-segment matching using pcre_exec() with partial
- matching and overlapping segments.
-
. PCRE cannot at present distinguish between subpatterns with different names,
but the same number (created by the use of ?|). In order to do so, a way of
remembering *which* subpattern numbered n matched is needed. Bugzilla #760.
@@ -359,4 +352,4 @@ others are relatively new.
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 20 September 2012
+Last updated: 09 November 2012