version 1.1, 2012/02/21 23:05:51
|
version 1.1.1.2, 2012/02/21 23:50:25
|
Line 58 pcretest commands.
|
Line 58 pcretest commands.
|
End |
End |
|
|
echo "Making pcre.txt" |
echo "Making pcre.txt" |
for file in pcre pcrebuild pcrematching pcreapi pcrecallout pcrecompat \ | for file in pcre pcre16 pcrebuild pcrematching pcreapi pcrecallout pcrecompat \ |
pcrepattern pcresyntax pcreunicode pcrejit pcrepartial \ |
pcrepattern pcresyntax pcreunicode pcrejit pcrepartial \ |
pcreprecompile pcreperform pcreposix pcrecpp pcresample \ |
pcreprecompile pcreperform pcreposix pcrecpp pcresample \ |
pcrelimits pcrestack ; do |
pcrelimits pcrestack ; do |
Line 159 if [ "$1" = "doc" ] ; then exit; fi
|
Line 159 if [ "$1" = "doc" ] ; then exit; fi
|
# These files are detrailed; do not detrail the test data because there may be |
# These files are detrailed; do not detrail the test data because there may be |
# significant trailing spaces. Do not detrail RunTest.bat, because it has CRLF |
# significant trailing spaces. Do not detrail RunTest.bat, because it has CRLF |
# line endings and the detrail script removes all trailing white space. The |
# line endings and the detrail script removes all trailing white space. The |
# configure files are also omitted from the detrailing. | # configure files are also omitted from the detrailing. We don't bother with |
| # those pcre16_xx files that just define COMPILE_PCRE16 and then #include the |
| # common file, because they aren't going to change. |
|
|
files="\ |
files="\ |
Makefile.am \ |
Makefile.am \ |
Line 181 files="\
|
Line 183 files="\
|
RunTest \ |
RunTest \ |
pcre-config.in \ |
pcre-config.in \ |
libpcre.pc.in \ |
libpcre.pc.in \ |
|
libpcre16.pc.in \ |
libpcreposix.pc.in \ |
libpcreposix.pc.in \ |
libpcrecpp.pc.in \ |
libpcrecpp.pc.in \ |
config.h.in \ |
config.h.in \ |
pcre_printint.src \ |
|
pcre_chartables.c.dist \ |
pcre_chartables.c.dist \ |
pcredemo.c \ |
pcredemo.c \ |
pcregrep.c \ |
pcregrep.c \ |
Line 194 files="\
|
Line 196 files="\
|
pcreposix.h \ |
pcreposix.h \ |
pcre.h.in \ |
pcre.h.in \ |
pcre_internal.h |
pcre_internal.h |
|
pcre_byte_order.c \ |
pcre_compile.c \ |
pcre_compile.c \ |
pcre_config.c \ |
pcre_config.c \ |
pcre_dfa_exec.c \ |
pcre_dfa_exec.c \ |
Line 201 files="\
|
Line 204 files="\
|
pcre_fullinfo.c \ |
pcre_fullinfo.c \ |
pcre_get.c \ |
pcre_get.c \ |
pcre_globals.c \ |
pcre_globals.c \ |
pcre_info.c \ |
|
pcre_jit_compile.c \ |
pcre_jit_compile.c \ |
pcre_jit_test.c \ |
pcre_jit_test.c \ |
pcre_maketables.c \ |
pcre_maketables.c \ |
pcre_newline.c \ |
pcre_newline.c \ |
pcre_ord2utf8.c \ |
pcre_ord2utf8.c \ |
|
pcre16_ord2utf16.c \ |
|
pcre_printint.c \ |
pcre_refcount.c \ |
pcre_refcount.c \ |
|
pcre_string_utils.c \ |
pcre_study.c \ |
pcre_study.c \ |
pcre_tables.c \ |
pcre_tables.c \ |
pcre_try_flipped.c \ |
|
pcre_ucp_searchfuncs.c \ |
pcre_ucp_searchfuncs.c \ |
pcre_valid_utf8.c \ |
pcre_valid_utf8.c \ |
pcre_version.c \ |
pcre_version.c \ |
pcre_xclass.c \ |
pcre_xclass.c \ |
|
pcre16_utf16_utils.c \ |
|
pcre16_valid_utf16.c \ |
pcre_scanner.cc \ |
pcre_scanner.cc \ |
pcre_scanner.h \ |
pcre_scanner.h \ |
pcre_scanner_unittest.cc \ |
pcre_scanner_unittest.cc \ |