aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-28Update base.c: Add missing int types to calc_retry_limitmaflcko1-1/+1
2023-10-11clang 14 does not support cp932v6.9.9K.Kosako1-1/+1
2023-10-10escape compile-time warnings (gcc 11.4)K.Kosako1-3/+5
2023-10-07clang 14 on MacOSX does not support cp932K.Kosako1-1/+3
2023-10-07clang 14 does not support --input-charset and --exec-charsetK.Kosako1-1/+1
2023-10-05setup 6.9.9K.Kosako4-24/+6
2023-10-05update HISTORYK.Kosako1-1/+19
2023-10-05remove unused variablesK.Kosako1-3/+1
2023-09-18remove two badges from README.mdK.Kosako1-2/+0
2023-09-18fix output stringK.Kosako1-1/+1
2023-09-17update README.mdK.Kosako1-1/+1
2023-09-17update to Unicode 15.1.0K.Kosako6-3722/+3939
2023-09-17fix: duplicate entries to PROPS (for 15.1.0 DerivedCoreProperties.txt)K.Kosako1-25/+26
2023-08-21updated by python2 -> python3K.Kosako9-132/+132
2023-08-21migration from python2 to python3K.Kosako10-133/+135
2023-08-08add /.vscode into .gitignoreK.Kosako1-0/+1
2023-08-08small updateK.Kosako1-1/+8
2023-08-08escape compile time warnings by clang 14.0K.Kosako3-16/+31
2023-08-08escape compile time warnings by clang 14.0K.Kosako1-69/+34
2023-07-11Merge pull request #287 from itchyny/dist-clean-oniguruma-pcK.Kosako1-1/+1
2023-07-11Make sure oniguruma.pc is removed on distcleanitchyny1-1/+1
2023-06-09Merge pull request #285 from itchyny/update-gitignore-trsK.Kosako1-0/+1
2023-06-09add *.trs to .gitignoreitchyny1-0/+1
2023-06-03fix optimization info of if-then expressionsK.Kosako1-4/+1
2023-05-20add some test cases for #284K.Kosako1-0/+20
2023-05-20fix #284: .{0,99} and .* behave differently on short inputK.Kosako1-2/+6
2023-05-01remove code scanning warnings: Irregular enum initializationK.Kosako3-7/+7
2023-05-01remove code scanning warnings: Bad check for oddnessK.Kosako1-2/+2
2023-03-27fix call by number (?n), (?+n), (?-n) of ONIG_SYNTAX_PERL_NGK.Kosako1-0/+1
2023-03-27add some test cases for ONIG_SYNTAX_PERL_NGK.Kosako1-0/+4
2023-03-27remove lgtm grade and lgtm alerts badges from README.mdK.Kosako1-2/+0
2023-03-27update date of doc/REK.Kosako1-1/+1
2023-03-27fix #282: Dynamic library generated failed to support '(?-i)'K.Kosako1-2/+14
2023-03-27add some test cases for ONIG_SYNTAX_PERL_NGK.Kosako1-0/+9
2023-02-21Merge pull request #281 from contextnerror/contextnerror-patch-1K.Kosako1-1/+1
2023-02-20Change opiton to optioncontextnerror1-1/+1
2022-12-30add some test cases of anchors for ONIG_SYNTAX_POSIX_BASIC and ONIG_SYNTAX_GREPK.Kosako1-0/+31
2022-12-30add ONIG_SYN_BRE_ANCHOR_AT_EDGE_OF_SUBEXP into ONIG_SYNTAX_POSIX_BASIC and ON...K.Kosako1-2/+3
2022-12-30implement ONIG_SYN_BRE_ANCHOR_AT_EDGE_OF_SUBEXPK.Kosako1-0/+64
2022-12-30add a new behavior ONIG_SYN_BRE_ANCHOR_AT_EDGE_OF_SUBEXPK.Kosako1-0/+1
2022-12-17fix: oss-fuzz issue 54141: Unexpected exitK.Kosako1-2/+43
2022-12-17set PE_FLAG_HAS_ABSENT_STOPPER flagK.Kosako1-1/+2
2022-12-17define PE_FLAG_HAS_ABSENT_STOPPERK.Kosako1-0/+1
2022-12-16add env argument into compile_length_tree()K.Kosako1-34/+34
2022-12-07fix: CodeQL> Potentially uninitialized local variableK.Kosako1-0/+12
2022-12-04Merge pull request #276 from lgtm-migrator/codeqlK.Kosako1-0/+41
2022-12-03Add CodeQL workflow for GitHub code scanningLGTM Migrator1-0/+41
2022-11-28add output of retry_limit_in_match into MATCH_COUNTER_OUT()K.Kosako1-1/+1
2022-11-28fix oss-fuzz issue 53812: Stop improper overwriting of return value of match_...K.Kosako1-7/+5
2022-11-27small update of README.mdK.Kosako1-0/+1