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

version 1.1, 2012/02/21 23:05:52 version 1.1.1.3, 2012/10/09 09:19:18
Line 18  The HTML documentation for PCRE comprises the followin Line 18  The HTML documentation for PCRE comprises the followin
 <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="pcre16.html">pcre16</a></td>
       <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="pcre-config.html">pcre-config</a></td>
     <td>&nbsp;&nbsp;Information about the installation configuration</td></tr>      <td>&nbsp;&nbsp;Information about the installation configuration</td></tr>
   
Line 79  The HTML documentation for PCRE comprises the followin Line 82  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 support</td></tr>    <td>&nbsp;&nbsp;Discussion of Unicode and UTF-8/UTF-16 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:in the library. There is a single page for each pair of 8-bit/16-bit functions.
 </p>  </p>
   
 <table>  <table>
Line 151  in the library: Line 154  in the library:
 <tr><td><a href="pcre_maketables.html">pcre_maketables</a></td>  <tr><td><a href="pcre_maketables.html">pcre_maketables</a></td>
     <td>&nbsp;&nbsp;Build character tables in current locale</td></tr>      <td>&nbsp;&nbsp;Build character tables in current locale</td></tr>
   
   <tr><td><a href="pcre_pattern_to_host_byte_order.html">pcre_pattern_to_host_byte_order</a></td>
       <td>&nbsp;&nbsp;Convert compiled pattern to host byte order if necessary</td></tr>
   
 <tr><td><a href="pcre_refcount.html">pcre_refcount</a></td>  <tr><td><a href="pcre_refcount.html">pcre_refcount</a></td>
     <td>&nbsp;&nbsp;Maintain reference count in compiled pattern</td></tr>      <td>&nbsp;&nbsp;Maintain reference count in compiled pattern</td></tr>
   
 <tr><td><a href="pcre_study.html">pcre_study</a></td>  <tr><td><a href="pcre_study.html">pcre_study</a></td>
     <td>&nbsp;&nbsp;Study a compiled pattern</td></tr>      <td>&nbsp;&nbsp;Study a compiled pattern</td></tr>
   
   <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>
   
 <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  
changed lines
  Added in v.1.1.1.3


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