]> granicus.if.org Git - onig/shortlog
onig
2017-07-17 K.Kosakosmall fix in get_min_len()
2017-07-15 K.Kosakofix test case strings
2017-07-15 K.Kosakosmall fix of doc/RE.ja
2017-07-14 K.Kosakoadd new feature description of 6.5.0 into README.md
2017-07-14 K.Kosakofix #65 : SIZEOF_SIZE_T doesn't exist on certain archit...
2017-07-14 K.Kosakoupdate doc/RE for absent group
2017-07-14 K.Kosakoadd test cases for absent group
2017-07-14 K.Kosakochange interface of make_fail_with_something() to be...
2017-07-14 K.Kosakoabsents nodes should not be removed even if it replaced...
2017-07-14 K.Kosakofix amemory leak
2017-07-14 K.Kosakoadd test cases
2017-07-14 K.Kosakoadd test cases for default generator of absent group
2017-07-14 K.Kosakochange default generator of absent group from \O* to .*
2017-07-13 K.Kosakoadd test cases for absent group
2017-07-13 K.Kosakooptimize by moving update_var to the out side of repeat...
2017-07-13 K.Kosakofix a memory leak
2017-07-13 K.Kosakosupport possessive generator for absent group
2017-07-13 K.Kosakofix make_absent_group_tree() to check generator node...
2017-07-13 K.Kosakoadd ONIGERR_INVALID_ABSENT_GROUP_PATTERN and ONIGERR_IN...
2017-07-13 K.Kosakoimplement absent group with generator
2017-07-13 K.Kosakosupport generator in make_absent_group_tree()
2017-07-13 K.Kosakosmall update doc/RE
2017-07-13 K.Kosakodon't free input nodes for error cases in make_list...
2017-07-13 K.Kosakocheck min-len of absent pattern
2017-07-13 K.Kosakoadd onig_get_tiny_min_len()
2017-07-13 K.Kosakodefault generator lower should be 0
2017-07-12 K.Kosakofix invalid save value
2017-07-12 K.Kosakoclear debug status
2017-07-12 K.Kosakoimplement absent group
2017-07-12 K.Kosakoupdate for ONIG_DEBUG_PARSE_TREE
2017-07-12 K.Kosakodefine make_absent_group_tree()
2017-07-12 K.Kosakoadd node_new_update_var_gimmick()
2017-07-12 K.Kosakoimplement UPDATE_VAR_RIGHT_RANGE_SPREV
2017-07-12 K.Kosakoimplement UPDATE_VAR_RIGHT_RANGE_FROM_STACK_LAST
2017-07-12 K.Kosakoreimplement node_new_keep()
2017-07-12 K.Kosakoadd node_new_save_gimmick()
2017-07-12 K.Kosakore-define right_range variable in match_at()
2017-07-12 K.Kosakoadd GIMMICK_FAIL
2017-07-12 K.Kosakodefine ONIG_SYN_OP2_QMARK_TILDE_ABSENT_GROUP
2017-07-12 K.Kosakoupdate doc/RE
2017-07-11 K.Kosakorefactoring
2017-07-11 K.Kosakorefactoring
2017-07-11 K.Kosakorenumber stack types
2017-07-11 K.Kosakorefactoring
2017-07-11 K.Kosakorefactoring
2017-07-11 K.Kosakorename OnigStackIndex to StackIndex
2017-07-11 K.Kosakomove OnigStackIndex into regexec.c
2017-07-11 K.Kosakoupdate doc/RE about \O
2017-07-11 K.Kosakoadd test cases for \O
2017-07-11 K.Kosakoimplement \O
2017-07-11 K.Kosakorename ONIG_SYN_OP2_ESC_CAPITAL_N_NO_NEWLINE to ONIG_SY...
2017-07-11 K.Kosakorefer CTYPE_OPTION() for anychar compiling
2017-07-11 K.Kosakoadd node_new_anychar_with_fixed_option()
2017-07-11 K.Kosakoadd NST_FIXED_OPTION
2017-07-11 K.Kosakoadd test cases for \N
2017-07-11 K.Kosakodefine node_new_anychar()
2017-07-11 K.Kosakorefactoring
2017-07-11 K.Kosakorefactoring
2017-07-10 K.Kosakorename OP_BACKREFN and OP_BACKREFN_IC
2017-07-10 K.Kosakoupdate doc/RE
2017-07-10 K.Kosakoadd test cases for \K
2017-07-10 K.Kosakoimplement \K
2017-07-10 K.Kosakoadd opcode OP_PUSH_SAVE_VAL and OP_UPDATE_VAR
2017-07-10 K.Kosakoimplement parsing part of \K
2017-07-10 K.Kosakoadd NODE_GIMMICK
2017-07-10 K.Kosakomove OnigStackType into regexec.c and rename to StackType
2017-07-10 K.Kosakoadd a description of fixed security issues
2017-07-07 K.Kosakosmall fix for doc/RE
2017-07-07 K.Kosakodefine REG_EXTP()
2017-07-07 K.Kosakosmall update doc/RE
2017-07-07 K.Kosakosmall changes for test pattern
2017-07-07 K.Kosakosmall update for doc/RE
2017-07-07 K.Kosakorename ONOFF() to OPTION_NEGATE()
2017-07-07 K.Kosakodefine OPTION_ON/OFF
2017-07-07 K.Kosakoadd description of \N
2017-07-07 K.Kosakoadd test cases for \N
2017-07-07 K.Kosakoimplement \N
2017-07-07 K.Kosakodon't use utf-8#is_mbc_newline()
2017-07-06 K.Kosakosmall update for doc
2017-07-06 K.Kosakodefine node_new_enclosure_if_else()
2017-07-06 K.Kosakosmall update for doc
2017-07-06 K.Kosakoupdate doc/RE.ja
2017-07-06 K.Kosakoupdate doc/RE
2017-07-06 K.Kosakoadd test cases for \R
2017-07-06 K.Kosakoimplement \R
2017-07-06 K.Kosakodefine ONIG_SYN_OP2_ESC_CAPITAL_R_GENERAL_NEWLINE
2017-07-06 K.Kosakodefine ONIGENC_IS_UNICODE_ENCODING()
2017-07-06 K.Kosakoupdate doc/RE.ja
2017-07-06 K.Kosakoupdate doc/RE
2017-07-06 K.Kosakoadd test cases for if-else
2017-07-05 K.Kosakoadd ENCLOSURE_IF_ELSE case into onig_node_free()
2017-07-05 K.Kosakorename SET_NODE_TYPE() to NODE_SET_TYPE()
2017-07-05 K.Kosakoimplement ENCLOSURE_IF_ELSE in regcomp.c
2017-07-05 K.Kosakoimplement then part is empty case in if-else parsing
2017-07-05 K.Kosakoimplement compiling for if-else
2017-07-04 K.Kosakoimplement parsing part of if-else syntax
2017-07-04 K.Kosakorefactoring
2017-07-04 K.Kosakorename NSTRING to NODE_STRING
2017-07-04 K.Kosakoremove redundant codes
2017-07-04 K.Kosakorename USE_SUBEXP_CALL to USE_CALL
next