summaryrefslogtreecommitdiff
path: root/doc/html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-10-15 15:23:31 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-10-15 15:23:31 +0000
commitcf050c7ee71925ee7eb8573a047ae9372fd2da3a (patch)
tree1a791a5fbf4ed98826d0f65e0f90a24aa9060231 /doc/html
parent9835bbc7fbb3423163dc49e7d822dad2b135e192 (diff)
downloadpcre2-cf050c7ee71925ee7eb8573a047ae9372fd2da3a.tar.gz
Fix minor test issues and tidies/updates for 10.34-RC1 testing release.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1177 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/README.txt16
-rw-r--r--doc/html/pcre2api.html2
2 files changed, 10 insertions, 8 deletions
diff --git a/doc/html/README.txt b/doc/html/README.txt
index ff9a6af..8ce6f96 100644
--- a/doc/html/README.txt
+++ b/doc/html/README.txt
@@ -5,11 +5,11 @@ PCRE2 is a re-working of the original PCRE1 library to provide an entirely new
API. Since its initial release in 2015, there has been further development of
the code and it now differs from PCRE1 in more than just the API. There are new
features and the internals have been improved. The latest release of PCRE2 is
-always available in three alternative formats from:
+available in three alternative formats from:
- ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.tar.gz
- ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.tar.bz2
- ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.zip
+https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.gz
+https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.bz2
+https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.zip
There is a mailing list for discussion about the development of PCRE (both the
original and new APIs) at pcre-dev@exim.org. You can access the archives and
@@ -164,9 +164,11 @@ library. They are also documented in the pcre2build man page.
will be a compile time error. If in doubt, use --enable-jit=auto, which
enables JIT only if the current hardware is supported.
-. If you are enabling JIT under SELinux you may also want to add
- --enable-jit-sealloc, which enables the use of an execmem allocator in JIT
- that is compatible with SELinux. This has no effect if JIT is not enabled.
+. If you are enabling JIT under SELinux environment you may also want to add
+ --enable-jit-sealloc, which enables the use of an executable memory allocator
+ that is compatible with SELinux. Warning: this allocator is experimental!
+ It does not support fork() operation and may crash when no disk space is
+ available. This option has no effect if JIT is disabled.
. If you do not want to make use of the default support for UTF-8 Unicode
character strings in the 8-bit library, UTF-16 Unicode character strings in
diff --git a/doc/html/pcre2api.html b/doc/html/pcre2api.html
index 7d18727..fc0d98c 100644
--- a/doc/html/pcre2api.html
+++ b/doc/html/pcre2api.html
@@ -3461,7 +3461,7 @@ capture groups and letters within \Q...\E quoted sequences.
Note that case forcing sequences such as \U...\E do not nest. For example,
the result of processing "\Uaa\LBB\Ecc\E" is "AAbbcc"; the final \E has no
effect. Note also that the PCRE2_ALT_BSUX and PCRE2_EXTRA_ALT_BSUX options do
-not apply to not apply to replacement strings.
+not apply to replacement strings.
</P>
<P>
The second effect of setting PCRE2_SUBSTITUTE_EXTENDED is to add more