components/pcre/patches/01-doc.patch
author Bill Rushmore <bill.rushmore@oracle.com>
Fri, 07 Aug 2015 13:43:38 -0700
changeset 4746 8e237ffd0a48
parent 4549 cef88d7826a6
permissions -rw-r--r--
20995635 Perl TK needs to be upgraded to work with Perl 5.20 20994112 Perl XML::Parser needs to work with Perl 5.20 20989929 Perl net-ssleay needs to be fixed so it builds with Perl 5.20 20989909 Perl libxml needs to be fixed so it builds with Perl 5.20 20989894 Perl DBI - needs to be fixed so it builds with Perl 5.20 20989877 AUTHEN-PAM needs to be fixed so it builds with Perl 5.20 21195142 OpenSCAP's Makefile needs to be updated to work with Perl 5.20 21216887 Dependencies and references to Perl 5.16 need to be replaced with Perl 5.20
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4549
cef88d7826a6 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     1
# Update doc files regarding JIT support on Solaris.
cef88d7826a6 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     2
# Patch was developed in-house and is not appropriate for upstream.
cef88d7826a6 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     3
cef88d7826a6 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     4
--- pcre-8.37-orig/doc/pcrejit.3	Fri Jan 31 06:31:55 2014
cef88d7826a6 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     5
+++ pcre-8.37/doc/pcrejit.3	Fri May  8 09:29:37 2015
cef88d7826a6 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     6
@@ -44,6 +44,8 @@
cef88d7826a6 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     7
   SPARC 32-bit (experimental)
cef88d7826a6 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     8
 .sp
cef88d7826a6 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
     9
 If --enable-jit is set on an unsupported platform, compilation fails.
730
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    10
+.sp
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    11
+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
    12
 .P
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    13
 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
    14
 available by calling \fBpcre_config()\fP with the PCRE_CONFIG_JIT option. The
4549
cef88d7826a6 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    15
diff -ru pcre-8.37-orig/doc/html/pcrejit.html pcre-8.37/doc/html/pcrejit.html
cef88d7826a6 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    16
--- pcre-8.37-orig/doc/html/pcrejit.html	Tue Apr 28 04:37:57 2015
cef88d7826a6 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    17
+++ pcre-8.37/doc/html/pcrejit.html	Fri May  8 09:29:37 2015
cef88d7826a6 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    18
@@ -69,6 +69,9 @@
cef88d7826a6 21290075 update pcre to version 8.37
April Chin <april.chin@oracle.com>
parents: 730
diff changeset
    19
 If --enable-jit is set on an unsupported platform, compilation fails.
730
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    20
 </P>
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
+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
    23
+</P>
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    24
+<P>
38f3620b2700 6960343 Upgrade PCRE to 8.10 or higher
April Chin <april.chin@oracle.com>
parents:
diff changeset
    25
 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
    26
 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
    27
 result is 1 when JIT is available, and 0 otherwise. However, a simple program