Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
github.com
kkos
oniguruma
Commits
oniguruma
Jan 18, 2020
optimize look-behind by reducing upper range of quantifier for simple repetition
· c27eba57
K.Kosako
authored
Jan 19, 2020
c27eba57
Jan 17, 2020
check ONIG_SYN_VARIABLE_LEN_LOOK_BEHIND if ONIG_SYN_DIFFERENT_LEN_ALT_LOOK_BEHIND is disabled case
· c4522d77
K.Kosako
authored
Jan 17, 2020
c4522d77
add some test cases
· ad66449e
K.Kosako
authored
Jan 17, 2020
ad66449e
add ONIG_SYN_VARIABLE_LEN_LOOK_BEHIND into Oniguruma and Java syntaxes
· 3bc7187f
K.Kosako
authored
Jan 17, 2020
3bc7187f
add ONIG_SYN_VARIABLE_LEN_LOOK_BEHIND
· 6e0a3da2
K.Kosako
authored
Jan 17, 2020
6e0a3da2
add some test cases
· bd118e1a
K.Kosako
authored
Jan 17, 2020
bd118e1a
fix forgot to set zid in STACK_PUSH_WITH_ZID()
· fd950a2d
K.Kosako
authored
Jan 17, 2020
fd950a2d
add some test cases
· 93aebcca
K.Kosako
authored
Jan 17, 2020
93aebcca
re-implement look-behind-not by using OP_STEP_BACK_START/NEXT
· 03a9fe56
K.Kosako
authored
Jan 17, 2020
03a9fe56
refactoring
· 2b52c901
K.Kosako
authored
Jan 17, 2020
2b52c901
re-implement look-behind by using OP_STEP_BACK_START/NEXT
· ad08ed96
K.Kosako
authored
Jan 17, 2020
ad08ed96
fix invalid use of IS_INFINITE_REPEAT()
· 94c7f418
K.Kosako
authored
Jan 17, 2020
94c7f418
define OPSIZE_CHECK_POSITION
· 916b8e2d
K.Kosako
authored
Jan 17, 2020
916b8e2d
Jan 16, 2020
change elements of AnchorNode from char_len to char_min/max_len
· 593fada1
K.Kosako
authored
Jan 16, 2020
593fada1
don't use OP_LOOK_BEHIND_NOT_START/END
· 8f522163
K.Kosako
authored
Jan 16, 2020
8f522163
don't use OP_LOOK_BEHIND
· 873cb12e
K.Kosako
authored
Jan 16, 2020
873cb12e
refactoring
· 366f4984
K.Kosako
authored
Jan 16, 2020
366f4984
add UPDATE_VAR_RIGHT_RANGE_TO_S
· 155ab880
K.Kosako
authored
Jan 16, 2020
155ab880
remove OP_BEGION_POSITION, add OP_CHECK_POSITION
· 5b8175b3
K.Kosako
authored
Jan 16, 2020
5b8175b3
add OP_STEP_BACK_NEXT
· f511f4a8
K.Kosako
authored
Jan 16, 2020
f511f4a8
add OP_STEP_BACK_START
· ad54286e
K.Kosako
authored
Jan 16, 2020
ad54286e
add some test cases
· 413127c3
K.Kosako
authored
Jan 16, 2020
413127c3
refactoring
· a679d809
K.Kosako
authored
Jan 16, 2020
a679d809
refactoring
· 85f7f542
K.Kosako
authored
Jan 16, 2020
85f7f542
Jan 15, 2020
update year to 2020
· 97444856
K.Kosako
authored
Jan 15, 2020
97444856
add some test cases
· c83cbd98
K.Kosako
authored
Jan 15, 2020
c83cbd98
Jan 14, 2020
rename ONIG_UNSUPPORT_PRINT to ONIG_NO_PRINT (#170)
· 3ce3092d
K.Kosako
authored
Jan 14, 2020
3ce3092d
rename ONIGURUMA_UNSUPPORTED_PRINT to ONIG_UNSUPPORT_PRINT
· 7c09bd60
K.Kosako
authored
Jan 14, 2020
7c09bd60
rename ONIGURUMA_SYS_UEFI to ONIG_NO_STANDARD_C_HEADERS (#170)
· 0789858a
K.Kosako
authored
Jan 14, 2020
0789858a
move xmemset, xmemcpy and xmemmove into ONIGURUMA_SYS_UEFI
· a4adc56f
K.Kosako
authored
Jan 14, 2020
a4adc56f
enclose all inclusions of system header by ONIGURUMA_SYS_UEFI (#170)
· 59fcf45f
K.Kosako
authored
Jan 14, 2020
59fcf45f
replace stdlib.h to stddef.h in onigposix.h
· 781f9e80
K.Kosako
authored
Jan 14, 2020
781f9e80
remove include stdio.h from gb18030.c
· ffa0c01f
K.Kosako
authored
Jan 14, 2020
ffa0c01f
move some includes from regexec.c to regint.h
· 0043c329
K.Kosako
authored
Jan 14, 2020
0043c329
move include stdarg.h position
· fed48b37
K.Kosako
authored
Jan 14, 2020
fed48b37
remove include malloc.h from st.c
· 96de9878
K.Kosako
authored
Jan 14, 2020
96de9878
remove direct include stdio.h by using NEED_TO_INCLUDE_STDIO
· c0457e97
K.Kosako
authored
Jan 14, 2020
c0457e97
apply changes of source gperf files
· 71962a83
K.Kosako
authored
Jan 14, 2020
71962a83
don't include <string.h> directly
· 99f4cb7f
K.Kosako
authored
Jan 14, 2020
99f4cb7f
apply changes of make_unicode_fold_data.py
· 7b94a118
K.Kosako
authored
Jan 14, 2020
7b94a118