components/pcre/patches/doc.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 11 Mar 2013 10:38:09 -0700
branchs11-update
changeset 2520 ceec631e74d1
parent 730 38f3620b2700
permissions -rw-r--r--
Close of build 10.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
730
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
     1
diff -ru pcre-8.21.orig/doc/pcrejit.3 pcre-8.21/doc/pcrejit.3
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
     2
--- pcre-8.21.orig/doc/pcrejit.3	Mon Dec  5 04:35:39 2011
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
     3
+++ pcre-8.21/doc/pcrejit.3	Mon Dec 19 14:20:39 2011
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
     4
@@ -33,6 +33,8 @@
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
     5
 The Power PC support is designated as experimental because it has not been
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
     6
 fully tested. If --enable-jit is set on an unsupported platform, compilation
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
     7
 fails.
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
     8
+.sp
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
     9
+JIT support is not available on Solaris.
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    10
 .P
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    11
 A program that is linked with PCRE 8.20 or later can tell if JIT support is
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    12
 available by calling \fBpcre_config()\fP with the PCRE_CONFIG_JIT option. The
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    13
diff -ru pcre-8.21.orig/doc/html/pcrejit.html pcre-8.21/doc/html/pcrejit.html
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    14
--- pcre-8.21.orig/doc/html/pcrejit.html	Mon Dec 12 04:08:23 2011
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    15
+++ pcre-8.21/doc/html/pcrejit.html	Mon Dec 19 14:31:58 2011
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    16
@@ -58,6 +58,9 @@
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    17
 fails.
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    18
 </P>
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    19
 <P>
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    20
+JIT support is not available on Solaris.
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    21
+</P>
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    22
+<P>
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    23
 A program that is linked with PCRE 8.20 or later can tell if JIT support is
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    24
 available by calling <b>pcre_config()</b> with the PCRE_CONFIG_JIT option. The
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    25
 result is 1 when JIT is available, and 0 otherwise. However, a simple program