summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-03-04 15:30:46 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-03-04 15:30:46 +0000
commitb97d38626d493dd843a8903450895046c93d3afa (patch)
tree3c7367b5e3925d69bf413b41520a491fc8cee1ee
parentc82ef7bef66138a85362473df622d16bf728499e (diff)
downloadpcre2-b97d38626d493dd843a8903450895046c93d3afa.tar.gz
Documentation update.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@927 6239d852-aaf2-0410-a92c-79f79f948069
-rw-r--r--doc/html/pcre2.html6
-rw-r--r--doc/pcre2.38
-rw-r--r--doc/pcre2.txt6
3 files changed, 13 insertions, 7 deletions
diff --git a/doc/html/pcre2.html b/doc/html/pcre2.html
index b61c579..35ee02f 100644
--- a/doc/html/pcre2.html
+++ b/doc/html/pcre2.html
@@ -157,6 +157,7 @@ listing), and the short pages for individual functions, are concatenated in
pcre2build building PCRE2
pcre2callout details of the callout feature
pcre2compat discussion of Perl compatibility
+ pcre2convert details of pattern conversion functions
pcre2demo a demonstration C program that uses PCRE2
pcre2grep description of the <b>pcre2grep</b> command (8-bit only)
pcre2jit discussion of just-in-time optimization support
@@ -167,6 +168,7 @@ listing), and the short pages for individual functions, are concatenated in
pcre2perform discussion of performance issues
pcre2posix the POSIX-compatible C API for the 8-bit library
pcre2sample discussion of the pcre2demo program
+ pcre2serialize details of pattern serialization
pcre2syntax quick syntax reference
pcre2test description of the <b>pcre2test</b> command
pcre2unicode discussion of Unicode and UTF support
@@ -189,9 +191,9 @@ use my two initials, followed by the two digits 10, at the domain cam.ac.uk.
</P>
<br><a name="SEC5" href="#TOC1">REVISION</a><br>
<P>
-Last updated: 01 April 2017
+Last updated: 04 March 2018
<br>
-Copyright &copy; 1997-2017 University of Cambridge.
+Copyright &copy; 1997-2018 University of Cambridge.
<br>
<p>
Return to the <a href="index.html">PCRE2 index page</a>.
diff --git a/doc/pcre2.3 b/doc/pcre2.3
index 83a7655..fe93383 100644
--- a/doc/pcre2.3
+++ b/doc/pcre2.3
@@ -1,4 +1,4 @@
-.TH PCRE2 3 "01 April 2017" "PCRE2 10.30"
+.TH PCRE2 3 "04 March 2018" "PCRE2 10.32"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH INTRODUCTION
@@ -152,6 +152,7 @@ listing), and the short pages for individual functions, are concatenated in
pcre2build building PCRE2
pcre2callout details of the callout feature
pcre2compat discussion of Perl compatibility
+ pcre2convert details of pattern conversion functions
pcre2demo a demonstration C program that uses PCRE2
pcre2grep description of the \fBpcre2grep\fP command (8-bit only)
pcre2jit discussion of just-in-time optimization support
@@ -164,6 +165,7 @@ listing), and the short pages for individual functions, are concatenated in
pcre2perform discussion of performance issues
pcre2posix the POSIX-compatible C API for the 8-bit library
pcre2sample discussion of the pcre2demo program
+ pcre2serialize details of pattern serialization
pcre2syntax quick syntax reference
pcre2test description of the \fBpcre2test\fP command
pcre2unicode discussion of Unicode and UTF support
@@ -189,6 +191,6 @@ use my two initials, followed by the two digits 10, at the domain cam.ac.uk.
.rs
.sp
.nf
-Last updated: 01 April 2017
-Copyright (c) 1997-2017 University of Cambridge.
+Last updated: 04 March 2018
+Copyright (c) 1997-2018 University of Cambridge.
.fi
diff --git a/doc/pcre2.txt b/doc/pcre2.txt
index 3b5761c..218ff5a 100644
--- a/doc/pcre2.txt
+++ b/doc/pcre2.txt
@@ -135,6 +135,7 @@ USER DOCUMENTATION
pcre2build building PCRE2
pcre2callout details of the callout feature
pcre2compat discussion of Perl compatibility
+ pcre2convert details of pattern conversion functions
pcre2demo a demonstration C program that uses PCRE2
pcre2grep description of the pcre2grep command (8-bit only)
pcre2jit discussion of just-in-time optimization support
@@ -146,6 +147,7 @@ USER DOCUMENTATION
pcre2perform discussion of performance issues
pcre2posix the POSIX-compatible C API for the 8-bit library
pcre2sample discussion of the pcre2demo program
+ pcre2serialize details of pattern serialization
pcre2syntax quick syntax reference
pcre2test description of the pcre2test command
pcre2unicode discussion of Unicode and UTF support
@@ -167,8 +169,8 @@ AUTHOR
REVISION
- Last updated: 01 April 2017
- Copyright (c) 1997-2017 University of Cambridge.
+ Last updated: 04 March 2018
+ Copyright (c) 1997-2018 University of Cambridge.
------------------------------------------------------------------------------