--- code/trunk/doc/pcreapi.3 2010/05/26 10:54:18 526 +++ code/trunk/doc/pcreapi.3 2010/06/03 19:18:24 535 @@ -1643,6 +1643,10 @@ gets a block of memory at the start of matching to use for this purpose. If the call via \fBpcre_malloc()\fP fails, this error is given. The memory is automatically freed at the end of matching. +.P +This error is also given if \fBpcre_stack_malloc()\fP fails in +\fBpcre_exec()\fP. This can happen only when PCRE has been compiled with +\fB--disable-stack-for-recursion\fP. .sp PCRE_ERROR_NOSUBSTRING (-7) .sp @@ -2127,6 +2131,6 @@ .rs .sp .nf -Last updated: 26 May 2010 +Last updated: 01 June 2010 Copyright (c) 1997-2010 University of Cambridge. .fi