summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-10-02 15:25:58 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-10-02 15:25:58 +0000
commit3899f6557728000c2cfd428cddc597e377baddc2 (patch)
treeaaa05107db98463f3a50a7ca6d3eb9f83a985f3d /doc
parentaf1cda3afb77f3e43c3c8069bd3b784abbcc2036 (diff)
downloadpcre2-3899f6557728000c2cfd428cddc597e377baddc2.tar.gz
Basic "script run" implementation. Not yet complete, and not yet documented.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1019 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc')
-rw-r--r--doc/html/NON-AUTOTOOLS-BUILD.txt1
-rw-r--r--doc/html/README.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/html/NON-AUTOTOOLS-BUILD.txt b/doc/html/NON-AUTOTOOLS-BUILD.txt
index b742ed3..c6f674f 100644
--- a/doc/html/NON-AUTOTOOLS-BUILD.txt
+++ b/doc/html/NON-AUTOTOOLS-BUILD.txt
@@ -104,6 +104,7 @@ can skip ahead to the CMake section.
pcre2_newline.c
pcre2_ord2utf.c
pcre2_pattern_info.c
+ pcre2_script_run.c
pcre2_serialize.c
pcre2_string_utils.c
pcre2_study.c
diff --git a/doc/html/README.txt b/doc/html/README.txt
index ae8adf8..7acb9ff 100644
--- a/doc/html/README.txt
+++ b/doc/html/README.txt
@@ -788,6 +788,7 @@ The distribution should contain the files listed below.
src/pcre2_newline.c )
src/pcre2_ord2utf.c )
src/pcre2_pattern_info.c )
+ src/pcre2_script_run.c )
src/pcre2_serialize.c )
src/pcre2_string_utils.c )
src/pcre2_study.c )