Revision: 149
http://www.exim.org/viewvc/pcre2?view=rev&revision=149
Author: ph10
Date: 2014-11-17 17:17:41 +0000 (Mon, 17 Nov 2014)
Log Message:
-----------
Update lists of distributed files.
Modified Paths:
--------------
code/trunk/Makefile.am
Modified: code/trunk/Makefile.am
===================================================================
--- code/trunk/Makefile.am 2014-11-17 16:59:02 UTC (rev 148)
+++ code/trunk/Makefile.am 2014-11-17 17:17:41 UTC (rev 149)
@@ -68,6 +68,7 @@
doc/html/pcre2_substring_copy_bynumber.html \
doc/html/pcre2_substring_free.html \
doc/html/pcre2_substring_get_byname.html \
+ doc/html/pcre2_substring_get_bynumber.html \
doc/html/pcre2_substring_length_byname.html \
doc/html/pcre2_substring_length_bynumber.html \
doc/html/pcre2_substring_list_free.html \
@@ -140,6 +141,7 @@
doc/pcre2_substring_copy_bynumber.3 \
doc/pcre2_substring_free.3 \
doc/pcre2_substring_get_byname.3 \
+ doc/pcre2_substring_get_bynumber.3 \
doc/pcre2_substring_length_byname.3 \
doc/pcre2_substring_length_bynumber.3 \
doc/pcre2_substring_list_free.3 \
@@ -378,18 +380,19 @@
sljit/sljitExecAllocator.c \
sljit/sljitLir.c \
sljit/sljitLir.h \
+ sljit/sljitNativeARM_32.c \
sljit/sljitNativeARM_64.c \
- sljit/sljitNativeARM_Thumb2.c \
- sljit/sljitNativeARM_v5.c \
+ sljit/sljitNativeARM_T2_32.c \
sljit/sljitNativeMIPS_32.c \
+ sljit/sljitNativeMIPS_64.c \
sljit/sljitNativeMIPS_common.c \
sljit/sljitNativePPC_32.c \
sljit/sljitNativePPC_64.c \
sljit/sljitNativePPC_common.c \
sljit/sljitNativeSPARC_32.c \
sljit/sljitNativeSPARC_common.c \
- sljit/sljitNativeTILEGX.c \
sljit/sljitNativeTILEGX-encoder.c \
+ sljit/sljitNativeTILEGX_64.c \
sljit/sljitNativeX86_32.c \
sljit/sljitNativeX86_64.c \
sljit/sljitNativeX86_common.c \
@@ -521,7 +524,7 @@
TESTS += RunTest
dist_noinst_SCRIPTS += RunTest
-# FIXME
+# FIXME when somebody updates RunTest.bat
#EXTRA_DIST += RunTest.bat
## When the 8-bit library is configured, pcre2grep will have been built.
@@ -573,9 +576,10 @@
testdata/testoutput4 \
testdata/testoutput5 \
testdata/testoutput6 \
- testdata/testoutput8-8 \
+ testdata/testoutput7 \
testdata/testoutput8-16 \
testdata/testoutput8-32 \
+ testdata/testoutput8-8 \
testdata/testoutput9 \
testdata/testoutput10 \
testdata/testoutput11-16 \