]> granicus.if.org Git - onig/shortlog
onig
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
2016-12-15 K.KosakoMerge pull request #43 from k-takata/fix-recursive...
2016-12-14 K.KosakoMerge pull request #42 from k-takata/fix-z-optimization
2016-12-14 K.KosakoMerge pull request #41 from k-takata/fix-anychar-star...
2016-12-13 K.Takata[0-9-a] was not allowed as [0-9\-a]
2016-12-13 K.TakataFix illegal capture after recursive call
2016-12-13 K.KosakoMerge pull request #40 from k-takata/fix-stackoverflow
2016-12-13 K.KosakoMerge pull request #39 from k-takata/fix-utf-16
2016-12-12 K.Takatafix problem with optimization of \z
2016-12-12 K.TakataFix .* optimization
2016-12-12 K.TakataSet a limit of parser recursion
2016-12-12 K.TakataFix that warnings are not shown properly
2016-12-12 K.Takata/[a-c#]+\W/ =~ "def#" fails when encoding is UTF-16/32
2016-12-12 K.Takata/[\x{0}-X]/i doesn't match properly when UTF-16/32...
2016-12-11 K.Kosakosetup 6.1.3 v6.1.3
2016-12-11 K.Kosakoupdate HISTORY
2016-12-10 K.Kosakofix: Syntax error: redirection unexpected (expecting...
2016-11-17 kosakocheck return values for alloc() and Calloc()
2016-11-15 kosakoadd an entry into .gitignore
2016-11-15 kosakocheck return value for fprintf() and fputs() #34
2016-11-15 kosakoguard __USE_ISOC99
2016-11-15 kosakocheck return value for fopen() #34
2016-11-07 kosakomerge from develop v6.1.2
2016-11-07 kosakoupdate README.md
2016-11-03 kosakosetup 6.1.2
2016-11-03 kosakoupdate HISTORY
2016-10-25 kosakoallow word bound, word begin and word end in look-behind
2016-10-20 kosakofix typo
2016-10-19 K.KosakoMerge pull request #30 from k-takata/fix-typo
2016-10-19 K.TakataFix typos in comments and docs
2016-10-19 kosakoadd ONIG_OPTION_CHECK_VALIDITY_OF_STRING
2016-10-16 K.Kosakofix forgotten to call anchor target
2016-10-16 K.Kosakofix: use after free for regexp /()(?\!(?'a')\1)/ #29
2016-10-11 kosakofix bug: Use after free when parsing /(|/ #27
2016-10-10 K.KosakoMemory leaks after onig_new(), onig_free() when parsing...
2016-10-07 K.TakataFix typo in debug log
2016-10-03 kosakoUpdate config.sub to version 2016-09-05
2016-10-03 kosakoUpdate config.guess to version 2016-09-11
2016-10-02 K.KosakoMerge pull request #25 from maxnordlund/patch-1
2016-10-02 Max NordlundUpdate config.sub to version 2016-09-05
next