aboutsummaryrefslogtreecommitdiff
path: root/regex.h
AgeCommit message (Expand)AuthorFilesLines
2026-06-27re_free() and re_error() have also been renamed to tere_free() and tere_error...Robin Haberkorn1-2/+2
2026-06-27implemented REG_ANCHORED execution flagRobin Haberkorn1-1/+2
2026-06-27renamed re_comp() to tere_comp() and re_exec() to tere_exec()Robin Haberkorn1-4/+4
2026-06-27REG_RAW is a pure re_comp() flag nowRobin Haberkorn1-1/+1
2026-06-26allow raw (ASCII) matching via REG_RAW flag, so we no longer need a compile-t...Robin Haberkorn1-8/+2
2026-06-21Unicode builds now expect UTF-8 stringsRobin Haberkorn1-4/+5
2014-12-26importGary Houston1-0/+336