aboutsummaryrefslogtreecommitdiff
path: root/regexec.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-27fixup REG_ANCHORED: the checks have to be in shortest()Robin Haberkorn1-6/+0
2026-06-27implemented REG_ANCHORED execution flagRobin Haberkorn1-0/+6
2026-06-27REG_RAW is a pure re_comp() flag nowRobin Haberkorn1-3/+3
2026-06-26allow raw (ASCII) matching via REG_RAW flag, so we no longer need a compile-t...Robin Haberkorn1-17/+19
2026-06-21Unicode builds now expect UTF-8 stringsRobin Haberkorn1-4/+50
2014-12-26importGary Houston1-0/+1215