Skip to content

Commit

Permalink
Update builtin oniguruma to 6.9.10 to suppress clang warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Feb 16, 2025
1 parent 8ba03f7 commit 63784aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compile-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Defaults
set -e
oniguruma='6.9.3'
oniguruma='6.9.10'

unset CFLAGS
unset CXXFLAGS
Expand Down
2 changes: 1 addition & 1 deletion vendor/oniguruma
Submodule oniguruma updated 56 files
+1 −0 .gitignore
+5 −3 CMakeLists.txt
+45 −7 HISTORY
+1 −1 Makefile.am
+10 −23 README.md
+2 −2 configure.ac
+3 −1 doc/API
+3 −1 doc/API.ja
+10 −1 doc/CALLOUTS.BUILTIN
+9 −1 doc/CALLOUTS.BUILTIN.ja
+12 −13 doc/RE
+12 −13 doc/RE.ja
+202 −167 doc/SYNTAX.md
+33 −1 doc/UNICODE_PROPERTIES
+667 −0 doc/onig_syn_md.c
+1 −1 harnesses/base.c
+1 −3 sample/callback_each_match.c
+44 −0 sbom.cdx.json
+4 −1 src/ascii.c
+4 −4 src/gperf_fold_key_conv.py
+4 −4 src/gperf_unfold_key_conv.py
+1 −1 src/make_unicode_egcb.sh
+20 −19 src/make_unicode_egcb_data.py
+5 −5 src/make_unicode_fold.sh
+37 −37 src/make_unicode_fold_data.py
+2 −2 src/make_unicode_property.sh
+66 −65 src/make_unicode_property_data.py
+1 −1 src/make_unicode_wb.sh
+20 −19 src/make_unicode_wb_data.py
+6 −3 src/oniguruma.h
+14 −6 src/regcomp.c
+2 −2 src/regerror.c
+85 −14 src/regexec.c
+17 −4 src/regint.h
+115 −27 src/regparse.c
+10 −7 src/regsyntax.c
+49 −75 src/st.c
+3 −10 src/st.h
+54 −49 src/unicode_egcb_data.c
+1,567 −1,507 src/unicode_fold1_key.c
+1 −1 src/unicode_fold2_key.c
+1 −1 src/unicode_fold3_key.c
+1,301 −1,274 src/unicode_fold_data.c
+5,520 −4,178 src/unicode_property_data.c
+239 −83 src/unicode_property_data_posix.c
+1,809 −1,706 src/unicode_unfold_key.c
+51 −19 src/unicode_wb_data.c
+3 −2 src/utf16_be.c
+3 −2 src/utf16_le.c
+3 −3 test/test_back.c
+2 −2 test/test_options.c
+54 −2 test/test_syntax.c
+19 −5 test/test_utf8.c
+1 −1 test/testc.c
+1 −1 test/testp.c
+1 −1 windows/CMakeLists.txt

0 comments on commit 63784aa

Please sign in to comment.