Diff for /embedaddon/pcre/doc/pcrelimits.3 between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/02/21 23:50:25 version 1.1.1.3, 2012/10/09 09:19:17
Line 1 Line 1
.TH PCRELIMITS 3.TH PCRELIMITS 3 "04 May 2012" "PCRE 8.30"
 .SH NAME  .SH NAME
 PCRE - Perl-compatible regular expressions  PCRE - Perl-compatible regular expressions
 .SH "SIZE AND OTHER LIMITATIONS"  .SH "SIZE AND OTHER LIMITATIONS"
Line 32  the count. There is no limit to the number of backward Line 32  the count. There is no limit to the number of backward
 The maximum length of name for a named subpattern is 32 characters, and the  The maximum length of name for a named subpattern is 32 characters, and the
 maximum number of named subpatterns is 10000.  maximum number of named subpatterns is 10000.
 .P  .P
   The maximum length of a name in a (*MARK), (*PRUNE), (*SKIP), or (*THEN) verb
   is 255 for the 8-bit library and 65535 for the 16-bit library.
   .P
 The maximum length of a subject string is the largest positive number that an  The maximum length of a subject string is the largest positive number that an
 integer variable can hold. However, when using the traditional matching  integer variable can hold. However, when using the traditional matching
 function, PCRE uses recursion to handle subpatterns and indefinite repetition.  function, PCRE uses recursion to handle subpatterns and indefinite repetition.
Line 58  Cambridge CB2 3QH, England. Line 61  Cambridge CB2 3QH, England.
 .rs  .rs
 .sp  .sp
 .nf  .nf
Last updated: 08 January 2012Last updated: 04 May 2012
 Copyright (c) 1997-2012 University of Cambridge.  Copyright (c) 1997-2012 University of Cambridge.
 .fi  .fi

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


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