]> granicus.if.org Git - onig/shortlog
onig
2019-07-11 K.Kosakoadd call of onig_set_retry_limit_in_match() in exec_del...
2019-07-10 K.Kosakoadd option -fsanitize=fuzzer-no-link into CFLAGS and...
2019-07-10 K.Kosakoadd call of onig_set_retry_limit_in_match() and onig_se...
2019-07-10 K.Kosakoadd call of onig_set_retry_limit_in_match() and onig_se...
2019-07-10 K.Kosakoremove unused variable
2019-07-10 K.Kosakofix: heap buffer overflow: add validity check for raw...
2019-07-09 K.Kosakoclear string node buf in node_new_str_raw_char()
2019-07-09 K.Kosakoclear buf tail after raw byte parsing
2019-07-09 K.Kosakocheck invalid code point value in onigenc_mb2_code_to_m...
2019-07-09 K.Kosakoadd check return valueof ONIGENC_CODE_TO_MBCLEN()
2019-07-07 K.Kosakoadd build_libfuzzer_harnesses.sh
2019-07-07 K.Kosakoupdate README.md
2019-07-07 K.Kosakoadd harnesses directory
2019-07-07 K.Kosakoadd calling of some free functions in case of error
2019-07-06 K.Kosakoupdate doc/API
2019-07-06 K.KosakoFix for invalid encoded character: strict check surroga...
2019-07-06 K.Kosakoadd the fact that onig_new_deluxe() is obsolete
2019-07-06 K.Kosakodon't use onig_new_deluxe() in sample
2019-07-06 K.Kosakodon't use onig_new_deluxe()
2019-07-06 K.KosakoFix CVE-2019-13224: don't allow different encodings...
2019-07-06 K.KosakoFix CVE-2019-13225: problem in converting if-then-else...
2019-06-05 K.Kosakosmall update of README.md
2019-06-05 K.Kosakoupdate doc/UNICODE_PROPERTIES to 12.1.0
2019-06-04 K.KosakoMerge pull request #144 from swordow/master
2019-06-04 swordowfix Static build extern
2019-06-04 swordowfix static build extern error
2019-05-25 K.KosakoMerge pull request #142 from zmatsuo/MSVC_STATIC_RUNTIME
2019-05-25 matsuoAdd MSVC_STATIC_RUNTIME option in CMakeLists.txt
2019-05-14 K.Kosakoadd description about 6.9.2
2019-05-14 K.Kosakoadd a target 'sanitize' into Makefile
2019-05-14 K.Kosakofix some test cases
2019-05-13 K.Kosakoadd some test cases for #141
2019-04-23 K.Kosakoupdate HISTORY v6.9.2 v6.9.2_rc3
2019-04-23 K.Kosakoadd doc/SYNTAX.md into distribution file
2019-04-09 K.Kosakoupdate HISTORY v6.9.2_rc2
2019-04-09 K.Kosakoupdate year to 2019
2019-04-09 K.Kosakofix #139: UAF in match_at()
2019-04-09 K.Kosakoadd a test case for #139
2019-04-02 K.Kosakofix bug of parsing nested quantifiers
2019-04-01 K.Kosakosetup 6.9.2 v6.9.2_rc1
2019-04-01 K.Kosakosmall update for README.md
2019-04-01 K.Kosakoupdate HISTORY
2019-04-01 K.Kosakoadd some test cases for U+32FF
2019-04-01 K.Kosakoupdate Unicode version to 12.1.0 (draft)
2019-03-29 K.Kosakoremove tabs
2019-03-29 K.Kosakoremove tabs
2019-03-29 K.Kosakoremove tabs
2019-03-29 K.Kosakoadd some test cases for {n,m} (n > m)
2019-03-29 K.Kosakoupdate doc/RE for {n,m}? (n > m)
2019-03-29 K.Kosako{n,m}? (n > m) is not a reluctant quantifier
2019-03-29 K.Kosakorefactoring
2019-03-29 K.Kosakoupdate HISTORY
2019-03-29 K.Kosakoupdate doc/RE for {n,m} (n > m)
2019-03-29 K.Kosakosmall fix for {n,m}? (n>m)
2019-03-29 K.Kosakoallow {n,m} (n>m) as possessive interval
2019-03-29 K.Kosakosmall update of README.md
2019-03-29 K.Kosakoupdate doc/RE
2019-03-28 K.Kosakosmall update for README.md
2019-03-28 K.Kosakodon't allow (?y{g}) for non Unicode encodings
2019-03-28 K.Kosakominor fix in doc/SYNTAX.md
2019-03-28 K.Kosakominor changes in doc/RE
2019-03-28 K.Kosakoadd some test cases
2019-03-28 K.Kosakorefactoring
2019-03-28 K.Kosakorefactoring
2019-03-28 K.Kosakorefactoring
2019-03-27 K.Kosakoadd some test cases
2019-03-27 K.Kosakofix compiling of reluctant zero times repetitions
2019-03-27 K.Kosakofix memory leaks
2019-03-27 K.Kosakoadd string_pool_end member into regex_t
2019-03-26 K.Kosakoupdate doc/SYNTAX.md for 6.9.2
2019-03-26 K.Kosakosmall update of doc/RE
2019-03-26 K.Kosakosmall changes of onigenc_init() for escaping warning...
2019-03-25 K.Kosakochange line terminator from DOS to UNIX
2019-03-25 K.Kosakofix doc/SYNTAX.md
2019-03-25 K.Kosakoupdate HISTORY
2019-03-25 K.Kosakosmall update of README.md
2019-03-25 K.Kosakofix invalid popsition of onig_init_for_match_at()
2019-03-25 K.Kosakoadd descriptions about ONIG_OPTION_TEXT_SEGMENT_XXX...
2019-03-25 K.Kosakosmall update of doc/RE
2019-03-25 K.Kosakoadd unicode_wb_data.c, make_unicode_wb.sh and make_unic...
2019-03-25 K.Kosakoupdate README.md
2019-03-25 K.Kosakoremove Problems from doc/RE
2019-03-25 K.Kosakoupdate doc/RE for text segment mode
2019-03-25 K.Kosakouse ONIG_SYN_OP2_OPTION_ONIGURUMA
2019-03-25 K.Kosakoadd ONIG_SYN_OP2_OPTION_ONIGURUMA
2019-03-25 K.Kosakorefactoring for escape warnings of LGTM
2019-03-25 K.Kosakofix output format of test results
2019-03-25 K.Kosakorefactoring
2019-03-22 K.Kosakoadd test cases for text segment: word boundary
2019-03-22 K.Kosakoadd Copyright into test programs
2019-03-22 K.Kosakoadd test cases for text segment switch options
2019-03-22 K.Kosakoimplement ONIG_OPTION_TEXT_SEGMENT_EXTENDED_GRAPHEME_CL...
2019-03-22 K.Kosakoadd new options ONIG_OPTION_TEXT_SEGMENT_EXTENDED_GRAPH...
2019-03-22 K.Kosakoadd ONIG_SYN_OP2_ESC_X_Y_TEXT_SEGMENT (ONIG_SYN_OP2_ESC...
2019-03-22 K.Kosakouse onigenc_wb_is_break_position()
2019-03-22 K.Kosakoimplement onigenc_wb_is_break_position()
2019-03-22 K.Kosakoadd unicode_wb_data.c (Text Segment:Word Boundary data)
2019-03-22 K.Kosakorefactoring
2019-03-22 K.Kosakoremove OP_EXTENDED_GRAPHEME_CLUSTER and add OP_TEXT_SEG...
2019-03-21 K.KosakoMerge pull request #137 from ffontaine/master
next