aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* hush: factor out %jobspec parsingDenys Vlasenko2016-11-071-11/+22
* hush: comment fixDenys Vlasenko2016-11-071-2/+2
* hush: do not allow sh -c '{ echo boo }'Denys Vlasenko2016-11-071-2/+4
* cpio: add ownership (-R) test casesAaro Koskinen2016-11-041-0/+24
* hush: case logic for setting $? was still wrongDenys Vlasenko2016-11-041-4/+12
* hush: non-matching "case" statement sets $? to 0Denys Vlasenko2016-11-041-0/+2
* hush: allow { cmd } to not be terminated by semicolon in some casesDenys Vlasenko2016-11-045-6/+58
* ash: fix "duplicate local" code (forgot to re-enable interrupts)Denys Vlasenko2016-11-041-3/+20
* comment and readme updatesDenys Vlasenko2016-11-042-1/+10
* su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko2016-11-036-25/+45
* loadfont: 32k size limit is not enoughDenys Vlasenko2016-11-031-2/+4
* ash: while (!got_sig) pause() is not reliable, use sigsuspend()Denys Vlasenko2016-11-031-5/+6
* man: remove -Tascii from nroff invocationDenys Vlasenko2016-10-311-2/+4
* man: make width selection more thorough; explain how to override itDenys Vlasenko2016-10-312-16/+44
* man: allow nroff and tbl commands be overridden; unmangle writing to filesDenys Vlasenko2016-10-301-25/+79
* ash: if using libc glob(), skip it if no metachars are in wordDenys Vlasenko2016-10-301-0/+15
* ash: fix bit-rotten debug infrastructureDenys Vlasenko2016-10-301-14/+7
* ash: make popfile() anfter popallfiles() safeDenys Vlasenko2016-10-301-2/+5
* hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko2016-10-281-4/+14
* hush: fix "wait PID"Denys Vlasenko2016-10-287-174/+246
* ash: use pause(), not sigsuspend(), in wait builtinDenys Vlasenko2016-10-281-26/+31
* ash: fix interactive "command eval STRING" exiting on errors.Denys Vlasenko2016-10-283-1/+33
* ash: [JOBS] Fix dowait signal raceDenys Vlasenko2016-10-271-13/+70
* ash: [SIGNAL] Remove EXSIGDenys Vlasenko2016-10-271-64/+23
* ash: open-code blocking_dowait_with_raise_on_sig()Denys Vlasenko2016-10-271-18/+7
* ash: return to DOWAIT_* constants similar to dash, no logic changesDenys Vlasenko2016-10-271-11/+16
* ash: delete leftovers from "simplify EOF/newline handling in list parser" commitDenys Vlasenko2016-10-271-4/+0
* ash: [EXPAND] Fix ifsfirst/ifslastp leakDenys Vlasenko2016-10-271-9/+20
* ash: move ifsbreakup() and ifsfree() upDenys Vlasenko2016-10-271-110/+110
* ash: partially sync with dash on "fork if traps are set" logicDenys Vlasenko2016-10-271-5/+6
* ash: [SHELL] Expand ENV before using itDenys Vlasenko2016-10-272-10/+8
* ash: comment tweaks, no code changesDenys Vlasenko2016-10-271-7/+12
* ash: optimize tryexec(): avoid one allocationDenys Vlasenko2016-10-261-20/+11
* ash: [CD] Lookup PWD after going through CDPATHDenys Vlasenko2016-10-261-10/+10
* ash: [MEMALLOC] Made grabstackblock an inline wrapper for stallocDenys Vlasenko2016-10-261-4/+2
* ash: [VAR] Remove setvarsafeDenys Vlasenko2016-10-261-50/+20
* ash: use shellparam.optind/optoff in getopts() directly, not through pointersDenys Vlasenko2016-10-261-12/+14
* ash: [PARSER] Size optimisations in parameter expansion parserDenys Vlasenko2016-10-261-10/+7
* ash: [PARSER] Recognise here-doc delimiters terminated by EOFDenys Vlasenko2016-10-269-3/+29
* ash: [PARSER] Fix parsing of ${##1}Denys Vlasenko2016-10-265-10/+38
* ash: [REDIR] Remove redundant CLOEXEC callsDenys Vlasenko2016-10-261-13/+4
* ash: [REDIR] Replace copyfd by savefd and use dup2 elsewhereDenys Vlasenko2016-10-261-27/+31
* typo fixesDenys Vlasenko2016-10-262-4/+4
* ash: [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1Denys Vlasenko2016-10-261-3/+1
* ash: [PARSER] Report substition errors at expansion timeDenys Vlasenko2016-10-261-9/+12
* ash: [REDIR] Move null redirect checks into callerDenys Vlasenko2016-10-251-15/+6
* ash: [PARSER] Do not show prompts in expandstrDenys Vlasenko2016-10-251-0/+6
* ash: [EXPAND] Removed herefd hackDenys Vlasenko2016-10-251-39/+22
* ash: [SHELL] Move flushall to the point just before _exitDenys Vlasenko2016-10-251-1/+1
* ash: [EVAL] Let funcnode refer to a function definition, not its first commandDenys Vlasenko2016-10-251-4/+4