summaryrefslogtreecommitdiff
path: root/doc/index.html.src
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-25 17:50:54 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-25 17:50:54 +0000
commit55f5d081c04b7c8e6b5867ccfad3c731a2cc6870 (patch)
tree114ce5ba0f0573ae918563825c4f3ccadf4eb286 /doc/index.html.src
parent1edfc7e37c0eb140d8cea15c70d639c7c0ccd4be (diff)
downloadpcre2-55f5d081c04b7c8e6b5867ccfad3c731a2cc6870.tar.gz
Documentation update.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@709 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/index.html.src')
-rw-r--r--doc/index.html.src7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/index.html.src b/doc/index.html.src
index eebb80b..3920426 100644
--- a/doc/index.html.src
+++ b/doc/index.html.src
@@ -213,6 +213,9 @@ in the library.
<tr><td><a href="pcre2_set_compile_recursion_guard.html">pcre2_set_compile_recursion_guard</a></td>
<td>&nbsp;&nbsp;Set up a compile recursion guard function</td></tr>
+<tr><td><a href="pcre2_set_depth_limit.html">pcre2_set_depth_limit</a></td>
+ <td>&nbsp;&nbsp;Set the match backtracking depth limit</td></tr>
+
<tr><td><a href="pcre2_set_match_limit.html">pcre2_set_match_limit</a></td>
<td>&nbsp;&nbsp;Set the match limit</td></tr>
@@ -229,10 +232,10 @@ in the library.
<td>&nbsp;&nbsp;Set the parentheses nesting limit</td></tr>
<tr><td><a href="pcre2_set_recursion_limit.html">pcre2_set_recursion_limit</a></td>
- <td>&nbsp;&nbsp;Set the match recursion limit</td></tr>
+ <td>&nbsp;&nbsp;Obsolete: use pcre2_set_depth_limit</td></tr>
<tr><td><a href="pcre2_set_recursion_memory_management.html">pcre2_set_recursion_memory_management</a></td>
- <td>&nbsp;&nbsp;Set match recursion memory management</td></tr>
+ <td>&nbsp;&nbsp;Obsolete function that (from 10.30 onwards) does nothing</td></tr>
<tr><td><a href="pcre2_substitute.html">pcre2_substitute</a></td>
<td>&nbsp;&nbsp;Match a compiled pattern to a subject string and do