summary refs log tree commit diff
path: root/src/exec.c (follow)
Commit message (Expand)AuthorAge
* dash: Stop this stat64 nonsenseJune McEnroe2022-01-21
* eval: Only restore exit status on exit/returnHerbert Xu2019-02-25
* eval: Add assignment built-in support againHerbert Xu2018-05-28
* exec: Never rehash regular built-insHerbert Xu2018-05-28
* exec: Stricter pathopt parsingHerbert Xu2018-05-28
* exec: Do not allocate stack string in padvanceHerbert Xu2018-05-28
* memalloc: Add growstackto helperHerbert Xu2018-05-28
* exec: Return 126 on most errors in shellexecHerbert Xu2018-05-28
* builtin: describe_command - fix incorrect pathHarald van Dijk2018-03-10
* [BUILTIN] Small optimisation of command -pv changeHerbert Xu2014-09-26
* [BUILTIN] command: allow combining -p with -vHarald van Dijk2014-09-26
* [SHELL] Improve LINENO supportHarald van Dijk2011-03-15
* [EVAL] Let funcnode refer to a function definition, not its first commandHarald van Dijk2011-03-15
* [SHELL] Port to SolarisBrian Koropoff2011-03-15
* [BUILTIN] Use EXEXIT in place of EXEXECJonathan Nieder2010-11-28
* [EXEC] Fixed _PATH_BSHELL warningHerbert Xu2008-05-03
* [EXEC] Fixed execing of scripts with no hash-bangHerbert Xu2007-10-15
* [REDIR] Remove redundant CLOEXEC callsHerbert Xu2007-05-12
* [BUILTIN] Fixed command -v segmentation faultHerbert Xu2006-10-22
* [SYSTEM] Added default implementation of bsearchHerbert Xu2005-10-29
* [BUILTIN] Stop using sysexits.h in commandcmdHerbert Xu2005-10-29
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* Removed some unnecessary inclusions of input.h.herbert2005-09-26
* Renamed error to sh_error.herbert2005-09-26
* Eliminated global exerrno.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26