aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-19optimize look-behind by reducing upper range of quantifier for simple repetitiondevelopK.Kosako1-0/+46
2020-01-17check ONIG_SYN_VARIABLE_LEN_LOOK_BEHIND if ONIG_SYN_DIFFERENT_LEN_ALT_LOOK_BE...K.Kosako1-0/+3
2020-01-17add some test casesK.Kosako1-0/+6
2020-01-17add ONIG_SYN_VARIABLE_LEN_LOOK_BEHIND into Oniguruma and Java syntaxesK.Kosako2-2/+4
2020-01-17add ONIG_SYN_VARIABLE_LEN_LOOK_BEHINDK.Kosako2-3/+10
2020-01-17add some test casesK.Kosako1-0/+16
2020-01-17fix forgot to set zid in STACK_PUSH_WITH_ZID()K.Kosako1-0/+1
2020-01-17add some test casesK.Kosako1-4/+23
2020-01-17re-implement look-behind-not by using OP_STEP_BACK_START/NEXTK.Kosako1-2/+72
2020-01-17refactoringK.Kosako1-26/+45
2020-01-17re-implement look-behind by using OP_STEP_BACK_START/NEXTK.Kosako1-20/+106
2020-01-17fix invalid use of IS_INFINITE_REPEAT()K.Kosako1-3/+3
2020-01-17define OPSIZE_CHECK_POSITIONK.Kosako1-0/+1
2020-01-16change elements of AnchorNode from char_len to char_min/max_lenK.Kosako3-7/+10
2020-01-16don't use OP_LOOK_BEHIND_NOT_START/ENDK.Kosako1-5/+21
2020-01-16don't use OP_LOOK_BEHINDK.Kosako1-7/+19
2020-01-16refactoringK.Kosako1-1/+2
2020-01-16add UPDATE_VAR_RIGHT_RANGE_TO_SK.Kosako2-1/+5
2020-01-16remove OP_BEGION_POSITION, add OP_CHECK_POSITIONK.Kosako3-9/+38
2020-01-16add OP_STEP_BACK_NEXTK.Kosako2-0/+17
2020-01-16add OP_STEP_BACK_STARTK.Kosako2-2/+45
2020-01-16add some test casesK.Kosako1-0/+2
2020-01-16refactoringK.Kosako1-67/+69
2020-01-16refactoringK.Kosako1-72/+62
2020-01-15update year to 2020K.Kosako2-2/+2
2020-01-15add some test casesK.Kosako1-1/+9
2020-01-14rename ONIG_UNSUPPORT_PRINT to ONIG_NO_PRINT (#170)K.Kosako1-3/+3
2020-01-14rename ONIGURUMA_UNSUPPORTED_PRINT to ONIG_UNSUPPORT_PRINTK.Kosako1-3/+3
2020-01-14rename ONIGURUMA_SYS_UEFI to ONIG_NO_STANDARD_C_HEADERS (#170)K.Kosako4-7/+8
2020-01-14move xmemset, xmemcpy and xmemmove into ONIGURUMA_SYS_UEFIK.Kosako1-12/+15
2020-01-14enclose all inclusions of system header by ONIGURUMA_SYS_UEFI (#170)K.Kosako3-3/+10
2020-01-14replace stdlib.h to stddef.h in onigposix.hK.Kosako1-1/+1
2020-01-14remove include stdio.h from gb18030.cK.Kosako1-2/+12
2020-01-14move some includes from regexec.c to regint.hK.Kosako2-12/+25
2020-01-14move include stdarg.h positionK.Kosako2-2/+1
2020-01-14remove include malloc.h from st.cK.Kosako2-5/+1
2020-01-14remove direct include stdio.h by using NEED_TO_INCLUDE_STDIOK.Kosako6-18/+34
2020-01-14apply changes of source gperf filesK.Kosako2-36/+34
2020-01-14don't include <string.h> directlyK.Kosako2-4/+2
2020-01-14apply changes of make_unicode_fold_data.pyK.Kosako4-12/+8
2020-01-14remove include <string.h> from generated fold/unfold data filesK.Kosako1-3/+2
2020-01-14refactoringK.Kosako1-62/+58
2020-01-14change hash_table_type definitionK.Kosako2-16/+14
2020-01-14reduce ONIGURUMA_SYS_UEFI range by moving intptr_t and uintptr_t definitionK.Kosako1-6/+7
2020-01-14reduce ONIGURUMA_SYS_UEFI range by changing definition of hash_data_typeK.Kosako1-6/+5
2020-01-14fix compile errorK.Kosako1-1/+1
2020-01-14refactoring for removing ONIGURUMA_SYS_UEFIK.Kosako1-9/+3
2020-01-14add AC_CHECK_SIZEOF() for long long and void*K.Kosako1-0/+2
2020-01-14add all-test targetK.Kosako1-0/+1
2020-01-14add test_syntax target into Makefile.windowsK.Kosako1-1/+4