Revision: 1218
http://www.exim.org/viewvc/pcre2?view=rev&revision=1218
Author: ph10
Date: 2020-02-11 16:37:08 +0000 (Tue, 11 Feb 2020)
Log Message:
-----------
Documentation update.
Modified Paths:
--------------
code/trunk/doc/html/pcre2_jit_match.html
code/trunk/doc/pcre2_jit_match.3
Modified: code/trunk/doc/html/pcre2_jit_match.html
===================================================================
--- code/trunk/doc/html/pcre2_jit_match.html 2020-02-10 10:18:01 UTC (rev 1217)
+++ code/trunk/doc/html/pcre2_jit_match.html 2020-02-11 16:37:08 UTC (rev 1218)
@@ -33,7 +33,9 @@
algorithm that is similar to Perl's. It is a "fast path" interface to JIT, and
it bypasses some of the sanity checks that <b>pcre2_match()</b> applies.
Its arguments are exactly the same as for
-<a href="pcre2_match.html"><b>pcre2_match()</b>.</a>
+<a href="pcre2_match.html"><b>pcre2_match()</b>,</a>
+except that the subject string must be specified with a length;
+PCRE2_ZERO_TERMINATED is not supported.
</P>
<P>
The supported options are PCRE2_NOTBOL, PCRE2_NOTEOL, PCRE2_NOTEMPTY,
Modified: code/trunk/doc/pcre2_jit_match.3
===================================================================
--- code/trunk/doc/pcre2_jit_match.3 2020-02-10 10:18:01 UTC (rev 1217)
+++ code/trunk/doc/pcre2_jit_match.3 2020-02-11 16:37:08 UTC (rev 1218)
@@ -1,4 +1,4 @@
-.TH PCRE2_JIT_MATCH 3 "03 November 2014" "PCRE2 10.0"
+.TH PCRE2_JIT_MATCH 3 "11 February 2020" "PCRE2 10.35"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH SYNOPSIS
@@ -22,8 +22,10 @@
it bypasses some of the sanity checks that \fBpcre2_match()\fP applies.
Its arguments are exactly the same as for
.\" HREF
-\fBpcre2_match()\fP.
+\fBpcre2_match()\fP,
.\"
+except that the subject string must be specified with a length;
+PCRE2_ZERO_TERMINATED is not supported.
.P
The supported options are PCRE2_NOTBOL, PCRE2_NOTEOL, PCRE2_NOTEMPTY,
PCRE2_NOTEMPTY_ATSTART, PCRE2_PARTIAL_HARD, and PCRE2_PARTIAL_SOFT. Unsupported