aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ash: suppress readonly1.tests false positive; add readonly0.testsDenys Vlasenko2017-07-214-4/+62
| * ash: improve set -x to quote strings as necessaryDenys Vlasenko2017-07-213-11/+94
| * config: deindent all help textsDenys Vlasenko2017-07-214-141/+141
| * shell: optional support for read -t N.NNN, closes 10101Denys Vlasenko2017-07-206-30/+93
| * ash: remove contradicting size info in config helpDenys Vlasenko2017-07-181-2/+1
| * hush: remove contradicting size info in config helpDenys Vlasenko2017-07-181-1/+1
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-183-3/+3
| * hush: tweak "help" outputDenys Vlasenko2017-07-181-2/+2
* | ash: allow for filename extension in find_commandRon Yorston2017-07-241-2/+9
* | Merge branch 'busybox' into mergeRon Yorston2017-07-1875-501/+1305
|\|
| * hush: fix readonly2.tests failureDenys Vlasenko2017-07-183-0/+13
| * hush: another testcase for "READONLY_VAR=VAL BLTIN ..."Denys Vlasenko2017-07-184-5/+27
| * hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax tooDenys Vlasenko2017-07-183-12/+33
| * hush: add readonly testcase, fix falloutDenys Vlasenko2017-07-183-9/+53
| * hush: convert exp/ro/local parameters to bitfields in one flag paramDenys Vlasenko2017-07-181-46/+35
| * hush: HUSH_READONLY depends on HUSHDenys Vlasenko2017-07-171-0/+1
| * hush: forgot to emit error on (failing) second "readonly VAR=VAL"Denys Vlasenko2017-07-171-3/+2
| * hush: smaller code in !READONLY configsDenys Vlasenko2017-07-171-4/+7
| * hush: implement "readonly" builtinDenys Vlasenko2017-07-171-36/+63
| * ash: more general format ${var:EXPR:EXPR}Denys Vlasenko2017-07-173-17/+73
| * ash: "you disabled math" is wrong: user did not disable it, builder of ash didDenys Vlasenko2017-07-171-1/+1
| * hush: small fix to last commitDenys Vlasenko2017-07-171-1/+1
| * hush: support ${VAR:N:-M}Denys Vlasenko2017-07-173-23/+72
| * shells: expand TODO comments, no code changesDenys Vlasenko2017-07-172-5/+27
| * hush: fix "cmd1 && cmd2 &" handling on NOMMUDenys Vlasenko2017-07-161-9/+13
| * shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"Denys Vlasenko2017-07-152-2/+0
| * hush: fix and_or_and_backgrounding.tests failureDenys Vlasenko2017-07-155-1/+71
| * ash: protect WIFSTOPPED use with #if JOBSJohannes Schindelin2017-07-151-3/+9
| * hush: make "wait %1" work even if the job is deadDenys Vlasenko2017-07-141-39/+52
| * hush: remove superfluous comparisonDenys Vlasenko2017-07-141-1/+1
| * hush: add support for "set -e"Denys Vlasenko2017-07-147-21/+96
| * hush: add TODO for "set -e"Denys Vlasenko2017-07-101-0/+17
| * hush: simplify insert_job_into_table() a bitDenys Vlasenko2017-07-101-15/+12
| * hush: rename a few functionsDenys Vlasenko2017-07-101-10/+10
| * hush: explain why wait5.tests is failingDenys Vlasenko2017-07-081-0/+13
| * hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko2017-07-075-5/+26
| * hush: fix two redirection testcase failuresDenys Vlasenko2017-07-073-68/+117
| * main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko2017-07-072-2/+2
| * shell: sync redir/* testsDenys Vlasenko2017-07-064-0/+22
| * ash: rename redir5.tests (hush has redir5.tests which is different)Denys Vlasenko2017-07-063-2/+2
| * hush: add a TODO about redir3.tests failureDenys Vlasenko2017-07-063-0/+12
| * hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different)Denys Vlasenko2017-07-062-0/+0
| * hush: Print error messages on shift -1Denys Vlasenko2017-07-064-2/+33
| * typo fixDenys Vlasenko2017-07-062-2/+2
| * hush: implement negative start in the ${v: -n[:m]} idiomDenys Vlasenko2017-07-065-2/+37
| * hush: "adopt" ash var-utf8-length.testsDenys Vlasenko2017-07-063-0/+7
| * hush: "adopt" ash signal4.testsDenys Vlasenko2017-07-063-1/+10
| * shell: remove duplicate sigint1.tests (another copies are in signals/)Denys Vlasenko2017-07-064-84/+0
| * hush: add tickquote1.tests from ash testsuiteDenys Vlasenko2017-07-063-1/+4
| * shell: syncronize ash and hush heredoc3.testsDenys Vlasenko2017-07-064-10/+31