Revision: 900
http://vcs.pcre.org/viewvc?view=rev&revision=900
Author: ph10
Date: 2012-01-20 15:20:54 +0000 (Fri, 20 Jan 2012)
Log Message:
-----------
Add two new tests to the distribution.
Modified Paths:
--------------
code/trunk/Makefile.am
code/trunk/README
Modified: code/trunk/Makefile.am
===================================================================
--- code/trunk/Makefile.am 2012-01-20 14:25:56 UTC (rev 899)
+++ code/trunk/Makefile.am 2012-01-20 15:20:54 UTC (rev 900)
@@ -392,6 +392,8 @@
testdata/testinput18 \
testdata/testinput19 \
testdata/testinput20 \
+ testdata/testinput21 \
+ testdata/testinput22 \
testdata/testoutput1 \
testdata/testoutput2 \
testdata/testoutput3 \
@@ -413,6 +415,8 @@
testdata/testoutput18 \
testdata/testoutput19 \
testdata/testoutput20 \
+ testdata/testoutput21 \
+ testdata/testoutput22 \
testdata/wintestinput3 \
testdata/wintestoutput3 \
perltest.pl
@@ -518,31 +522,31 @@
# 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
Modified: code/trunk/README
===================================================================
--- code/trunk/README 2012-01-20 14:25:56 UTC (rev 899)
+++ code/trunk/README 2012-01-20 15:20:54 UTC (rev 900)
@@ -669,7 +669,10 @@
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 @@
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 30 December 2011
+Last updated: 20 January 2012