summary refs log tree commit diff
path: root/src/eval.c (follow)
Commit message (Expand)AuthorAge
...
* Renamed error to sh_error.herbert2005-09-26
* Only set skipcount for break and continue.herbert2005-09-26
* Update funcnest atomically.herbert2005-09-26
* Replaced EXEVAL with SKIPEVAL.herbert2005-09-26
* Do not clobber exit status on EXEVAL.herbert2005-09-26
* Catch set -e exits within built-in commands.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26
p;follow=1'>expand: Fix ghost fields with unquoted $@/$*Herbert Xu 2018-04-02parser: Allow newlines within parameter substitutionHerbert Xu 2018-04-02expand: Fix bugs with words connected to the right of $@Herbert Xu 2018-03-25Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"Herbert Xu 2018-03-22parser: Fix backquote support in here-document EOF markHerbert Xu