Revision: 719
http://www.exim.org/viewvc/pcre2?view=rev&revision=719
Author: ph10
Date: 2017-03-30 18:43:50 +0100 (Thu, 30 Mar 2017)
Log Message:
-----------
Documentation update.
Modified Paths:
--------------
code/trunk/doc/pcre2jit.3
code/trunk/doc/pcre2limits.3
Modified: code/trunk/doc/pcre2jit.3
===================================================================
--- code/trunk/doc/pcre2jit.3 2017-03-30 13:25:20 UTC (rev 718)
+++ code/trunk/doc/pcre2jit.3 2017-03-30 17:43:50 UTC (rev 719)
@@ -1,4 +1,4 @@
-.TH PCRE2JIT 3 "05 June 2016" "PCRE2 10.22"
+.TH PCRE2JIT 3 "30 March 2017" "PCRE2 10.30"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH "PCRE2 JUST-IN-TIME COMPILER SUPPORT"
@@ -152,7 +152,7 @@
The error code PCRE2_ERROR_MATCHLIMIT is returned by the JIT code if searching
a very large pattern tree goes on for too long, as it is in the same
circumstance when JIT is not used, but the details of exactly what is counted
-are not the same. The PCRE2_ERROR_RECURSIONLIMIT error code is never returned
+are not the same. The PCRE2_ERROR_DEPTHLIMIT error code is never returned
when JIT matching is used.
.
.
@@ -413,6 +413,6 @@
.rs
.sp
.nf
-Last updated: 05 June 2016
-Copyright (c) 1997-2016 University of Cambridge.
+Last updated: 30 March 2017
+Copyright (c) 1997-2017 University of Cambridge.
.fi
Modified: code/trunk/doc/pcre2limits.3
===================================================================
--- code/trunk/doc/pcre2limits.3 2017-03-30 13:25:20 UTC (rev 718)
+++ code/trunk/doc/pcre2limits.3 2017-03-30 17:43:50 UTC (rev 719)
@@ -1,4 +1,4 @@
-.TH PCRE2LIMITS 3 "26 October 2016" "PCRE2 10.23"
+.TH PCRE2LIMITS 3 "30 March 2017" "PCRE2 10.30"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH "SIZE AND OTHER LIMITATIONS"
@@ -30,15 +30,6 @@
~(PCRE2_SIZE)0) is reserved as a special indicator for zero-terminated strings
and unset offsets.
.P
-Note that when using the traditional matching function, PCRE2 uses recursion to
-handle subpatterns and indefinite repetition. This means that the available
-stack space may limit the size of a subject string that can be processed by
-certain patterns. For a discussion of stack issues, see the
-.\" HREF
-\fBpcre2stack\fP
-.\"
-documentation.
-.P
All values in repeating quantifiers must be less than 65536.
.P
The maximum length of a lookbehind assertion is 65535 characters.
@@ -76,6 +67,6 @@
.rs
.sp
.nf
-Last updated: 26 October 2016
-Copyright (c) 1997-2016 University of Cambridge.
+Last updated: 30 March 2017
+Copyright (c) 1997-2017 University of Cambridge.
.fi