]> granicus.if.org Git - onig/shortlog
onig
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
2017-06-08 K.Kosakosmall refactoring
2017-06-08 K.Kosakorename NODE_STATUS_CLEAR() to NODE_STATUS_REMOVE()
2017-06-08 K.Kosakorename NODE_STATUS_SET() to NODE_STATUS_ADD()
2017-06-08 K.Kosakoremove redandant cast
2017-06-08 K.Kosakoremove redundant cast
2017-06-08 K.Kosakodefine NODE_STATUS macro
2017-06-08 K.Kosakoremove Node* cast in NODE_BODY macro
2017-06-08 K.Kosakoremove NodeBase from subclassof Node
2017-06-08 K.Kosakorename NTYPE to NODE_TYPE
2017-06-08 K.Kosakorename NodeBase#type to NodeBase#node_type
2017-06-08 K.Kosakorename target_empty_info to body_empty_info
2017-06-08 K.Kosakorename NQ_TARGET_ to NQ_BODY_
2017-06-08 K.Kosakomove target member in AnchorNode to NodeBase#body
2017-06-08 K.Kosakomove target member in CallNode to NodeBase#body
2017-06-07 K.Kosakomove target member in EncloseNode into NodeBase#body
2017-06-07 K.Kosakomove target in QtfrNode into NodeBase#body
2017-06-07 K.Kosakomove state members into NodeBase#status
2017-06-07 K.Kosakodisable int_stack
2017-06-07 K.Kosakofix indent
2017-06-07 K.Kosakorecursive enclose-memory in repeat should be compiled...
2017-06-06 K.Kosakoadd int_stack
2017-06-06 K.Kosakorename and change type from scanenv->mem_nodes to mem_env
2017-06-06 K.Kosakofix invalid using of macro
2017-06-06 K.Kosakodefine SET_ENCLOSE_RECURSION()
2017-06-05 K.Kosakostate check needed in quantifiers_memory_node_info()
2017-06-02 K.Kosakoaddd output of stack size in ONIG_DEBUG_MATCH
2017-06-02 K.Kosakoadd output of bt_mem_start and bt_mem_end in ONIG_DEBUG...
2017-06-02 K.Kosakoadd output of bytecode execution counter
2017-06-01 K.Kosakooutput bytecode adress in ONIG_DEBUG_MATCH
2017-06-01 K.Kosakoescape warnings for ONIG_DEBUG_MATCH
next