]> granicus.if.org Git - onig/shortlog
onig
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
2017-06-01 K.Kosakochange output format of address in bytecode
2017-06-01 K.Kosakominor changes of bytecode output format
2017-06-01 K.Kosakooutput address in print_compiled_byte_code_list()
2017-06-01 K.Kosakoescape warning for ONIG_DEBUG_COMPILE
2017-05-31 K.KosakoInvalidate PR #43 partially for Issue #61
2017-05-26 K.Kosakoupdate README.md
2017-05-26 K.Kosakosetup 6.3.0
2017-05-26 K.Kosakoupdate HISTORY
2017-05-24 K.Kosakorefactoring
2017-05-24 K.Kosakofix indent
2017-05-24 K.Kosakofix #60 : invalid state(CCS_VALUE) in parse_char_class()
2017-05-24 K.Kosakofix #59 : access to invalid address by reg->dmax value
2017-05-23 K.Kosakofix invalid increment of start position in onig_scan()
2017-05-23 K.Kosakofix indent
2017-05-23 K.Kosakofix indent
2017-05-23 K.Kosakofix #58 : access to invalid address by reg->dmin value
2017-05-23 K.Kosakofix #57 : DATA_ENSURE() check must be before data access
2017-05-22 K.Kosakofix #56 : return invalid result for codepoint 0xFFFFFFFF
2017-05-22 K.Kosakoupdate gperf to 3.0.4
2017-05-21 K.Kosakoadd test case for escape-o-brace syntax
2017-05-19 K.Kosakofix invalid mask value for ONIG_SYN_OP_ESC_O_BRACE_OCTAL
2017-05-19 K.Kosakoadd escape-o-brace syntax description
2017-05-19 K.Kosakoadd escape-o-brace syntax for wide char expressed in...
2017-05-19 K.Kosakodefine ONIG_SYN_OP_ESC_O_BRACE_OCTAL
2017-05-19 K.Kosakofix indent
2017-05-19 K.Kosakofix #55 : Byte value expressed in octal must be smaller...
2017-05-18 K.Kosakofix #55 : check too big code point value for single...
2017-04-06 K.Kosakosetup 6.2.0
2017-04-06 K.Kosakoupdate HISTORY
2017-03-15 K.KosakoPR #51 and small fix
2017-02-21 K.KosakoInitialize return value (https://bugs.ruby-lang.org...
2017-01-03 K.Kosakoadd onig_set_capture_num_limit()
2017-01-03 K.Kosakochange MemNumType from short int to int
2016-12-19 kosakofix for #34
2016-12-19 kosakoadd test for PR#43
2016-12-19 kosakoadd test for PR#42
2016-12-16 kosakoadd test for PR#44
2016-12-15 K.KosakoMerge pull request #44 from k-takata/fix-cclass-hyphen
next