aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-10-10escape compile-time warnings (gcc 11.4)K.Kosako1-3/+5
2023-10-05setup 6.9.9K.Kosako1-2/+2
2023-09-18fix output stringK.Kosako1-1/+1
2023-09-17update to Unicode 15.1.0K.Kosako5-3721/+3932
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-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-06-03fix optimization info of if-then expressionsK.Kosako1-4/+1
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-27fix #282: Dynamic library generated failed to support '(?-i)'K.Kosako1-2/+14
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-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-16Changed the behavior of the FIND_LONGEST option to follow all alternativesK.Kosako1-9/+22
2022-11-16fix SOP_OUT positionK.Kosako1-5/+5
2022-11-03refactoringK.Kosako3-1104/+1104
2022-10-10change output format in print_enc_string()K.Kosako1-3/+14
2022-10-10fix: Issue 52138 in oss-fuzz: TimeoutK.Kosako1-2/+1
2022-09-19update year to 2022K.Kosako10-13/+13
2022-09-16Update to Unicode 15.0Dmitry Atamanov9-2288/+2763
2022-08-30fix PR#270K.Kosako1-8/+4
2022-08-30Initial MATCH_WHOLE_STRING ImplementationWill Speak3-2/+11
2022-08-28fix ctype punct in Unicode encodingsK.Kosako2-15/+19
2022-08-28fix #268: [[:punct:]] isn't matching all expected symbols. [[:punct:]] = \p{P...K.Kosako3-182/+682
2022-08-09fix oss-fuzz issue 49900, 49909: Direct-leakK.Kosako1-2/+4
2022-08-08fix oss-fuzz issue 49746: oniguruma:fuzzer: Undefined-shiftK.Kosako1-0/+3
2022-08-04fix #267: Potential null pointer dereference in regparse.cK.Kosako1-0/+1
2022-06-30fix #265: potential Use-after-FreeK.Kosako1-0/+1
2022-06-25Make the behavior of \p{Word} exactly the same as \w for ignorecaseK.Kosako1-0/+6
2022-06-24(?I) invalid results for charcter classes (Issue #264)K.Kosako1-32/+43
2022-06-15fix negative POSIX bracket bugK.Kosako1-0/+3
2022-06-01change specification of prs_posix_bracket()K.Kosako1-26/+3
2022-05-30add is_posix_bracket_start()K.Kosako1-30/+23
2022-05-03fix #256: enable --with-statistics in configureK.Kosako2-16/+22
2022-05-03update yearK.Kosako1-1/+1
2022-04-15setup 6.9.8v6.9.8K.Kosako1-2/+2
2022-04-12Avoid compile errors when USE_WHOLE_OPTIONS is disabledK.Kosako1-2/+4
2022-04-11implement 'C' optionsK.Kosako1-0/+17