summaryrefslogtreecommitdiff
path: root/doc/pcre2test.txt
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-06-15 15:51:07 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-06-15 15:51:07 +0000
commit39d365eaf01567a33d4e99aabf0d48d02f2ea39e (patch)
treef6b594f5d7f41b0a9c085af9d0212b0fb35f74e2 /doc/pcre2test.txt
parentfcbbd8d29b4558179e7b304e4bd75b714039433f (diff)
downloadpcre2-39d365eaf01567a33d4e99aabf0d48d02f2ea39e.tar.gz
Fix pcre2grep -o bug when ovector overflows; add option to adjust the limit;
raise the default limit; give error if -o requests an uncaptured parens. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1106 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2test.txt')
-rw-r--r--doc/pcre2test.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/pcre2test.txt b/doc/pcre2test.txt
index 6442270..5f77503 100644
--- a/doc/pcre2test.txt
+++ b/doc/pcre2test.txt
@@ -670,7 +670,9 @@ PATTERN MODIFIERS
as "starting code units". "Last code unit" is the last literal code
unit that must be present in any match. This is not necessarily the
last character. These lines are omitted if no starting or ending code
- units are recorded.
+ units are recorded. The subject length line is omitted when
+ no_start_optimize is set because the minimum length is not calculated
+ when it can never be used.
The framesize modifier shows the size, in bytes, of the storage frames
used by pcre2_match() for handling backtracking. The size depends on
@@ -1891,5 +1893,5 @@ AUTHOR
REVISION
- Last updated: 23 May 2019
+ Last updated: 11 June 2019
Copyright (c) 1997-2019 University of Cambridge.