aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-06-09Merge pull request #285 from itchyny/update-gitignore-trsK.Kosako1-0/+1
add *.trs to .gitignore
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
Change opiton to option
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 ↵K.Kosako1-2/+3
ONIG_SYNTAX_GREP
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
Add CodeQL workflow for GitHub code scanning
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 ↵K.Kosako1-7/+5
match_at()
2022-11-27small update of README.mdK.Kosako1-0/+1
2022-11-21add some test cases for FIND_LONGESTK.Kosako1-0/+2
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-16Merge pull request #274 from tonco-miyazawa/typo-API.jaK.Kosako1-3/+3
fix typo /doc/API.ja (fix pull request 248)
2022-11-16fix typo /doc/API.ja (fix pull request 248)tonco-miyazawa1-3/+3
2022-11-05fix oss-fuzz issue 49746: Heap-buffer-overflow in onigenc_unicode_mbc_case_foldK.Kosako1-2/+5
2022-11-03refactoringK.Kosako3-1104/+1104
2022-11-01change data_pattern_size from pattern_sizeK.Kosako1-31/+52
2022-10-28add output of end - strK.Kosako1-5/+6
2022-10-28add data_pattern and data_pattern_end argumentsK.Kosako1-8/+19
2022-10-28fix #273: Documentation of onig_name_to_group_numbers is incorrectK.Kosako2-4/+4
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 README.mdK.Kosako1-0/+1
2022-09-19update year to 2022K.Kosako10-13/+13
2022-09-17Merge pull request #272 from data-man/ucd15K.Kosako10-2289/+2774
Update to Unicode 15.0
2022-09-16Update to Unicode 15.0Dmitry Atamanov10-2289/+2774
2022-09-06update README.mdK.Kosako1-0/+1
2022-09-06add ONIG_OPTION_MATCH_WHOLE_STRING into doc/APIK.Kosako2-2/+7
2022-09-06add a test case for ONIG_OPTION_MATCH_WHOLE_STRINGK.Kosako1-0/+1
2022-08-30fix PR#270K.Kosako1-8/+4