summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-20 15:20:54 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-20 15:20:54 +0000
commit8ccbc4bef96016570b9c3dd13f30bf4f45e4a402 (patch)
tree2922b86c4c7de8f113a30776905926595f6e16ba
parentbd520cefa394da7b7dc93437d42c22dc2e8d6973 (diff)
downloadpcre-8ccbc4bef96016570b9c3dd13f30bf4f45e4a402.tar.gz
Add two new tests to the distribution.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@900 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--Makefile.am52
-rw-r--r--README5
2 files changed, 32 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am
index 936f36c..f71339c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -392,6 +392,8 @@ EXTRA_DIST += \
testdata/testinput18 \
testdata/testinput19 \
testdata/testinput20 \
+ testdata/testinput21 \
+ testdata/testinput22 \
testdata/testoutput1 \
testdata/testoutput2 \
testdata/testoutput3 \
@@ -413,6 +415,8 @@ EXTRA_DIST += \
testdata/testoutput18 \
testdata/testoutput19 \
testdata/testoutput20 \
+ testdata/testoutput21 \
+ testdata/testoutput22 \
testdata/wintestinput3 \
testdata/wintestoutput3 \
perltest.pl
@@ -518,31 +522,31 @@ dist_man_MANS = \
# Arrange for the per-function man pages to have 16-bit names as well.
install-exec-hook:
pushd $(DESTDIR)($man3dir)
- ln -s pcre_assign_jit_stack.3 pcre16_assign_jit_stack.3
- ln -s pcre_compile.3 pcre16_compile.3
- ln -s pcre_compile2.3 pcre16_compile2.3
- ln -s pcre_config.3 pcre16_config.3
- ln -s pcre_copy_named_substring.3 pcre16_copy_named_substring.3
- ln -s pcre_copy_substring.3 pcre16_copy_substring.3
- ln -s pcre_dfa_exec.3 pcre16_dfa_exec.3
- ln -s pcre_exec.3 pcre16_exec.3
- ln -s pcre_free_study.3 pcre16_free_study.3
- ln -s pcre_free_substring.3 pcre16_free_substring.3
- ln -s pcre_free_substring_list.3 pcre16_free_substring_list.3
- ln -s pcre_fullinfo.3 pcre16_fullinfo.3
- ln -s pcre_get_named_substring.3 pcre16_get_named_substring.3
- ln -s pcre_get_stringnumber.3 pcre16_get_stringnumber.3
- ln -s pcre_get_stringtable_entries.3 pcre16_get_stringtable_entries.3
- ln -s pcre_get_substring.3 pcre16_get_substring.3
- ln -s pcre_get_substring_list.3 pcre16_get_substring_list.3
- ln -s pcre_jit_stack_alloc.3 pcre16_jit_stack_alloc.3
- ln -s pcre_jit_stack_free.3 pcre16_jit_stack_free.3
- ln -s pcre_maketables.3 pcre16_maketables.3
+ ln -s pcre_assign_jit_stack.3 pcre16_assign_jit_stack.3
+ ln -s pcre_compile.3 pcre16_compile.3
+ ln -s pcre_compile2.3 pcre16_compile2.3
+ ln -s pcre_config.3 pcre16_config.3
+ ln -s pcre_copy_named_substring.3 pcre16_copy_named_substring.3
+ ln -s pcre_copy_substring.3 pcre16_copy_substring.3
+ ln -s pcre_dfa_exec.3 pcre16_dfa_exec.3
+ ln -s pcre_exec.3 pcre16_exec.3
+ ln -s pcre_free_study.3 pcre16_free_study.3
+ ln -s pcre_free_substring.3 pcre16_free_substring.3
+ ln -s pcre_free_substring_list.3 pcre16_free_substring_list.3
+ ln -s pcre_fullinfo.3 pcre16_fullinfo.3
+ ln -s pcre_get_named_substring.3 pcre16_get_named_substring.3
+ ln -s pcre_get_stringnumber.3 pcre16_get_stringnumber.3
+ ln -s pcre_get_stringtable_entries.3 pcre16_get_stringtable_entries.3
+ ln -s pcre_get_substring.3 pcre16_get_substring.3
+ ln -s pcre_get_substring_list.3 pcre16_get_substring_list.3
+ ln -s pcre_jit_stack_alloc.3 pcre16_jit_stack_alloc.3
+ ln -s pcre_jit_stack_free.3 pcre16_jit_stack_free.3
+ ln -s pcre_maketables.3 pcre16_maketables.3
ln -s pcre_pattern_to_host_byte_order.3 pcre16_pattern_to_host_byte_order.3
- ln -s pcre_refcount.3 pcre16_refcount.3
- ln -s pcre_study.3 pcre16_study.3
- ln -s pcre_utf16_to_host_byte_order.3 pcre16_utf16_to_host_byte_order.3
- ln -s pcre_version.3 pcre16_version.3
+ ln -s pcre_refcount.3 pcre16_refcount.3
+ ln -s pcre_study.3 pcre16_study.3
+ ln -s pcre_utf16_to_host_byte_order.3 pcre16_utf16_to_host_byte_order.3
+ ln -s pcre_version.3 pcre16_version.3
popd
pcrecpp_man = doc/pcrecpp.3
diff --git a/README b/README
index 0832924..10669e1 100644
--- a/README
+++ b/README
@@ -669,6 +669,9 @@ general cases, UTF-8/16 support, and Unicode property support, respectively.
The twentieth test is run only in 16-bit mode. It tests some specific 16-bit
features of the DFA matching engine.
+The twenty-first and twenty-second tests are run only in 16-bit mode, when the
+link size is set to 2. They test reloading pre-compiled patterns.
+
Character tables
----------------
@@ -877,4 +880,4 @@ pcre_xxx and the other with the name pcre16_xxx.
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 30 December 2011
+Last updated: 20 January 2012