aboutsummaryrefslogtreecommitdiff
path: root/src/regint.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-24add retry limit counter overflow check in DEBUG modeK.Kosako1-1/+5
2024-06-15add new callout (*SKIP) #299K.Kosako1-1/+2
2023-05-01remove code scanning warnings: Irregular enum initializationK.Kosako1-3/+3
2022-08-30Initial MATCH_WHOLE_STRING ImplementationWill Speak1-0/+1
2022-05-03update yearK.Kosako1-1/+1
2022-04-02define USE_WHOLE_OPTIONSK.Kosako1-0/+1
2021-03-12changed the byte buffer definition positionK.Kosako1-76/+1
2021-02-22remove unused macro OPTON_RETRY_MATCH_CONDITION()K.Kosako1-3/+0
2021-02-21add OPTON_RETRY_MATCH_CONDITION() and OPTON_CALLBACK_EACH_MATCH()K.Kosako1-2/+5
2020-12-24refactoringK.Kosako1-1/+1
2020-12-04add ONIG_DEBUG_CALLK.Kosako1-2/+4
2020-11-24remove unused macro definitionK.Kosako1-2/+0
2020-11-12remove empty_status_mem from re_pattern_bufferK.Kosako1-1/+0
2020-11-12add empty_status_mem to empty_check_end operationK.Kosako1-0/+1
2020-09-25#208 UB#7 - UB#11: USE_STRICT_POINTER_COMPARISONK.Kosako1-0/+7
2020-09-25#208 UB#6: USE_STRICT_POINTER_ADDRESSK.Kosako1-0/+1
2020-08-27fix #204: define uint32_t and uint64_t for Visual Studio older than 2010K.Kosako1-1/+12
2020-07-21add USE_CHECK_VALIDITY_OF_STRING_IN_TREE (fix: Issue 24276 in oss-fuzz: Undef...K.Kosako1-0/+1
2020-07-12add output of subexp_call_countersK.Kosako1-0/+3
2020-07-01add ONIG_OPTION_NOT_END_STRING (#198)K.Kosako1-0/+1
2020-06-28add ONIG_OPTION_NOT_BEGIN_POSITION (#198)K.Kosako1-1/+2
2020-06-28add ONIG_OPTION_NOT_BEGIN_STRINGK.Kosako1-0/+1
2020-06-21disable ONIG_DEBUG_MATCH_COUNTERK.Kosako1-1/+1
2020-06-21add ONIG_DEBUG_MATCH_COUNTERK.Kosako1-1/+2
2020-06-15add subexp call limit in searchK.Kosako1-1/+2
2020-06-12fix: undefined USE_BACKREF_WITH_LEVEL caseK.Kosako1-0/+4
2020-05-27rename USE_POSIX_API_REGION_OPTION to USE_POSIX_APIK.Kosako1-1/+1
2020-05-19disable USE_POSIX_API_REGION_OPTION by defaultK.Kosako1-1/+3
2020-03-28change DEFAULT_SUBEXP_CALL_MAX_NEST_LEVEL to 20K.Kosako1-1/+1
2020-03-24add onig_get_subexp_call_max_nest_level() and onig_set_subexp_call_max_nest_l...K.Kosako1-1/+1
2020-02-21add clear flag in OP_UPDATE_VAR operationK.Kosako1-0/+1
2020-02-17restriction by maximum nesting level of subexp call (SUBEXP_CALL_MAX_NEST_LEVEL)K.Kosako1-0/+1
2020-02-13fix: #179 Fail to build under Linux X64 (use ONIG_INT_MAX instead of INT_MAX)K.Kosako1-0/+4
2020-02-13fix: #179 Fail to build under Linux X64K.Kosako1-1/+2
2020-02-13add retry-limit-in-searchK.Kosako1-0/+1
2020-02-12rename USE_RETRY_LIMIT_IN_MATCH to USE_RETRY_LIMITK.Kosako1-1/+1
2020-02-04fix: #177 Signed integer overflow in regenc.cK.Kosako1-2/+3
2020-01-23change OP_STEP_BACK to OP_MOVEK.Kosako1-4/+5
2020-01-22remove OP_LOOK_BEHIND, OP_LOOK_BEHIND_NOT_START and OP_LOOK_BEHIND_NOT_ENDK.Kosako1-6/+0
2020-01-22add comments for members of OperationK.Kosako1-3/+3
2020-01-22fix type of members in OperationK.Kosako1-3/+3
2020-01-22add OP_STEP_BACK opcodeK.Kosako1-0/+5
2020-01-20define OPSIZE_CHECK_POSITIONK.Kosako1-0/+1
2020-01-20add UPDATE_VAR_RIGHT_RANGE_TO_SK.Kosako1-1/+2
2020-01-20remove OP_BEGION_POSITION, add OP_CHECK_POSITIONK.Kosako1-1/+9
2020-01-20add OP_STEP_BACK_NEXTK.Kosako1-0/+2
2020-01-20add OP_STEP_BACK_STARTK.Kosako1-2/+9
2020-01-16refactoringK.Kosako1-72/+62
2020-01-14rename ONIGURUMA_SYS_UEFI to ONIG_NO_STANDARD_C_HEADERS (#170)K.Kosako1-4/+5
2020-01-14move xmemset, xmemcpy and xmemmove into ONIGURUMA_SYS_UEFIK.Kosako1-12/+15