Diff for /embedaddon/pcre/doc/html/index.html between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2012/10/09 09:19:18 version 1.1.1.4, 2013/07/22 08:25:57
Line 11 Line 11
 <body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">  <body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
 <h1>Perl-compatible Regular Expressions (PCRE)</h1>  <h1>Perl-compatible Regular Expressions (PCRE)</h1>
 <p>  <p>
The HTML documentation for PCRE comprises the following pages:The HTML documentation for PCRE consists of a number of pages that are listed
 below in alphabetical order. If you are new to PCRE, please read the first one
 first.
 </p>  </p>
   
 <table>  <table>
 <tr><td><a href="pcre.html">pcre</a></td>  <tr><td><a href="pcre.html">pcre</a></td>
     <td>&nbsp;&nbsp;Introductory page</td></tr>      <td>&nbsp;&nbsp;Introductory page</td></tr>
   
   <tr><td><a href="pcre-config.html">pcre-config</a></td>
       <td>&nbsp;&nbsp;Information about the installation configuration</td></tr>
   
 <tr><td><a href="pcre16.html">pcre16</a></td>  <tr><td><a href="pcre16.html">pcre16</a></td>
     <td>&nbsp;&nbsp;Discussion of the 16-bit PCRE library</td></tr>      <td>&nbsp;&nbsp;Discussion of the 16-bit PCRE library</td></tr>
   
<tr><td><a href="pcre-config.html">pcre-config</a></td><tr><td><a href="pcre32.html">pcre32</a></td>
    <td>&nbsp;&nbsp;Information about the installation configuration</td></tr>    <td>&nbsp;&nbsp;Discussion of the 32-bit PCRE library</td></tr>
   
 <tr><td><a href="pcreapi.html">pcreapi</a></td>  <tr><td><a href="pcreapi.html">pcreapi</a></td>
     <td>&nbsp;&nbsp;PCRE's native API</td></tr>      <td>&nbsp;&nbsp;PCRE's native API</td></tr>
   
 <tr><td><a href="pcrebuild.html">pcrebuild</a></td>  <tr><td><a href="pcrebuild.html">pcrebuild</a></td>
    <td>&nbsp;&nbsp;Options for building PCRE</td></tr>    <td>&nbsp;&nbsp;Building PCRE</td></tr>
   
 <tr><td><a href="pcrecallout.html">pcrecallout</a></td>  <tr><td><a href="pcrecallout.html">pcrecallout</a></td>
     <td>&nbsp;&nbsp;The <i>callout</i> facility</td></tr>      <td>&nbsp;&nbsp;The <i>callout</i> facility</td></tr>
Line 64  The HTML documentation for PCRE comprises the followin Line 69  The HTML documentation for PCRE comprises the followin
     <td>&nbsp;&nbsp;Some comments on performance</td></tr>      <td>&nbsp;&nbsp;Some comments on performance</td></tr>
   
 <tr><td><a href="pcreposix.html">pcreposix</a></td>  <tr><td><a href="pcreposix.html">pcreposix</a></td>
    <td>&nbsp;&nbsp;The POSIX API to the PCRE library</td></tr>    <td>&nbsp;&nbsp;The POSIX API to the PCRE 8-bit library</td></tr>
   
 <tr><td><a href="pcreprecompile.html">pcreprecompile</a></td>  <tr><td><a href="pcreprecompile.html">pcreprecompile</a></td>
     <td>&nbsp;&nbsp;How to save and re-use compiled patterns</td></tr>      <td>&nbsp;&nbsp;How to save and re-use compiled patterns</td></tr>
Line 82  The HTML documentation for PCRE comprises the followin Line 87  The HTML documentation for PCRE comprises the followin
     <td>&nbsp;&nbsp;The <b>pcretest</b> command for testing PCRE</td></tr>      <td>&nbsp;&nbsp;The <b>pcretest</b> command for testing PCRE</td></tr>
   
 <tr><td><a href="pcreunicode.html">pcreunicode</a></td>  <tr><td><a href="pcreunicode.html">pcreunicode</a></td>
    <td>&nbsp;&nbsp;Discussion of Unicode and UTF-8/UTF-16 support</td></tr>    <td>&nbsp;&nbsp;Discussion of Unicode and UTF-8/UTF-16/UTF-32 support</td></tr>
 </table>  </table>
   
 <p>  <p>
 There are also individual pages that summarize the interface for each function  There are also individual pages that summarize the interface for each function
in the library. There is a single page for each pair of 8-bit/16-bit functions.in the library. There is a single page for each triple of 8-bit/16-bit/32-bit
 functions.
 </p>  </p>
   
 <table>  <table>
