aboutsummaryrefslogtreecommitdiff
path: root/regsub.c
Commit message (Collapse)AuthorAge
* Some minor style nits.nicm2020-04-09
|
* REG_STARTEND is not portable, but it turns out we don't actually neednicm2019-11-27
| | | | it. From Evan Green, GitHub issue 1982.
* Only substitute patterns starting with ^ once.nicm2019-11-24
|
* Fix how regex substitution works with empty matches.nicm2019-06-20
|
* Add regular expression support for the format search, match andnicm2019-06-13
substitute modifiers.