components/pcre/patches/01-doc.patch
author April Chin <april.chin@oracle.com>
Fri, 10 Jul 2015 08:56:04 -0700
branchs11u2-sru
changeset 4620 e3a4a6201724
parent 730 components/pcre/patches/doc.patch@38f3620b2700
permissions -rw-r--r--
21290075 update pcre to version 8.37 20069753 problem in LIBRARY/PCRE 21093256 problem in LIBRARY/PCRE 21179786 problem in LIBRARY/PCRE 21195811 problem in LIBRARY/PCRE 21330611 problem in LIBRARY/PCRE 15417417 SUNBT6594265 man page for pcregrep is missing "Last change:" date

# Update doc files regarding JIT support on Solaris.
# Patch was developed in-house and is not appropriate for upstream.

--- pcre-8.37-orig/doc/pcrejit.3	Fri Jan 31 06:31:55 2014
+++ pcre-8.37/doc/pcrejit.3	Fri May  8 09:29:37 2015
@@ -44,6 +44,8 @@
   SPARC 32-bit (experimental)
 .sp
 If --enable-jit is set on an unsupported platform, compilation fails.
+.sp
+JIT support is not available on Solaris.
 .P
 A program that is linked with PCRE 8.20 or later can tell if JIT support is
 available by calling \fBpcre_config()\fP with the PCRE_CONFIG_JIT option. The
diff -ru pcre-8.37-orig/doc/html/pcrejit.html pcre-8.37/doc/html/pcrejit.html
--- pcre-8.37-orig/doc/html/pcrejit.html	Tue Apr 28 04:37:57 2015
+++ pcre-8.37/doc/html/pcrejit.html	Fri May  8 09:29:37 2015
@@ -69,6 +69,9 @@
 If --enable-jit is set on an unsupported platform, compilation fails.
 </P>
 <P>
+JIT support is not available on Solaris.
+</P>
+<P>
 A program that is linked with PCRE 8.20 or later can tell if JIT support is
 available by calling <b>pcre_config()</b> with the PCRE_CONFIG_JIT option. The
 result is 1 when JIT is available, and 0 otherwise. However, a simple program