Documentation update.

This commit is contained in:
Philip.Hazel 2020-01-24 15:26:44 +00:00
parent 9e8c98587f
commit f3c658cf87
3 changed files with 444 additions and 441 deletions

View File

@ -2660,8 +2660,9 @@ wastes resources.
</P>
<P>
Non-atomic assertions are not supported by the alternative matching function
<b>pcre2_dfa_match()</b>. They are also not supported by JIT (but may be in
future). Note that assertions that appear as conditions for
<b>pcre2_dfa_match()</b>. They are supported by JIT, but only if they do not
contain any control verbs such as (*ACCEPT). (This may change in future). Note
that assertions that appear as conditions for
<a href="#conditions">conditional groups</a>
(see below) must be atomic.
</P>
@ -3827,7 +3828,7 @@ Cambridge, England.
</P>
<br><a name="SEC32" href="#TOC1">REVISION</a><br>
<P>
Last updated: 01 January 2020
Last updated: 24 January 2020
<br>
Copyright &copy; 1997-2020 University of Cambridge.
<br>

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
.TH PCRE2PATTERN 3 "01 January 2020" "PCRE2 10.35"
.TH PCRE2PATTERN 3 "24 January 2020" "PCRE2 10.35"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH "PCRE2 REGULAR EXPRESSION DETAILS"
@ -2672,8 +2672,9 @@ as before because nothing has changed, so using a non-atomic assertion just
wastes resources.
.P
Non-atomic assertions are not supported by the alternative matching function
\fBpcre2_dfa_match()\fP. They are also not supported by JIT (but may be in
future). Note that assertions that appear as conditions for
\fBpcre2_dfa_match()\fP. They are supported by JIT, but only if they do not
contain any control verbs such as (*ACCEPT). (This may change in future). Note
that assertions that appear as conditions for
.\" HTML <a href="#conditions">
.\" </a>
conditional groups
@ -3871,6 +3872,6 @@ Cambridge, England.
.rs
.sp
.nf
Last updated: 01 January 2020
Last updated: 24 January 2020
Copyright (c) 1997-2020 University of Cambridge.
.fi