]> granicus.if.org Git - onig/shortlog
onig
2019-09-25 K.Kosakochange retry limit value from 3500 to 500
2019-09-24 K.Kosakochange LEAD value to be variable
2019-09-24 K.Kosakoadd output of MaxRegNum
2019-09-24 K.Kosakofix invalid encoding is used
2019-09-24 K.Kosakoadd descriptions about regset API
2019-09-24 K.Kosakoremove unnecessary code
2019-09-24 K.Kosakore-implement onig_search() by using search_in_range()
2019-09-24 K.Kosakore-define onig_search_with_param() by using search_in_r...
2019-09-24 K.Kosakoadd comment
2019-09-20 K.Kosakoadd an output if reg_num and pattern_size
2019-09-20 K.Kosakoaddd regset-harness.c
2019-09-20 K.Kosakofix: all match-arg should be initialized before matching
2019-09-20 K.Kosakorename OnigRegsetLead to OnigRegSetLead
2019-09-20 K.Kosakoremove ununsed codes
2019-09-20 K.Kosakoadd some test cases
2019-09-20 K.Kosakoadd two test cases
2019-09-20 K.Kosakorefactoring
2019-09-20 K.Kosakouse OnigRegsetLead argument
2019-09-20 K.Kosakoadd OnigRegsetLead argument
2019-09-20 K.Kosakorefactoring
2019-09-20 K.Kosakoadd test_regset.c
2019-09-20 K.Kosakoadd regset functions
2019-09-20 K.Kosakodon't call onig_free() if onig_reg_init() is error
2019-09-20 K.Kosakofix: add data ensure check before peek string value...
2019-09-20 K.Kosakofix loose code in encode-harness.c
2019-09-20 K.Kosakorefactoring
2019-09-19 K.Kosakoremove tabs
2019-09-18 K.Kosakofix #154: UBSan warning in callout_name_table_hash
2019-09-17 K.Kosakochange pattern size to variable
2019-09-11 K.Kosakoadd outputs of count and ratio
2019-09-11 K.Kosakorefactoring
2019-09-11 K.Kosakoincrement parse depth in parse_branch()
2019-09-11 K.Kosakoadd output of max parse depth for ONIG_DEBUG_PARSE
2019-09-11 K.Kosakoadd CVE-2019-16163 in README.md
2019-09-11 K.Kosakodon't set parse depth limit
2019-09-10 K.Kosakorefactoring
2019-09-10 K.Kosakorefactoring
2019-09-10 K.Kosakofix invalid applying to code range
2019-09-10 K.Kosakoremove outputs of error
2019-09-04 K.Kosakofix immature implementation of onigenc_get_right_adjust...
2019-09-04 K.Kosakorefactoring
2019-08-30 K.Kosakoadd internal error code check
2019-08-30 K.Kosakocheck number of arguments in parse_callout_args()
2019-08-29 K.Kosakofix invalid return value
2019-08-29 K.Kosakoupdate ascii_compatible.dict
2019-08-29 K.Kosakofix data string length for utf-16
2019-08-29 K.Kosakorefactoring
2019-08-29 K.Kosakorefactoring
2019-08-29 K.Kosakoremove st_mem_start/end members from ScanEnv
2019-08-29 K.Kosakochange bt_mem_start/end setting conditions
2019-08-29 K.Kosakoadd MEM_STATUS_IS_ALL_ON()
2019-08-29 K.Kosakorefactoring
2019-08-29 K.Kosakorefactoring
2019-08-29 K.Kosakorefactoring
2019-08-29 K.Kosakoadd backtrack_mem member into ScanEnv
2019-08-28 K.KosakoMerge pull request #152 from villfa/patch-1
2019-08-28 Fabien VillepinteFix small typo in API doc
2019-08-26 K.Kosakoremove an entry from ascii_compatible.dict
2019-08-26 K.Kosakoadd backref_num member into ScanEnv
2019-08-26 K.Kosakoadd a test case
2019-08-26 K.Kosakoposix-api=no for 'make sanitize'
2019-08-25 K.Kosakofix invalid position of return value check
2019-08-25 K.Kosakoremove tabs
2019-08-25 K.Kosakouse OP_EMPTY_CHECK_END instead of OP_EMPTY_CHECK_END_ME...
2019-08-25 K.Kosakodon't need to check nest level of PREC_READ in STACK_EM...
2019-08-25 K.Kosakouse empty_status_mem in STACK_EMPTY_CHECK_MEM() and...
2019-08-25 K.Kosakoadd EMPTY_STATUS_CHECK flag into quantifier node
2019-08-24 K.Kosakoadd empty_status_mem member into re_pattern_buffer
2019-08-24 K.Kosakofix EMPTY_STATUS_CHECK setting condition
2019-08-24 K.Kosakoadd set_empty_status_check_trav()
2019-08-24 K.Kosakoadd a node flag NODE_ST_EMPTY_STATUS_CHECK
2019-08-24 K.Kosakoadd set_parent_node_trav()
2019-08-24 K.Kosakoadd parent member into Node
2019-08-23 K.Kosakoadd set_empty_repeat_node_trav()
2019-08-23 K.Kosakoadd empty_repeat_node member into MemEnv
2019-08-23 K.Kosakofix setup called state values
2019-08-23 K.Kosakoadd a test cases
2019-08-23 K.Kosakoadd test cases for infinite recursive call check
2019-08-23 K.Kosakofix infinite recursive call check for if-then-else...
2019-08-21 K.Kosakofix variables initialization position for VC++
2019-08-21 K.KosakoMerge pull request #151 from kornelski/uninitialized
2019-08-21 KornelInitialize potentially-uninitialized variables
2019-08-21 K.Kosakorefactoring
2019-08-19 K.Kosakoadd archive target
2019-08-19 K.Kosakorefactoring
2019-08-19 K.Kosakorefactoring
2019-08-15 K.Kosakorefactoring
2019-08-14 K.Kosakorevert commit 581b18: no needs to include stdint.h...
2019-08-14 K.Kosakoadd HAVE_STDINT_H check
2019-08-14 K.KosakoMerge pull request #150 from artichoke/disable-direct...
2019-08-14 K.Kosakofix to escape warning when ONIG_DEBUG_PARSE only enabled
2019-08-14 K.Kosakoimprove output of print_indent_tree()
2019-08-14 K.Kosakorefactoring
2019-08-13 K.Kosakorefactoring
2019-08-13 K.Kosakofix heap-buffer-overflow
2019-08-13 K.KosakoMerge pull request #149 from myd7349/fix-onig-static
2019-08-13 myd7349fix static build
2019-08-13 Ryan LopopoloInclude stdint.h
2019-08-13 Ryan LopopoloAdd a macro to disable direct threading in the match...
2019-08-09 K.Kosakoremove unused codes
next