aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-06-29added my copyright to all touched filesRobin Haberkorn12-0/+12
2026-06-27re_free() and re_error() have also been renamed to tere_free() and tere_error...Robin Haberkorn4-6/+8
2026-06-27fixup REG_ANCHORED: the checks have to be in shortest()Robin Haberkorn3-8/+16
2026-06-27implemented REG_ANCHORED execution flagRobin Haberkorn5-48/+80
2026-06-27renamed re_comp() to tere_comp() and re_exec() to tere_exec()Robin Haberkorn4-9/+11
2026-06-27Added more Autotools build artefacts to .gitignoreRobin Haberkorn1-0/+7
2026-06-27REG_RAW is a pure re_comp() flag nowRobin Haberkorn4-6/+6
2026-06-26added new project READMERobin Haberkorn2-8/+49
2026-06-26allow raw (ASCII) matching via REG_RAW flag, so we no longer need a compile-t...Robin Haberkorn11-157/+193
2026-06-21added Automake fileRobin Haberkorn1-0/+11
2026-06-21renamed hsrex to terexRobin Haberkorn3-14/+15
2026-06-21fixed some warnings when building with `-Wall`Robin Haberkorn3-10/+14
2026-06-21Unicode builds now expect UTF-8 stringsRobin Haberkorn15-443/+252
2026-06-21added .gitignoreRobin Haberkorn1-0/+2
2014-12-26importGary Houston21-0/+11628