aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ash: eval: Fail immediately with redirections errors for simple commandDenys Vlasenko2020-02-201-16/+16
* ash: eval: Add assignment built-in support againDenys Vlasenko2020-02-201-85/+91
* ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bashDenys Vlasenko2020-02-181-6/+20
* ash: jobs: Only clear gotsigchld when waiting for everythingDenys Vlasenko2020-02-181-66/+56
* ash: jobs - Do not block when waiting on SIGCHLDDenys Vlasenko2020-02-181-11/+14
* ash: eval: Reap zombies after built-in commands and functionsDenys Vlasenko2020-02-181-16/+10
* ash: exec: Never rehash regular built-insDenys Vlasenko2020-02-171-3/+10
* ash: exec: Stricter pathopt parsingDenys Vlasenko2020-02-171-64/+104
* ash: exec: Do not allocate stack string in padvanceDenys Vlasenko2020-02-171-36/+38
* ash: memalloc: Add growstackto helperDenys Vlasenko2020-02-171-17/+12
* ash: parser: Save/restore here-documents in command substitutionDenys Vlasenko2020-02-171-9/+16
* ash: mkinit: Split reset into exitreset and resetDenys Vlasenko2020-02-171-7/+19
* ash: expand: Fix trailing newlines processing in backquote expandingDenys Vlasenko2020-02-171-1/+1
* ash: parser: Only accept single-digit parameter expansion outside of bracesDenys Vlasenko2020-02-171-1/+1
* ash: shell: Fix clang warnings about "string plus integer"Denys Vlasenko2020-02-161-1/+2
* ash: eval: Use the correct expansion mode for fd redirectionDenys Vlasenko2020-02-161-2/+1
* ash: expand: Fix skipping of command substitution when trimming in evalvarDenys Vlasenko2020-02-161-0/+2
* ash: main: Print \n upon EOF (CTRL-D) when run interactivelyDenys Vlasenko2020-02-161-1/+5
* ash: expand: Use HOME in tilde expansion when it is emptyDenys Vlasenko2020-02-161-1/+1
* ash: builtin: Mark more regular built-insDenys Vlasenko2020-02-161-4/+4
* ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpyDenys Vlasenko2020-02-161-8/+7
* ash: output: Fix fmtstr return valueDenys Vlasenko2020-02-161-1/+1
* ash: main: Only set savestatus in exitcmdDenys Vlasenko2020-02-161-7/+2
* ash: [BUILTIN] Exit without arguments in a trap should use status outside trapsDenys Vlasenko2020-02-161-13/+30
* ash: parser: Fix incorrect eating of backslash newlinesDenys Vlasenko2020-02-161-2/+8
* ash: use pgetc_eatbnl() in more places, take 2Denys Vlasenko2020-02-161-6/+6
* ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston2020-01-291-1/+18
* ash: improve expandstr()Ron Yorston2020-01-291-20/+21
* clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko2019-10-251-3/+3
* ash: add a FIXME commentDenys Vlasenko2019-09-051-1/+7
* ash: fix set -o to not show "nameless" optionsDenys Vlasenko2019-08-021-0/+2
* ash: only catch unexpected exceptions in PS1 expansionRon Yorston2019-07-311-0/+2
* ash,hush: show 'c' in $- if run in "sh -c CMD"Denys Vlasenko2019-06-031-20/+42
* ash: allocate line editing structure only if neededDenys Vlasenko2019-06-011-37/+70
* ash: catch error in arithmetic expansion in PS1Ron Yorston2019-04-191-12/+20
* ash: prevent error in backquotes in PS1 from exiting shellRon Yorston2019-04-191-1/+3
* ash: add bash-compatible EPOCH variablesRon Yorston2019-04-161-21/+56
* ash: an unset dynamic variable should not be dynamicRon Yorston2019-04-161-0/+4
* ash: distinguish 'wait -n' from other bashismsRon Yorston2019-04-021-7/+8
* ash: add "wait -n" bashismDenys Vlasenko2019-03-271-6/+47
* ash: eval: avoid leaking memory associated with redirections. Closes 7748Ron Yorston2019-02-251-10/+4
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* inetd: suppress aliasing warningDenys Vlasenko2018-12-081-1/+1
* suppress gcc 8 aliasing warningsDenys Vlasenko2018-12-081-1/+1
* hush: allow hush to run embedded scriptsRon Yorston2018-11-271-15/+1
* ash: reset tokpushback before prompting while parsing heredocChristoph Schulz2018-11-201-0/+1
* Treat custom and applet scripts as appletsRon Yorston2018-11-171-15/+4
* ash: ensure variables are fully initialised when unsetRon Yorston2018-11-161-3/+2
* ash: minor fixesRon Yorston2018-11-061-1/+5
* ash: fix thinko in last commitDenys Vlasenko2018-11-011-5/+1