summaryrefslogtreecommitdiff
path: root/maint/README
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-08-26 11:49:38 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-08-26 11:49:38 +0000
commit27353e42354a40c18ff4c79676749c76999e759e (patch)
treee2c14d8885692033fb9676e42540826c5c4b343f /maint/README
parentd68f7d9fa6a81170dd9b1b5e8871d32b8a3a726c (diff)
downloadpcre-27353e42354a40c18ff4c79676749c76999e759e.tar.gz
Update maint/README with new wishlist items.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@372 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'maint/README')
-rw-r--r--maint/README12
1 files changed, 11 insertions, 1 deletions
diff --git a/maint/README b/maint/README
index 2639956..5168936 100644
--- a/maint/README
+++ b/maint/README
@@ -259,8 +259,18 @@ others are relatively new.
. Check names that consist entirely of digits: PCRE allows, but do Perl and
Python, etc?
+
+. A user suggested a parameter to limit the length of string matched, for
+ example if the parameter is N, the current match should fail if the matched
+ substring exceeds N. This could apply to both match functions. The value
+ could be a new field in the extra block.
+
+. Callouts with arguments: (?Cn:ARG) for instance.
+
+. A user is going to supply a patch to generalize the API for user-specific
+ memory allocation so that it is more flexible in threaded environments.
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 04 July 2008
+Last updated: 26 August 2008