aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
AgeCommit message (Expand)Author
2020-02-17ash: parser: Save/restore here-documents in command substitutionDenys Vlasenko
2020-02-17ash: mkinit: Split reset into exitreset and resetDenys Vlasenko
2020-02-17ash: expand: Fix trailing newlines processing in backquote expandingDenys Vlasenko
2020-02-17ash: parser: Only accept single-digit parameter expansion outside of bracesDenys Vlasenko
2020-02-16ash: shell: Fix clang warnings about "string plus integer"Denys Vlasenko
2020-02-16ash: eval: Use the correct expansion mode for fd redirectionDenys Vlasenko
2020-02-16ash: expand: Fix skipping of command substitution when trimming in evalvarDenys Vlasenko
2020-02-16ash: main: Print \n upon EOF (CTRL-D) when run interactivelyDenys Vlasenko
2020-02-16ash: expand: Use HOME in tilde expansion when it is emptyDenys Vlasenko
2020-02-16ash: builtin: Mark more regular built-insDenys Vlasenko
2020-02-16ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpyDenys Vlasenko
2020-02-16ash: output: Fix fmtstr return valueDenys Vlasenko
2020-02-16ash: main: Only set savestatus in exitcmdDenys Vlasenko
2020-02-16ash: [BUILTIN] Exit without arguments in a trap should use status outside trapsDenys Vlasenko
2020-02-16ash: parser: Fix incorrect eating of backslash newlinesDenys Vlasenko
2020-02-16ash: use pgetc_eatbnl() in more places, take 2Denys Vlasenko
2020-01-29ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston
2020-01-29ash: improve expandstr()Ron Yorston
2019-10-25clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko
2019-09-05ash: add a FIXME commentDenys Vlasenko
2019-08-02ash: fix set -o to not show "nameless" optionsDenys Vlasenko
2019-07-31ash: only catch unexpected exceptions in PS1 expansionRon Yorston
2019-06-03ash,hush: show 'c' in $- if run in "sh -c CMD"Denys Vlasenko
2019-06-01ash: allocate line editing structure only if neededDenys Vlasenko
2019-04-19ash: catch error in arithmetic expansion in PS1Ron Yorston
2019-04-19ash: prevent error in backquotes in PS1 from exiting shellRon Yorston
2019-04-16ash: add bash-compatible EPOCH variablesRon Yorston
2019-04-16ash: an unset dynamic variable should not be dynamicRon Yorston
2019-04-02ash: distinguish 'wait -n' from other bashismsRon Yorston
2019-03-27ash: add "wait -n" bashismDenys Vlasenko
2019-02-25ash: eval: avoid leaking memory associated with redirections. Closes 7748Ron Yorston
2018-12-28config: update size informationDenys Vlasenko
2018-12-08inetd: suppress aliasing warningDenys Vlasenko
2018-12-08suppress gcc 8 aliasing warningsDenys Vlasenko
2018-11-27hush: allow hush to run embedded scriptsRon Yorston
2018-11-20ash: reset tokpushback before prompting while parsing heredocChristoph Schulz
2018-11-17Treat custom and applet scripts as appletsRon Yorston
2018-11-16ash: ensure variables are fully initialised when unsetRon Yorston
2018-11-06ash: minor fixesRon Yorston
2018-11-01ash: fix thinko in last commitDenys Vlasenko
2018-11-01ash: in tryexec(), ensure we don't try to run embedded scripts as appletsRon Yorston
2018-11-01ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston
2018-11-01claenups for previous commitDenys Vlasenko
2018-11-01ash: allow shell scripts to be embedded in the binaryDenys Vlasenko
2018-08-07ash: expand: Do not quote backslashes in unquoted parameter expansionDenys Vlasenko
2018-08-05ash: exec: Return 126 on most errors in shellexecDenys Vlasenko
2018-08-05ash: eval: Restore input files in evalcommandDenys Vlasenko
2018-08-05ash: parser: Fix parsing of ${}Denys Vlasenko
2018-08-05ash,hush: fold shell_builtin_read() way-too-many params into a struct paramDenys Vlasenko
2018-08-05ash: expand: Fix ghost fields with unquoted $@/$*Denys Vlasenko