aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2016-10-03hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko
2016-10-03hush: fix a memory corruption when exported variable is modifiedDenys Vlasenko
2016-10-03hush: fix exitcode on exec failure with EACCES - should be 126Denys Vlasenko
2016-10-03sh testsuite: add tests for exitcode on failure to execDenys Vlasenko
2016-10-03shell: delete all msh testsDenys Vlasenko
2016-10-03hush testsuite: fix another false positiveDenys Vlasenko
2016-10-03hust testsuite: fix a false positiveDenys Vlasenko
2016-10-03ash testsuite: add most of hust tests which pass for ashDenys Vlasenko
2016-10-02ash: [PARSER] Add nlprompt/nlnoprompt helpersDenys Vlasenko
2016-10-02whitespace fixesDenys Vlasenko
2016-10-02hush: add var4.tests, var5.testsDenys Vlasenko
2016-10-02hush: fix var3.testsDenys Vlasenko
2016-10-02sh: do not print empty line at the end of "help" outputDenys Vlasenko
2016-10-02sh testsuite: sync ash-redir/ and hush-redir/Denys Vlasenko
2016-10-02sh testsuite: sync ash-misc/source* and hush-misc/source*Denys Vlasenko
2016-10-02sh testsuite: sync ash-vars/ and hush-vars/Denys Vlasenko
2016-10-02ash testsuite: update some of variable tests with newer versions from hushDenys Vlasenko
2016-10-02sh testsuite: create hush-redir/* and move files aroundDenys Vlasenko
2016-10-02sh testsuite: create hush-heredoc/* and move files aroundDenys Vlasenko
2016-10-02hush testsuite: add many tests from ash testsuiteDenys Vlasenko
2016-10-02ash: undo "tokname hack"Denys Vlasenko
2016-10-02ash: placate gcc: "warning: ! is only applied to the left hand side of =="Denys Vlasenko
2016-10-02hush testsuite: add glob_dir.testsDenys Vlasenko
2016-10-02ash: fix globbing bugs when using glibc glob()Denys Vlasenko
2016-10-02ash: style fixesDenys Vlasenko
2016-10-02ash: support "--" in "source" builtinDenys Vlasenko
2016-10-02ash: expand: Fixed "$@" expansion when EXP_FULL is falseDenys Vlasenko
2016-10-02test: memory leak: free group id listDenys Vlasenko
2016-10-01ash,hush: add a test that "continue" does not cripple trapsDenys Vlasenko
2016-10-01ash: fix return_in_trap1.tests failureDenys Vlasenko
2016-10-01ash testsuite: add return_in_trap1.testsDenys Vlasenko
2016-10-01hush: 'return' should have effect earlierDenys Vlasenko
2016-10-01ash: [EXPAND] Optimise nulonly away and just use quoted as beforeDenys Vlasenko
2016-10-01ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIMDenys Vlasenko
2016-10-01ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but emptyDenys Vlasenko
2016-10-01hush: add func6.testsDenys Vlasenko
2016-10-01ash: fix "return N" not setting $? in loop conditionalsDenys Vlasenko
2016-10-01ash testsuite: remove two more inadvertent bashismsDenys Vlasenko
2016-10-01ash testsuite: remove two inadvertent bashismsDenys Vlasenko
2016-10-01ash: [ERROR] Set exitstatus in onintDenys Vlasenko
2016-10-01ash: [EVAL] Revert SKIPEVAL into EXEXITDenys Vlasenko
2016-10-01ash: [EVAL] Pass EV_TESTED into evalcmdDenys Vlasenko
2016-10-01ash: fix a thinko in the last commitDenys Vlasenko
2016-10-01ash: make internal globbing code selectable from configDenys Vlasenko
2016-10-01ash: explain how "command" is handled, and shrink it a bitDenys Vlasenko
2016-09-30ash: [VAR] Initialise OPTIND after importing environmentDenys Vlasenko
2016-09-30ash: [BUILTIN] Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving d...Denys Vlasenko
2016-09-30hush: enable "msh is deprecated" message in msh stubDenys Vlasenko
2016-09-30ash: Avoid overflow for very long variable nameDenys Vlasenko
2016-09-30ash: [VAR] Sanitise environment variable names on entryDenys Vlasenko