summaryrefslogtreecommitdiff
path: root/PrepareRelease
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-31 15:19:04 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-31 15:19:04 +0000
commit74eb3434599c95a3ee8a52dcd9a5d3a62946dc23 (patch)
tree788a07031b25597cf42d94badf2d9fc2edc9a09f /PrepareRelease
parent1b855e2c5e3447b1d6ea7d9301988828141ce3c4 (diff)
downloadpcre-74eb3434599c95a3ee8a52dcd9a5d3a62946dc23.tar.gz
Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and
RunGrepTest when building in non-source directory; problem in pcretest when no UTF or 16-bit support; other tidies consequent on building a tarball. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@842 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'PrepareRelease')
-rwxr-xr-xPrepareRelease6
1 files changed, 3 insertions, 3 deletions
diff --git a/PrepareRelease b/PrepareRelease
index 4f57cfa..40d25ab 100755
--- a/PrepareRelease
+++ b/PrepareRelease
@@ -209,10 +209,10 @@ files="\
pcre_maketables.c \
pcre_newline.c \
pcre_ord2utf8.c \
- pcre_ord2utf16.c \
+ pcre16_ord2utf16.c \
pcre_printint.c \
pcre_refcount.c \
- pcre_stringutils.c \
+ pcre_string_utils.c \
pcre_study.c \
pcre_tables.c \
pcre_ucp_searchfuncs.c \
@@ -220,7 +220,7 @@ files="\
pcre_version.c \
pcre_xclass.c \
pcre16_utf16_utils.c \
- pcre16_valid_utf16.c \
+ pcre16_valid_utf16.c \
pcre_scanner.cc \
pcre_scanner.h \
pcre_scanner_unittest.cc \