Skip to content

Commit

Permalink
update PCRE-mirror :: change to v10.20 + fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Aug 23, 2015
1 parent 5eb9411 commit efea7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PCRE2-mirror
Submodule PCRE2-mirror updated 86 files
+1 −3 CMakeLists.txt
+0 −149 ChangeLog
+0 −1 Makefile.am
+1 −2 NON-AUTOTOOLS-BUILD
+0 −1 PrepareRelease
+1 −2 README
+0 −8 RunGrepTest
+44 −73 RunTest
+0 −3 RunTest.bat
+3 −3 configure.ac
+2 −2 doc/pcre2_code_free.3
+2 −2 doc/pcre2_match_data_create.3
+3 −3 doc/pcre2_match_data_create_from_pattern.3
+15 −22 doc/pcre2api.3
+5 −10 doc/pcre2jit.3
+5 −20 doc/pcre2pattern.3
+2 −8 doc/pcre2syntax.3
+8 −18 doc/pcre2unicode.3
+1 −5 maint/GenerateUtt.py
+1 −5 maint/MultiStage2.py
+3 −144 maint/Unicode.tables/CaseFolding.txt
+85 −152 maint/Unicode.tables/DerivedGeneralCategory.txt
+11 −22 maint/Unicode.tables/GraphemeBreakProperty.txt
+46 −134 maint/Unicode.tables/Scripts.txt
+107 −2,054 maint/Unicode.tables/UnicodeData.txt
+0 −8 maint/ucptest.c
+0 −2 maint/ucptestdata/testinput1
+0 −7 maint/ucptestdata/testoutput1
+1 −1 perltest.sh
+2 −2 src/dftables.c
+58 −0 src/pcre2_auto_possess.c
+634 −368 src/pcre2_compile.c
+10 −42 src/pcre2_dfa_match.c
+8 −7 src/pcre2_error.c
+0 −218 src/pcre2_find_bracket.c
+1 −2 src/pcre2_internal.h
+10 −17 src/pcre2_intmodedep.h
+25 −330 src/pcre2_jit_compile.c
+0 −8 src/pcre2_jit_test.c
+14 −58 src/pcre2_match.c
+2 −2 src/pcre2_string_utils.c
+29 −100 src/pcre2_study.c
+169 −187 src/pcre2_tables.c
+2,160 −2,274 src/pcre2_ucd.c
+1 −8 src/pcre2_ucp.h
+3 −6 src/pcre2_valid_utf.c
+8 −8 src/pcre2grep.c
+12 −20 src/pcre2test.c
+0 −6 src/sljit/sljitConfigInternal.h
+162 −149 src/sljit/sljitNativeTILEGX_64.c
+1 −3 src/sljit/sljitNativeX86_common.c
+0 −4 testdata/grepoutput
+34 −23 testdata/testinput1
+0 −29 testdata/testinput10
+0 −4 testdata/testinput12
+110 −35 testdata/testinput14
+5 −151 testdata/testinput15
+201 −5 testdata/testinput16
+67 −222 testdata/testinput17
+11 −89 testdata/testinput18
+58 −13 testdata/testinput19
+21 −105 testdata/testinput2
+0 −62 testdata/testinput20
+7 −2 testdata/testinput4
+3 −11 testdata/testinput5
+1 −10 testdata/testinput8
+45 −47 testdata/testoutput1
+0 −48 testdata/testoutput10
+0 −6 testdata/testoutput12-16
+0 −6 testdata/testoutput12-32
+242 −0 testdata/testoutput14
+0 −61 testdata/testoutput14-16
+0 −61 testdata/testoutput14-32
+0 −61 testdata/testoutput14-8
+6 −323 testdata/testoutput15
+375 −8 testdata/testoutput16
+132 −468 testdata/testoutput17
+13 −141 testdata/testoutput18
+96 −16 testdata/testoutput19
+55 −254 testdata/testoutput2
+0 −100 testdata/testoutput20
+9 −3 testdata/testoutput4
+4 −14 testdata/testoutput5
+1 −157 testdata/testoutput8-16
+1 −157 testdata/testoutput8-32
+1 −157 testdata/testoutput8-8

0 comments on commit efea7c9

Please sign in to comment.