summaryrefslogtreecommitdiffstats
path: root/exec.h
Commit message (Collapse)AuthorAgeFilesLines
* Add some documentation commentsTavian Barnes2019-02-091-0/+4
|
* exec: Don't allow anything between {} and +Tavian Barnes2017-07-291-3/+0
| | | | | | | | | 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.
* Re-license under the BSD Zero Clause LicenseTavian Barnes2017-07-271-10/+15
|
* Implement -D execTavian Barnes2017-05-091-3/+7
|
* exec: Interpret ARG_MAX corretly.Tavian Barnes2017-04-151-1/+6
| | | | Thanks to https://www.in-ulm.de/~mascheck/various/argmax/
* Implement -exec/-execdir ... +Tavian Barnes2017-04-151-0/+103