]> granicus.if.org Git - onig/shortlog
onig
2017-06-28 K.Kosakoadd test cases
2017-06-28 K.Kosakorefactoring
2017-06-28 K.Kosakorename symbol
2017-06-28 K.Kosakoenclose by USE_MONOMANIAC_CHECK_CAPTURES_IN_ENDLESS_REPEAT
2017-06-28 K.Kosakofix STACK_EMPTY_CHECK_REC()
2017-06-26 K.Kosakouse HAVE_INTTYPES_H
2017-06-26 K.Kosakofix type OnigStackIndex to intptr_t for Windows platoform
2017-06-26 K.Kosakoenclose ifdef USE_SUBEXP_CALL
2017-06-26 K.KosakoPR #62 check malloc, realloc and alloca return value
2017-06-26 K.KosakoPR #62 check xmalloc return value before using it
2017-06-26 K.KosakoPR #62 check alloc return value
2017-06-26 K.Kosakofix indent
2017-06-26 K.KosakoPR #62 check malloc return value
2017-06-26 K.KosakoPR #62 unicode: use OnigCtype in onigenc_unicode_ctype_...
2017-06-23 K.Kosakorefactoring
2017-06-23 K.Kosakoimplement call-zero body
2017-06-23 K.Kosakorename has_zero_call to has_call_zero
2017-06-23 K.Kosakoallow call-zero
2017-06-23 K.Kosakoadd a space for mem_start_stk amd mem_end_stk for the...
2017-06-23 K.Kosakoremove unused code
2017-06-23 K.Kosakoadd test cases for relative backref and call by positiv...
2017-06-23 K.Kosakosupport relative backref and relative call by positive...
2017-06-23 K.Kosakofix invalid error output for zero-backref \k'0'
2017-06-23 K.Kosakofix indent
2017-06-22 K.Kosakoreduce code
2017-06-22 K.Kosakoadd bt_mem_start ON condition
2017-06-22 K.Kosakorename variable
2017-06-22 K.Kosakoremove error check from get_min_len() and get_max_len()
2017-06-21 K.Kosakorefactoring
2017-06-21 K.Kosakorefactoring
2017-06-21 K.Kosakorefactoring
2017-06-21 K.Kosakorename IN_REPEAT to IN_REAL_REPEAT
2017-06-21 K.Kosakorename IN_ZERO to IN_ZERO_REPEAT
2017-06-21 K.Kosakorefactoring
2017-06-21 K.Kosakorefactoring
2017-06-20 K.Kosakoshould not guard by MARK1 for call node
2017-06-20 K.Kosakoremove IN_CALL
2017-06-20 K.Kosakoupdate called_state even if guarded by MARK1
2017-06-20 K.Kosakouse called_state value in setup_tree()
2017-06-20 K.Kosakoremove env argument from setup_call2()
2017-06-20 K.Kosakoadd called_state into EnclosureNode
2017-06-20 K.Kosakouse union for EnclosureNode type
2017-06-20 K.Kosakoadd entry_count into CallNode
2017-06-20 K.Kosakoguard to duplicated call by NST_MARK1 in another recurs...
2017-06-19 K.Kosakoadd entry_count memberr into EnclosureNode
2017-06-19 K.Kosakosmall refactoring
2017-06-19 K.Kosakodefine NST_IN_ZERO flag and set NST_CALLED more exactly
2017-06-19 K.Kosakoadd state argument into setup_call()
2017-06-19 K.Kosakoreplace if (r) to if (r != 0)
2017-06-16 K.Kosakodefine NST_IN_CALLED flag and use it for bytecode compile
2017-06-16 K.Kosakodon't set IN_REPEAT state if upper value is less than 2
2017-06-16 K.Kosakosetup_tree() refactoring
2017-06-16 K.Kosakoreduce setup_tree() code
2017-06-16 K.Kosakoreduce setup_tree() code
2017-06-16 K.Kosakoremove NST_MEM_BACKREFED flag
2017-06-16 K.Kosakoremove unused codes
2017-06-15 K.Kosakore-fix #60 by check val_type
2017-06-15 K.Kosakosmall code refactoring
2017-06-15 K.Kosakoinfinite recursive check should be done for only ENCLOS...
2017-06-15 K.Kosakorecursive check should be done for only ENCLOSURE_MEMORY
2017-06-15 K.Kosakofix return value check in recursive_call_check_trav()
2017-06-14 K.Kosakofunction name refactoring
2017-06-14 K.Kosakofunction name refactoring
2017-06-14 K.Kosakofix calling condition for subexp_inf_recursive_check()
2017-06-14 K.Kosakoset NST_RECURSION flag for inner recursion group
2017-06-12 K.Kosakofix definitions of RECURSION_XXXX values
2017-06-12 K.Kosakorefactoring of subexp_inf_recursive_check()
2017-06-12 K.Kosakosmall optimization
2017-06-12 K.Kosakorename setup_subexp_call() to setup_call()
2017-06-12 K.Kosakoadd ScanEnv argument
2017-06-12 K.Kosakoadd ScanEnv argument into compile functions and remove...
2017-06-12 K.Kosakorename onig_parse_make_tree() to onig_parse_tree()
2017-06-09 K.Kosakoreduce code
2017-06-09 K.Kosakoreduce code
2017-06-09 K.Kosakoreduce code
2017-06-09 K.Kosakoreduce code
2017-06-09 K.Kosakoreduce code
2017-06-09 K.Kosakorename enclose to enclosure
2017-06-09 K.Kosakoremove NodeBase
2017-06-09 K.Kosakodivide setup_subexp_call() into setup_subexp_call_node_...
2017-06-09 K.Kosakoreduce code
2017-06-09 K.Kosakoredefine IS_NODE_TYPE_SIMPLE() to NODE_IS_SIMPLE_TYPE()
2017-06-09 K.Kosakochange type of node_type from int to NodeType
2017-06-09 K.Kosakomove CClassNode from regint.h to regparse.h
2017-06-09 K.Kosakodefine NodeType (enum)
2017-06-09 K.Kosakorename node type NT_XXXX to NODE_XXXX
2017-06-09 K.Kosakorename NCAR() to NODE_CAR() and NCDR() to NODE_CDR()
2017-06-09 K.Kosakorename NSTR() etc.. to STR_()
2017-06-09 K.Kosakoremove NT_CANY type Node and unify into NT_CTYPE
2017-06-09 K.Kosakosmall refactoring
2017-06-08 K.Kosakosmall refactoring
2017-06-08 K.Kosakouse IS_NOT_NULL() and IS_NULL() macro
2017-06-08 K.Kosakoremove unused members in MemEnv
2017-06-08 K.Kosakoremove redundant code
2017-06-08 K.Kosakodefine ANCHOR_HAS_BODY() macro
2017-06-08 K.Kosakomove comment
2017-06-08 K.Kosakoescape warnings in ONIG_DEBUG_SEARCH
2017-06-08 K.Kosakoescape warnings in ONIG_DEBUG_PARSE_TREE
2017-06-08 K.Kosakouse NODE_BODY in invalidated codes
2017-06-08 K.Kosakosmall change
next