Diff for /embedaddon/pcre/doc/pcre_config.3 between versions 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2013/07/22 08:25:56 version 1.1.1.5, 2014/06/15 19:46:05
Line 1 Line 1
.TH PCRE_CONFIG 3 "24 June 2012" "PCRE 8.30".TH PCRE_CONFIG 3 "05 November 2013" "PCRE 8.34"
 .SH NAME  .SH NAME
 PCRE - Perl-compatible regular expressions  PCRE - Perl-compatible regular expressions
 .SH SYNOPSIS  .SH SYNOPSIS
Line 33  point to an unsigned long integer. The available codes Line 33  point to an unsigned long integer. The available codes
                               target architecture for the JIT compiler,                                target architecture for the JIT compiler,
                               or NULL if there is no JIT support                                or NULL if there is no JIT support
   PCRE_CONFIG_LINK_SIZE     Internal link size: 2, 3, or 4    PCRE_CONFIG_LINK_SIZE     Internal link size: 2, 3, or 4
     PCRE_CONFIG_PARENS_LIMIT  Parentheses nesting limit
   PCRE_CONFIG_MATCH_LIMIT   Internal resource limit    PCRE_CONFIG_MATCH_LIMIT   Internal resource limit
   PCRE_CONFIG_MATCH_LIMIT_RECURSION    PCRE_CONFIG_MATCH_LIMIT_RECURSION
                             Internal recursion depth limit                              Internal recursion depth limit

Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>