summaryrefslogtreecommitdiffstats
path: root/regsub.c
AgeCommit message (Expand)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
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