aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-06add a test case for ONIG_OPTION_MATCH_WHOLE_STRINGK.Kosako1-0/+1
2022-08-30fix PR#270K.Kosako1-8/+4
2022-08-30Merge pull request #270 from iwillspeak/masterK.Kosako5-4/+16
2022-08-30Initial MATCH_WHOLE_STRING ImplementationWill Speak5-4/+16
2022-08-29fix: update version number of doc/REK.Kosako2-2/+2
2022-08-28small update of README.mdK.Kosako1-0/+1
2022-08-28fix punct description in doc/REK.Kosako2-8/+4
2022-08-28fix ctype punct in Unicode encodingsK.Kosako2-15/+19
2022-08-28add some test cases for [[:punct:]]K.Kosako1-0/+6
2022-08-28fix #268: [[:punct:]] isn't matching all expected symbols. [[:punct:]] = \p{P...K.Kosako4-182/+683
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-07-25fix: #266: Incorrect libdir path when built with prefixK.Kosako3-2/+8
2022-07-25add test/CMakeLists.txt and windows/CMakeLists.txt into distribution filesK.Kosako1-1/+2
2022-07-02update README.mdK.Kosako1-0/+1
2022-07-02Added an issue found in #264K.Kosako2-2/+8
2022-06-30fix #265: potential Use-after-FreeK.Kosako1-0/+1
2022-06-25add some test cases for #264K.Kosako1-0/+24
2022-06-25Make the behavior of \p{Word} exactly the same as \w for ignorecaseK.Kosako1-0/+6
2022-06-24add some test cases for #264K.Kosako1-0/+13
2022-06-24(?I) invalid results for charcter classes (Issue #264)K.Kosako1-32/+43
2022-06-15add some test cases for negative POSIX bracketK.Kosako1-0/+4
2022-06-15fix negative POSIX bracket bugK.Kosako1-0/+3
2022-06-03Merge pull request #262 from zmatsuo/cmake_msvc_testK.Kosako3-31/+69
2022-06-03Build tests with cmake+msvcmatsuo3-31/+69
2022-06-01update README.mdK.Kosako1-30/+6
2022-06-01add some test cases for POSIX bracketK.Kosako1-0/+17
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-05add test/test.sh into distribution fileK.Kosako1-1/+1
2022-05-05add test targets into CMakeLists.txtK.Kosako1-0/+32
2022-05-05add test/test.shK.Kosako1-0/+17
2022-05-03fix #256: add ENABLE_STATISTICS=ON option to cmakeK.Kosako1-0/+5
2022-05-03fix #256: enable --with-statistics in configureK.Kosako3-20/+23
2022-05-03update yearK.Kosako1-1/+1
2022-05-03update README.mdK.Kosako1-1/+1
2022-04-30Merge pull request #257 from diizzyy/patch-3K.Kosako1-2/+2
2022-04-30CMake: Fix INSTALL_EXAMPLESDaniel Engberg1-2/+2
2022-04-15setup 6.9.8v6.9.8K.Kosako4-18/+7
2022-04-15update HISTORYK.Kosako1-0/+19
2022-04-12Avoid compile errors when USE_WHOLE_OPTIONS is disabledK.Kosako1-2/+4
2022-04-11update README.md for 'C' optionK.Kosako1-0/+1
2022-04-11update doc/RE for 'C' optionK.Kosako2-4/+6
2022-04-11add test cases for 'C' optionsK.Kosako1-0/+4
2022-04-11implement 'C' optionsK.Kosako1-0/+17
2022-04-11add some test cases for whole optionsK.Kosako1-0/+4
2022-04-09update README.mdK.Kosako1-0/+3
2022-04-09update doc/RE for whole optionsK.Kosako2-2/+16
2022-04-07add test cases for 'L' optionK.Kosako1-0/+3