aboutsummaryrefslogtreecommitdiff
path: root/regc_lex.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-27implemented REG_ANCHORED execution flagRobin Haberkorn1-0/+1
2026-06-26allow raw (ASCII) matching via REG_RAW flag, so we no longer need a compile-t...Robin Haberkorn1-14/+14
2026-06-21fixed some warnings when building with `-Wall`Robin Haberkorn1-0/+2
2026-06-21Unicode builds now expect UTF-8 stringsRobin Haberkorn1-12/+28
2014-12-26importGary Houston1-0/+1185