summaryrefslogtreecommitdiff
path: root/doc/html/pcreapi.html
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-05-23 15:06:35 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-05-23 15:06:35 +0000
commita8028e5f52992d430e05a348c920770419617b71 (patch)
tree392b984bae8867386f11ae29697f9268b11888cf /doc/html/pcreapi.html
parentf9c3ebf6e58326412a4dfd9f19a97007672380ce (diff)
downloadpcre-a8028e5f52992d430e05a348c920770419617b71.tar.gz
File tidies for 8.39-RC1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1651 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/html/pcreapi.html')
-rw-r--r--doc/html/pcreapi.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/html/pcreapi.html b/doc/html/pcreapi.html
index b401ecc..2d7adf1 100644
--- a/doc/html/pcreapi.html
+++ b/doc/html/pcreapi.html
@@ -315,9 +315,8 @@ documentation for details of how to do this. It is a non-standard way of
building PCRE, for use in environments that have limited stacks. Because of the
greater use of memory management, it runs more slowly. Separate functions are
provided so that special-purpose external code can be used for this case. When
-used, these functions are always called in a stack-like manner (last obtained,
-first freed), and always for memory blocks of the same size. There is a
-discussion about PCRE's stack usage in the
+used, these functions always allocate memory blocks of the same size. There is
+a discussion about PCRE's stack usage in the
<a href="pcrestack.html"><b>pcrestack</b></a>
documentation.
</P>
@@ -2913,9 +2912,9 @@ Cambridge CB2 3QH, England.
</P>
<br><a name="SEC26" href="#TOC1">REVISION</a><br>
<P>
-Last updated: 09 February 2014
+Last updated: 18 December 2015
<br>
-Copyright &copy; 1997-2014 University of Cambridge.
+Copyright &copy; 1997-2015 University of Cambridge.
<br>
<p>
Return to the <a href="index.html">PCRE index page</a>.