[Pcre-svn] [631] code/trunk/doc/pcrestack.3: Documentation u…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [631] code/trunk/doc/pcrestack.3: Documentation update.
Revision: 631
          http://vcs.pcre.org/viewvc?view=rev&revision=631
Author:   ph10
Date:     2011-07-22 11:13:28 +0100 (Fri, 22 Jul 2011)


Log Message:
-----------
Documentation update.

Modified Paths:
--------------
    code/trunk/doc/pcrestack.3


Modified: code/trunk/doc/pcrestack.3
===================================================================
--- code/trunk/doc/pcrestack.3    2011-07-22 10:00:10 UTC (rev 630)
+++ code/trunk/doc/pcrestack.3    2011-07-22 10:13:28 UTC (rev 631)
@@ -8,7 +8,10 @@
 \fBmatch()\fP. This calls itself recursively at branch points in the pattern,
 in order to remember the state of the match so that it can back up and try a
 different alternative if the first one fails. As matching proceeds deeper and
-deeper into the tree of possibilities, the recursion depth increases.
+deeper into the tree of possibilities, the recursion depth increases. The
+\fBmatch()\P function is also called in other circumstances, for example,
+whenever a parenthesized sub-pattern is entered, and in certain cases of
+repetition.
 .P
 Not all calls of \fBmatch()\fP increase the recursion depth; for an item such
 as a* it may be called several times at the same level, after matching
@@ -170,6 +173,6 @@
 .rs
 .sp
 .nf
-Last updated: 03 January 2010
-Copyright (c) 1997-2010 University of Cambridge.
+Last updated: 22 July 2011
+Copyright (c) 1997-2011 University of Cambridge.
 .fi