[Pcre-svn] [927] code/trunk/doc: Documentation update.

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [927] code/trunk/doc: Documentation update.
Revision: 927
          http://www.exim.org/viewvc/pcre2?view=rev&revision=927
Author:   ph10
Date:     2018-03-04 15:30:46 +0000 (Sun, 04 Mar 2018)
Log Message:
-----------
Documentation update.


Modified Paths:
--------------
    code/trunk/doc/html/pcre2.html
    code/trunk/doc/pcre2.3
    code/trunk/doc/pcre2.txt


Modified: code/trunk/doc/html/pcre2.html
===================================================================
--- code/trunk/doc/html/pcre2.html    2018-03-04 15:13:37 UTC (rev 926)
+++ code/trunk/doc/html/pcre2.html    2018-03-04 15:30:46 UTC (rev 927)
@@ -157,6 +157,7 @@
   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 @@
   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 @@
 </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>.


Modified: code/trunk/doc/pcre2.3
===================================================================
--- code/trunk/doc/pcre2.3    2018-03-04 15:13:37 UTC (rev 926)
+++ code/trunk/doc/pcre2.3    2018-03-04 15:30:46 UTC (rev 927)
@@ -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 @@
   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 @@
   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 @@
 .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


Modified: code/trunk/doc/pcre2.txt
===================================================================
--- code/trunk/doc/pcre2.txt    2018-03-04 15:13:37 UTC (rev 926)
+++ code/trunk/doc/pcre2.txt    2018-03-04 15:30:46 UTC (rev 927)
@@ -135,6 +135,7 @@
          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 @@
          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 @@


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.
 ------------------------------------------------------------------------------