From 84f9fb12818f27cb52711622b0c6e266c24fc71c Mon Sep 17 00:00:00 2001 From: ph10 Date: Sat, 16 Sep 2017 11:39:38 +0000 Subject: 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 --- doc/pcre2_config.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/pcre2_config.3') 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 -- cgit v1.2.1