aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2016-10-25ash: [SHELL] Move flushall to the point just before _exitDenys Vlasenko
2016-10-25ash: [EVAL] Let funcnode refer to a function definition, not its first commandDenys Vlasenko
2016-10-25ash: [REDIR] Remove EMFILE special caseDenys Vlasenko
2016-10-25ash: [EVAL] Check exit for eval NSUBSHELLDenys Vlasenko
2016-10-25ash: add comment explaining "set -e; $(cmd)" discrepancyDenys Vlasenko
2016-10-25ash: reduce code differences from upstreamDenys Vlasenko
2016-10-25ash: remove unused EXSHELLPROCDenys Vlasenko
2016-10-25ash: [BUILTIN] Use EXEXIT in place of EXEXECDenys Vlasenko
2016-10-25ash,hush: set exit code 127 in "sh /does/not/exist" caseDenys Vlasenko
2016-10-24ash: explain EXP_REDIR and why we (dont) glob redir filenamesDenys Vlasenko
2016-10-24ash: return exit status of nofork appletsRon Yorston
2016-10-07ash: all blocks in function node copying must be SHELL_ALIGNedDenys Vlasenko
2016-10-07ash testsuite: fix false positivesDenys Vlasenko
2016-10-07ash: get rid of two global data variablesDenys Vlasenko
2016-10-07ash: comment out free(p) just before _exit, tweak some outdated commentsDenys Vlasenko
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