summaryrefslogtreecommitdiff
path: root/doc/pcre2_config.3
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-09-16 11:39:38 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-09-16 11:39:38 +0000
commit84f9fb12818f27cb52711622b0c6e266c24fc71c (patch)
tree1b4e7f7372b0e9af5eb6d87c6edbb72f1bd4a851 /doc/pcre2_config.3
parentb03ea65b602b84275a42f2fa9c00c0a16eed4b4f (diff)
downloadpcre2-84f9fb12818f27cb52711622b0c6e266c24fc71c.tar.gz
Add PCRE2_CONFIG_COMPILED_WIDTHS and PCRE2_CONFIG_NEVER_BACKSLASH_C.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@862 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2_config.3')
-rw-r--r--doc/pcre2_config.36
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/pcre2_config.3 b/doc/pcre2_config.3
index 1f99370..ab9623d 100644
--- a/doc/pcre2_config.3
+++ b/doc/pcre2_config.3
@@ -1,4 +1,4 @@
-.TH PCRE2_CONFIG 3 "26 May 2017" "PCRE2 10.30"
+.TH PCRE2_CONFIG 3 "16 September 2017" "PCRE2 10.31"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH SYNOPSIS
@@ -31,8 +31,9 @@ point to a uint32_t integer variable. The available codes are:
PCRE2_CONFIG_BSR Indicates what \eR matches by default:
PCRE2_BSR_UNICODE
PCRE2_BSR_ANYCRLF
- PCRE2_CONFIG_HEAPLIMIT Default heap memory limit
+ PCRE2_CONFIG_COMPILED_WIDTHS Which of 8/16/32 support was compiled
PCRE2_CONFIG_DEPTHLIMIT Default backtracking depth limit
+ PCRE2_CONFIG_HEAPLIMIT Default heap memory limit
.\" JOIN
PCRE2_CONFIG_JIT Availability of just-in-time compiler
support (1=yes 0=no)
@@ -41,6 +42,7 @@ point to a uint32_t integer variable. The available codes are:
architecture for the JIT compiler
PCRE2_CONFIG_LINKSIZE Configured internal link size (2, 3, 4)
PCRE2_CONFIG_MATCHLIMIT Default internal resource limit
+ PCRE2_CONFIG_NEVER_BACKSLASH_C Whether or not \eC is disabled
PCRE2_CONFIG_NEWLINE Code for the default newline sequence:
PCRE2_NEWLINE_CR
PCRE2_NEWLINE_LF