Diff for /embedaddon/pcre/doc/html/pcre_maketables.html between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/02/21 23:50:25 version 1.1.1.3, 2013/07/22 08:25:57
Line 24  SYNOPSIS Line 24  SYNOPSIS
 <P>  <P>
 <b>const unsigned char *pcre16_maketables(void);</b>  <b>const unsigned char *pcre16_maketables(void);</b>
 </P>  </P>
   <P>
   <b>const unsigned char *pcre32_maketables(void);</b>
   </P>
 <br><b>  <br><b>
 DESCRIPTION  DESCRIPTION
 </b><br>  </b><br>
 <P>  <P>
 This function builds a set of character tables for character values less than  This function builds a set of character tables for character values less than
256. These can be passed to <b>pcre[16]_compile()</b> to override PCRE's256. These can be passed to <b>pcre[16|32]_compile()</b> to override PCRE's
internal, built-in tables (which were made by <b>pcre[16]_maketables()</b> wheninternal, built-in tables (which were made by <b>pcre[16|32]_maketables()</b> when
 PCRE was compiled). You might want to do this if you are using a non-standard  PCRE was compiled). You might want to do this if you are using a non-standard
 locale. The function yields a pointer to the tables.  locale. The function yields a pointer to the tables.
 </P>  </P>

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


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