Line 114  in the library. There is a single page for each pair o Line 120  in the library. There is a single page for each pair o
     <td>&nbsp;&nbsp;Match a compiled pattern to a subject string      <td>&nbsp;&nbsp;Match a compiled pattern to a subject string
     (DFA algorithm; <i>not</i> Perl compatible)</td></tr>      (DFA algorithm; <i>not</i> Perl compatible)</td></tr>
   
 <tr><td><a href="pcre_free_study.html">pcre_free_study</a></td>  
     <td>&nbsp;&nbsp;Free study data</td></tr>  
   
 <tr><td><a href="pcre_exec.html">pcre_exec</a></td>  <tr><td><a href="pcre_exec.html">pcre_exec</a></td>
     <td>&nbsp;&nbsp;Match a compiled pattern to a subject string      <td>&nbsp;&nbsp;Match a compiled pattern to a subject string
     (Perl compatible)</td></tr>      (Perl compatible)</td></tr>
   
   <tr><td><a href="pcre_free_study.html">pcre_free_study</a></td>
       <td>&nbsp;&nbsp;Free study data</td></tr>
   
 <tr><td><a href="pcre_free_substring.html">pcre_free_substring</a></td>  <tr><td><a href="pcre_free_substring.html">pcre_free_substring</a></td>
     <td>&nbsp;&nbsp;Free extracted substring</td></tr>      <td>&nbsp;&nbsp;Free extracted substring</td></tr>
   
Line 136  in the library. There is a single page for each pair o Line 142  in the library. There is a single page for each pair o
 <tr><td><a href="pcre_get_stringnumber.html">pcre_get_stringnumber</a></td>  <tr><td><a href="pcre_get_stringnumber.html">pcre_get_stringnumber</a></td>
     <td>&nbsp;&nbsp;Convert captured string name to number</td></tr>      <td>&nbsp;&nbsp;Convert captured string name to number</td></tr>
   
   <tr><td><a href="pcre_get_stringtable_entries.html">pcre_get_stringtable_entries</a></td>
       <td>&nbsp;&nbsp;Find table entries for given string name</td></tr>
   
 <tr><td><a href="pcre_get_substring.html">pcre_get_substring</a></td>  <tr><td><a href="pcre_get_substring.html">pcre_get_substring</a></td>
     <td>&nbsp;&nbsp;Extract numbered substring into new memory</td></tr>      <td>&nbsp;&nbsp;Extract numbered substring into new memory</td></tr>
   
 <tr><td><a href="pcre_get_substring_list.html">pcre_get_substring_list</a></td>  <tr><td><a href="pcre_get_substring_list.html">pcre_get_substring_list</a></td>
     <td>&nbsp;&nbsp;Extract all substrings into new memory</td></tr>      <td>&nbsp;&nbsp;Extract all substrings into new memory</td></tr>
   
<tr><td><a href="pcre_info.html">pcre_info</a></td><tr><td><a href="pcre_jit_exec.html">pcre_jit_exec</a></td>
    <td>&nbsp;&nbsp;Obsolete information extraction function</td></tr>    <td>&nbsp;&nbsp;Fast path interface to JIT matching</td></tr>
   
 <tr><td><a href="pcre_jit_stack_alloc.html">pcre_jit_stack_alloc</a></td>  <tr><td><a href="pcre_jit_stack_alloc.html">pcre_jit_stack_alloc</a></td>
     <td>&nbsp;&nbsp;Create a stack for JIT matching</td></tr>      <td>&nbsp;&nbsp;Create a stack for JIT matching</td></tr>
Line 165  in the library. There is a single page for each pair o Line 174  in the library. There is a single page for each pair o
   
 <tr><td><a href="pcre_utf16_to_host_byte_order.html">pcre_utf16_to_host_byte_order</a></td>  <tr><td><a href="pcre_utf16_to_host_byte_order.html">pcre_utf16_to_host_byte_order</a></td>
     <td>&nbsp;&nbsp;Convert UTF-16 string to host byte order if necessary</td></tr>      <td>&nbsp;&nbsp;Convert UTF-16 string to host byte order if necessary</td></tr>
   
   <tr><td><a href="pcre_utf32_to_host_byte_order.html">pcre_utf32_to_host_byte_order</a></td>
       <td>&nbsp;&nbsp;Convert UTF-32 string to host byte order if necessary</td></tr>
   
 <tr><td><a href="pcre_version.html">pcre_version</a></td>  <tr><td><a href="pcre_version.html">pcre_version</a></td>
     <td>&nbsp;&nbsp;Return PCRE version and release date</td></tr>      <td>&nbsp;&nbsp;Return PCRE version and release date</td></tr>

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>