summaryrefslogtreecommitdiffstats
path: root/exec.h
AgeCommit message (Collapse)Author
2019-02-09Add some documentation commentsTavian Barnes
2017-07-29exec: Don't allow anything between {} and +Tavian Barnes
POSIX explicitly forbids this extension: > Only a <plus-sign> that immediately follows an argument containing > only the two characters "{}" shall punctuate the end of the primary > expression. Other uses of the <plus-sign> shall not be treated as > special.
2017-07-27Re-license under the BSD Zero Clause LicenseTavian Barnes
2017-05-09Implement -D execTavian Barnes
2017-04-15exec: Interpret ARG_MAX corretly.Tavian Barnes
Thanks to https://www.in-ulm.de/~mascheck/various/argmax/
2017-04-15Implement -exec/-execdir ... +Tavian Barnes