components/pcre/patches/doc.patch
branchs11u2-sru
changeset 4620 e3a4a6201724
parent 4619 ca1d23775800
child 4622 81e27a08826d
equal deleted inserted replaced
4619:ca1d23775800 4620:e3a4a6201724
     1 diff -ru pcre-8.21.orig/doc/pcrejit.3 pcre-8.21/doc/pcrejit.3
       
     2 --- pcre-8.21.orig/doc/pcrejit.3	Mon Dec  5 04:35:39 2011
       
     3 +++ pcre-8.21/doc/pcrejit.3	Mon Dec 19 14:20:39 2011
       
     4 @@ -33,6 +33,8 @@
       
     5  The Power PC support is designated as experimental because it has not been
       
     6  fully tested. If --enable-jit is set on an unsupported platform, compilation
       
     7  fails.
       
     8 +.sp
       
     9 +JIT support is not available on Solaris.
       
    10  .P
       
    11  A program that is linked with PCRE 8.20 or later can tell if JIT support is
       
    12  available by calling \fBpcre_config()\fP with the PCRE_CONFIG_JIT option. The
       
    13 diff -ru pcre-8.21.orig/doc/html/pcrejit.html pcre-8.21/doc/html/pcrejit.html
       
    14 --- pcre-8.21.orig/doc/html/pcrejit.html	Mon Dec 12 04:08:23 2011
       
    15 +++ pcre-8.21/doc/html/pcrejit.html	Mon Dec 19 14:31:58 2011
       
    16 @@ -58,6 +58,9 @@
       
    17  fails.
       
    18  </P>
       
    19  <P>
       
    20 +JIT support is not available on Solaris.
       
    21 +</P>
       
    22 +<P>
       
    23  A program that is linked with PCRE 8.20 or later can tell if JIT support is
       
    24  available by calling <b>pcre_config()</b> with the PCRE_CONFIG_JIT option. The
       
    25  result is 1 when JIT is available, and 0 otherwise. However, a simple program