aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Post-merge fixesRon Yorston2016-10-201-3/+3
* Merge "ash testsuite: fix false positives"Ron Yorston2016-10-192-2/+2
|\
| * ash testsuite: fix false positivesDenys Vlasenko2016-10-072-2/+2
| * ash: get rid of two global data variablesDenys Vlasenko2016-10-071-51/+48
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-19358-1183/+3823
|\|
| * ash: comment out free(p) just before _exit, tweak some outdated commentsDenys Vlasenko2016-10-071-16/+5
| * hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko2016-10-031-0/+9
| * hush: fix a memory corruption when exported variable is modifiedDenys Vlasenko2016-10-031-7/+19
| * hush: fix exitcode on exec failure with EACCES - should be 126Denys Vlasenko2016-10-031-1/+5
| * sh testsuite: add tests for exitcode on failure to execDenys Vlasenko2016-10-038-0/+16
| * shell: delete all msh testsDenys Vlasenko2016-10-0347-356/+0
| * hush testsuite: fix another false positiveDenys Vlasenko2016-10-032-2/+1
| * hust testsuite: fix a false positiveDenys Vlasenko2016-10-031-1/+1
| * ash testsuite: add most of hust tests which pass for ashDenys Vlasenko2016-10-03103-0/+795
| * ash: [PARSER] Add nlprompt/nlnoprompt helpersDenys Vlasenko2016-10-021-19/+23
| * whitespace fixesDenys Vlasenko2016-10-022-2/+2
| * hush: add var4.tests, var5.testsDenys Vlasenko2016-10-024-0/+22
| * hush: fix var3.testsDenys Vlasenko2016-10-024-206/+214
| * sh: do not print empty line at the end of "help" outputDenys Vlasenko2016-10-022-2/+1
| * sh testsuite: sync ash-redir/ and hush-redir/Denys Vlasenko2016-10-0218-114/+313
| * sh testsuite: sync ash-misc/source* and hush-misc/source*Denys Vlasenko2016-10-0210-27/+50
| * sh testsuite: sync ash-vars/ and hush-vars/Denys Vlasenko2016-10-0211-20/+39
| * ash testsuite: update some of variable tests with newer versions from hushDenys Vlasenko2016-10-026-25/+156
| * sh testsuite: create hush-redir/* and move files aroundDenys Vlasenko2016-10-0230-0/+143
| * sh testsuite: create hush-heredoc/* and move files aroundDenys Vlasenko2016-10-0216-0/+30
| * hush testsuite: add many tests from ash testsuiteDenys Vlasenko2016-10-0234-3/+254
| * ash: undo "tokname hack"Denys Vlasenko2016-10-021-41/+83
| * ash: placate gcc: "warning: ! is only applied to the left hand side of =="Denys Vlasenko2016-10-021-1/+1
| * hush testsuite: add glob_dir.testsDenys Vlasenko2016-10-023-1/+45
| * ash: fix globbing bugs when using glibc glob()Denys Vlasenko2016-10-023-7/+66
| * ash: style fixesDenys Vlasenko2016-10-021-8/+16
| * ash: support "--" in "source" builtinDenys Vlasenko2016-10-021-12/+18
| * ash: expand: Fixed "$@" expansion when EXP_FULL is falseDenys Vlasenko2016-10-025-15/+87
| * test: memory leak: free group id listDenys Vlasenko2016-10-021-7/+5
| * ash,hush: add a test that "continue" does not cripple trapsDenys Vlasenko2016-10-014-0/+16
| * ash: fix return_in_trap1.tests failureDenys Vlasenko2016-10-011-23/+28
| * ash testsuite: add return_in_trap1.testsDenys Vlasenko2016-10-0122-0/+22
| * hush: 'return' should have effect earlierDenys Vlasenko2016-10-013-14/+42
| * ash: [EXPAND] Optimise nulonly away and just use quoted as beforeDenys Vlasenko2016-10-011-12/+11
| * ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIMDenys Vlasenko2016-10-019-30/+88
| * ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but emptyDenys Vlasenko2016-10-015-5/+101
| * hush: add func6.testsDenys Vlasenko2016-10-012-0/+13
| * ash: fix "return N" not setting $? in loop conditionalsDenys Vlasenko2016-10-013-27/+42
| * ash testsuite: remove two more inadvertent bashismsDenys Vlasenko2016-10-012-7/+7
| * ash testsuite: remove two inadvertent bashismsDenys Vlasenko2016-10-012-3/+5
| * ash: [ERROR] Set exitstatus in onintDenys Vlasenko2016-10-011-6/+9
| * ash: [EVAL] Revert SKIPEVAL into EXEXITDenys Vlasenko2016-10-011-14/+6
| * ash: [EVAL] Pass EV_TESTED into evalcmdDenys Vlasenko2016-10-011-14/+19
| * ash: fix a thinko in the last commitDenys Vlasenko2016-10-011-1/+1
| * ash: make internal globbing code selectable from configDenys Vlasenko2016-10-011-32/+50