aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-20shell: optional support for read -t N.NNN, closes 10101Denys Vlasenko
2017-07-18ash: remove contradicting size info in config helpDenys Vlasenko
2017-07-18hush: remove contradicting size info in config helpDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-18hush: tweak "help" outputDenys Vlasenko
2017-07-18hush: fix readonly2.tests failureDenys Vlasenko
2017-07-18hush: another testcase for "READONLY_VAR=VAL BLTIN ..."Denys Vlasenko
2017-07-18hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax tooDenys Vlasenko
2017-07-18hush: add readonly testcase, fix falloutDenys Vlasenko
2017-07-18hush: convert exp/ro/local parameters to bitfields in one flag paramDenys Vlasenko
2017-07-17hush: HUSH_READONLY depends on HUSHDenys Vlasenko
2017-07-17hush: forgot to emit error on (failing) second "readonly VAR=VAL"Denys Vlasenko
2017-07-17hush: smaller code in !READONLY configsDenys Vlasenko
2017-07-17hush: implement "readonly" builtinDenys Vlasenko
2017-07-17ash: more general format ${var:EXPR:EXPR}Denys Vlasenko
2017-07-17ash: "you disabled math" is wrong: user did not disable it, builder of ash didDenys Vlasenko
2017-07-17hush: small fix to last commitDenys Vlasenko
2017-07-17hush: support ${VAR:N:-M}Denys Vlasenko
2017-07-17shells: expand TODO comments, no code changesDenys Vlasenko
2017-07-16hush: fix "cmd1 && cmd2 &" handling on NOMMUDenys Vlasenko
2017-07-15shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"Denys Vlasenko
2017-07-15hush: fix and_or_and_backgrounding.tests failureDenys Vlasenko
2017-07-15ash: protect WIFSTOPPED use with #if JOBSJohannes Schindelin
2017-07-14hush: make "wait %1" work even if the job is deadDenys Vlasenko
2017-07-14hush: remove superfluous comparisonDenys Vlasenko
2017-07-14hush: add support for "set -e"Denys Vlasenko
2017-07-10hush: add TODO for "set -e"Denys Vlasenko
2017-07-10hush: simplify insert_job_into_table() a bitDenys Vlasenko
2017-07-10hush: rename a few functionsDenys Vlasenko
2017-07-08hush: explain why wait5.tests is failingDenys Vlasenko
2017-07-07hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko
2017-07-07hush: fix two redirection testcase failuresDenys Vlasenko
2017-07-07main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko
2017-07-06shell: sync redir/* testsDenys Vlasenko
2017-07-06ash: rename redir5.tests (hush has redir5.tests which is different)Denys Vlasenko
2017-07-06hush: add a TODO about redir3.tests failureDenys Vlasenko
2017-07-06hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different)Denys Vlasenko
2017-07-06hush: Print error messages on shift -1Denys Vlasenko
2017-07-06typo fixDenys Vlasenko
2017-07-06hush: implement negative start in the ${v: -n[:m]} idiomDenys Vlasenko
2017-07-06hush: "adopt" ash var-utf8-length.testsDenys Vlasenko
2017-07-06hush: "adopt" ash signal4.testsDenys Vlasenko
2017-07-06shell: remove duplicate sigint1.tests (another copies are in signals/)Denys Vlasenko
2017-07-06hush: add tickquote1.tests from ash testsuiteDenys Vlasenko
2017-07-06shell: syncronize ash and hush heredoc3.testsDenys Vlasenko
2017-07-06shell: syncronize ash and hush heredoc1.testsDenys Vlasenko
2017-07-06shell: syncronize ash_test/run-all and hush_test/run-all a bitDenys Vlasenko
2017-07-06hush: correctly handle quoting in "case" even if !BASH_PATTERN_SUBSTDenys Vlasenko
2017-07-05hush: fix quoted_punct.tests failureDenys Vlasenko