Diff for /embedaddon/pcre/doc/html/pcre_config.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>int pcre16_config(int <i>what</i>, void *<i>where</i>);</b>  <b>int pcre16_config(int <i>what</i>, void *<i>where</i>);</b>
 </P>  </P>
   <P>
   <b>int pcre32_config(int <i>what</i>, void *<i>where</i>);</b>
   </P>
 <br><b>  <br><b>
 DESCRIPTION  DESCRIPTION
 </b><br>  </b><br>
Line 63  point to an unsigned long integer. The available codes Line 66  point to an unsigned long integer. The available codes
   PCRE_CONFIG_STACKRECURSE  Recursion implementation (1=stack 0=heap)    PCRE_CONFIG_STACKRECURSE  Recursion implementation (1=stack 0=heap)
   PCRE_CONFIG_UTF16         Availability of UTF-16 support (1=yes    PCRE_CONFIG_UTF16         Availability of UTF-16 support (1=yes
                                0=no); option for <b>pcre16_config()</b>                                 0=no); option for <b>pcre16_config()</b>
     PCRE_CONFIG_UTF32         Availability of UTF-32 support (1=yes
                                  0=no); option for <b>pcre32_config()</b>
   PCRE_CONFIG_UTF8          Availability of UTF-8 support (1=yes 0=no);    PCRE_CONFIG_UTF8          Availability of UTF-8 support (1=yes 0=no);
                               option for <b>pcre_config()</b>                                option for <b>pcre_config()</b>
   PCRE_CONFIG_UNICODE_PROPERTIES    PCRE_CONFIG_UNICODE_PROPERTIES
Line 70  point to an unsigned long integer. The available codes Line 75  point to an unsigned long integer. The available codes
                               (1=yes 0=no)                                (1=yes 0=no)
 </pre>  </pre>
 The function yields 0 on success or PCRE_ERROR_BADOPTION otherwise. That error  The function yields 0 on success or PCRE_ERROR_BADOPTION otherwise. That error
is also given if PCRE_CONFIG_UTF16 is passed to <b>pcre_config()</b> or ifis also given if PCRE_CONFIG_UTF16 or PCRE_CONFIG_UTF32 is passed to
PCRE_CONFIG_UTF8 is passed to <b>pcre16_config()</b>.<b>pcre_config()</b>, if PCRE_CONFIG_UTF8 or PCRE_CONFIG_UTF32 is passed to
 <b>pcre16_config()</b>, or if PCRE_CONFIG_UTF8 or PCRE_CONFIG_UTF16 is passed to
 <b>pcre32_config()</b>.
 </P>  </P>
 <P>  <P>
 There is a complete description of the PCRE native API in the  There is a complete description of the PCRE native API in the

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


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