summaryrefslogtreecommitdiffstats
path: root/exec.h
AgeCommit message (Collapse)Author
2020-10-06exec: Adjust some calling conventionsTavian Barnes
2020-09-27Rename struct cmdline to bfs_ctxTavian Barnes
The API remains similar, with some added accessor functions for lazy initialization of the pwcache and mtab.
2020-03-15exec: Warn if a command dies abnormallyTavian Barnes
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