projects
/
onig
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
onig
2017-07-19
K.Kosako
re-implement absent node-tree for cases that generator...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-19
K.Kosako
small fix for doc/RE.ja
commit
|
commitdiff
|
tree
|
snapshot
2017-07-18
K.Kosako
refactoring
commit
|
commitdiff
|
tree
|
snapshot
2017-07-18
K.Kosako
change STACK_POP_LEVEL_XXX from symbol to enum
commit
|
commitdiff
|
tree
|
snapshot
2017-07-18
K.Kosako
inhibit NODE_CALL in generators
commit
|
commitdiff
|
tree
|
snapshot
2017-07-18
K.Kosako
use right_range_index for restore right_range value
commit
|
commitdiff
|
tree
|
snapshot
2017-07-18
K.Kosako
rename NODE_STR to NODE_STRING
commit
|
commitdiff
|
tree
|
snapshot
2017-07-17
K.Kosako
refactoring
commit
|
commitdiff
|
tree
|
snapshot
2017-07-17
K.Kosako
update doc/RE about default generator of absent group
commit
|
commitdiff
|
tree
|
snapshot
2017-07-17
K.Kosako
fix test cases following to spec. change
commit
|
commitdiff
|
tree
|
snapshot
2017-07-17
K.Kosako
change thee default generator of absent group from...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-17
K.Kosako
define and use INFINITE_LEN
commit
|
commitdiff
|
tree
|
snapshot
2017-07-17
K.Kosako
small fix in get_min_len()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-15
K.Kosako
fix test case strings
commit
|
commitdiff
|
tree
|
snapshot
2017-07-15
K.Kosako
small fix of doc/RE.ja
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
K.Kosako
add new feature description of 6.5.0 into README.md
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
K.Kosako
fix #65 : SIZEOF_SIZE_T doesn't exist on certain archit...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
K.Kosako
update doc/RE for absent group
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
K.Kosako
add test cases for absent group
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
K.Kosako
change interface of make_fail_with_something() to be...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
K.Kosako
absents nodes should not be removed even if it replaced...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
K.Kosako
fix amemory leak
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
K.Kosako
add test cases
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
K.Kosako
add test cases for default generator of absent group
commit
|
commitdiff
|
tree
|
snapshot
2017-07-14
K.Kosako
change default generator of absent group from \O* to .*
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
K.Kosako
add test cases for absent group
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
K.Kosako
optimize by moving update_var to the out side of repeat...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
K.Kosako
fix a memory leak
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
K.Kosako
support possessive generator for absent group
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
K.Kosako
fix make_absent_group_tree() to check generator node...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
K.Kosako
add ONIGERR_INVALID_ABSENT_GROUP_PATTERN and ONIGERR_IN...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
K.Kosako
implement absent group with generator
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
K.Kosako
support generator in make_absent_group_tree()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
K.Kosako
small update doc/RE
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
K.Kosako
don't free input nodes for error cases in make_list...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
K.Kosako
check min-len of absent pattern
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
K.Kosako
add onig_get_tiny_min_len()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-13
K.Kosako
default generator lower should be 0
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
K.Kosako
fix invalid save value
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
K.Kosako
clear debug status
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
K.Kosako
implement absent group
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
K.Kosako
update for ONIG_DEBUG_PARSE_TREE
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
K.Kosako
define make_absent_group_tree()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
K.Kosako
add node_new_update_var_gimmick()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
K.Kosako
implement UPDATE_VAR_RIGHT_RANGE_SPREV
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
K.Kosako
implement UPDATE_VAR_RIGHT_RANGE_FROM_STACK_LAST
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
K.Kosako
reimplement node_new_keep()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
K.Kosako
add node_new_save_gimmick()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
K.Kosako
re-define right_range variable in match_at()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
K.Kosako
add GIMMICK_FAIL
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
K.Kosako
define ONIG_SYN_OP2_QMARK_TILDE_ABSENT_GROUP
commit
|
commitdiff
|
tree
|
snapshot
2017-07-12
K.Kosako
update doc/RE
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
refactoring
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
refactoring
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
renumber stack types
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
refactoring
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
refactoring
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
rename OnigStackIndex to StackIndex
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
move OnigStackIndex into regexec.c
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
update doc/RE about \O
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
add test cases for \O
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
implement \O
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
rename ONIG_SYN_OP2_ESC_CAPITAL_N_NO_NEWLINE to ONIG_SY...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
refer CTYPE_OPTION() for anychar compiling
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
add node_new_anychar_with_fixed_option()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
add NST_FIXED_OPTION
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
add test cases for \N
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
define node_new_anychar()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
refactoring
commit
|
commitdiff
|
tree
|
snapshot
2017-07-11
K.Kosako
refactoring
commit
|
commitdiff
|
tree
|
snapshot
2017-07-10
K.Kosako
rename OP_BACKREFN and OP_BACKREFN_IC
commit
|
commitdiff
|
tree
|
snapshot
2017-07-10
K.Kosako
update doc/RE
commit
|
commitdiff
|
tree
|
snapshot
2017-07-10
K.Kosako
add test cases for \K
commit
|
commitdiff
|
tree
|
snapshot
2017-07-10
K.Kosako
implement \K
commit
|
commitdiff
|
tree
|
snapshot
2017-07-10
K.Kosako
add opcode OP_PUSH_SAVE_VAL and OP_UPDATE_VAR
commit
|
commitdiff
|
tree
|
snapshot
2017-07-10
K.Kosako
implement parsing part of \K
commit
|
commitdiff
|
tree
|
snapshot
2017-07-10
K.Kosako
add NODE_GIMMICK
commit
|
commitdiff
|
tree
|
snapshot
2017-07-10
K.Kosako
move OnigStackType into regexec.c and rename to StackType
commit
|
commitdiff
|
tree
|
snapshot
2017-07-10
K.Kosako
add a description of fixed security issues
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
K.Kosako
small fix for doc/RE
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
K.Kosako
define REG_EXTP()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
K.Kosako
small update doc/RE
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
K.Kosako
small changes for test pattern
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
K.Kosako
small update for doc/RE
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
K.Kosako
rename ONOFF() to OPTION_NEGATE()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
K.Kosako
define OPTION_ON/OFF
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
K.Kosako
add description of \N
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
K.Kosako
add test cases for \N
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
K.Kosako
implement \N
commit
|
commitdiff
|
tree
|
snapshot
2017-07-07
K.Kosako
don't use utf-8#is_mbc_newline()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
K.Kosako
small update for doc
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
K.Kosako
define node_new_enclosure_if_else()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
K.Kosako
small update for doc
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
K.Kosako
update doc/RE.ja
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
K.Kosako
update doc/RE
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
K.Kosako
add test cases for \R
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
K.Kosako
implement \R
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
K.Kosako
define ONIG_SYN_OP2_ESC_CAPITAL_R_GENERAL_NEWLINE
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
K.Kosako
define ONIGENC_IS_UNICODE_ENCODING()
commit
|
commitdiff
|
tree
|
snapshot
2017-07-06
K.Kosako
update doc/RE.ja
commit
|
commitdiff
|
tree
|
snapshot
next