Skip to content

Commit

Permalink
Deps: Update PCRE2 to the latest HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Dec 12, 2023
1 parent 1f15f5f commit 983df01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/PCRE2Project/pcre2
Submodule pcre2 updated 67 files
+20 −9 .github/workflows/build.yml
+53 −0 .github/workflows/dev.yml
+55 −4 ChangeLog
+1 −1 HACKING
+17 −3 README
+8 −0 RunGrepTest
+17 −3 doc/html/README.txt
+1 −1 doc/html/pcre2_substring_list_free.html
+5 −4 doc/html/pcre2api.html
+14 −2 doc/html/pcre2build.html
+7 −1 doc/html/pcre2compat.html
+12 −1 doc/html/pcre2grep.html
+8 −2 doc/html/pcre2posix.html
+302 −279 doc/pcre2.txt
+2 −2 doc/pcre2_substring_list_free.3
+6 −5 doc/pcre2api.3
+13 −3 doc/pcre2build.3
+7 −2 doc/pcre2compat.3
+1 −1 doc/pcre2demo.3
+11 −2 doc/pcre2grep.1
+142 −132 doc/pcre2grep.txt
+7 −2 doc/pcre2posix.3
+1 −4 maint/README
+1 −1 src/pcre2.h.in
+12 −6 src/pcre2_auto_possess.c
+28 −4 src/pcre2_compile.c
+8 −0 src/pcre2_convert.c
+40 −7 src/pcre2_dfa_match.c
+20 −17 src/pcre2_intmodedep.h
+126 −86 src/pcre2_jit_compile.c
+4 −29 src/pcre2_jit_simd_inc.h
+4 −0 src/pcre2_jit_test.c
+145 −38 src/pcre2_match.c
+90 −6 src/pcre2_study.c
+2 −2 src/pcre2_substring.c
+17 −9 src/pcre2grep.c
+8 −4 src/pcre2posix.c
+8 −8 src/pcre2test.c
+109 −3 src/sljit/sljitConfigInternal.h
+97 −27 src/sljit/sljitLir.c
+28 −0 src/sljit/sljitLir.h
+75 −29 src/sljit/sljitNativeARM_32.c
+154 −115 src/sljit/sljitNativeARM_64.c
+74 −28 src/sljit/sljitNativeARM_T2_32.c
+10 −11 src/sljit/sljitNativeLOONGARCH_64.c
+16 −17 src/sljit/sljitNativeMIPS_common.c
+0 −1 src/sljit/sljitNativeRISCV_32.c
+2 −2 src/sljit/sljitNativeRISCV_64.c
+6 −6 src/sljit/sljitNativeRISCV_common.c
+457 −24 src/sljit/sljitNativeS390X.c
+22 −22 src/sljit/sljitNativeX86_32.c
+8 −8 src/sljit/sljitNativeX86_64.c
+232 −134 src/sljit/sljitNativeX86_common.c
+21 −0 testdata/grepoutput
+97 −0 testdata/testinput1
+3 −0 testdata/testinput10
+43 −0 testdata/testinput12
+27 −0 testdata/testinput14
+48 −0 testdata/testinput2
+128 −0 testdata/testoutput1
+4 −0 testdata/testoutput10
+62 −0 testdata/testoutput12-16
+54 −0 testdata/testoutput12-32
+38 −0 testdata/testoutput14-16
+34 −0 testdata/testoutput14-32
+38 −0 testdata/testoutput14-8
+107 −0 testdata/testoutput2

0 comments on commit 983df01

Please sign in to comment.