Diff for /embedaddon/pcre/doc/index.html.src between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:05:51 version 1.1.1.2, 2012/02/21 23:50:25
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 84  The HTML documentation for PCRE comprises the followin Line 87  The HTML documentation for PCRE comprises the followin
   
 <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.1.1  
changed lines
  Added in v.1.1.1.2


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