summaryrefslogtreecommitdiffstats
path: root/regsub.c
AgeCommit message (Collapse)Author
2023-06-30Change a few types to fix warnings, from Thomas Klausner.nicm
2020-04-09Some minor style nits.nicm
2019-11-27REG_STARTEND is not portable, but it turns out we don't actually neednicm
it. From Evan Green, GitHub issue 1982.
2019-11-24Only substitute patterns starting with ^ once.nicm
2019-06-20Fix how regex substitution works with empty matches.nicm
2019-06-13Add regular expression support for the format search, match andnicm
substitute modifiers.