Age | Commit message (Expand) | Author |
2016-11-08 | hush: rework "wait %jobspec" to work in non-interactive shells too | Denys Vlasenko |
2016-11-04 | hush: allow { cmd } to not be terminated by semicolon in some cases | Denys Vlasenko |
2016-10-28 | ash: fix interactive "command eval STRING" exiting on errors. | Denys Vlasenko |
2016-10-26 | ash: [PARSER] Recognise here-doc delimiters terminated by EOF | Denys Vlasenko |
2016-10-26 | ash: [PARSER] Fix parsing of ${##1} | Denys Vlasenko |
2016-10-26 | typo fixes | Denys Vlasenko |
2016-10-07 | ash testsuite: fix false positives | Denys Vlasenko |
2016-10-03 | sh testsuite: add tests for exitcode on failure to exec | Denys Vlasenko |
2016-10-03 | ash testsuite: add most of hust tests which pass for ash | Denys Vlasenko |
2016-10-02 | sh testsuite: sync ash-redir/ and hush-redir/ | Denys Vlasenko |
2016-10-02 | sh testsuite: sync ash-misc/source* and hush-misc/source* | Denys Vlasenko |
2016-10-02 | sh testsuite: sync ash-vars/ and hush-vars/ | Denys Vlasenko |
2016-10-02 | ash testsuite: update some of variable tests with newer versions from hush | Denys Vlasenko |
2016-10-02 | sh testsuite: create hush-redir/* and move files around | Denys Vlasenko |
2016-10-02 | sh testsuite: create hush-heredoc/* and move files around | Denys Vlasenko |
2016-10-02 | hush testsuite: add many tests from ash testsuite | Denys Vlasenko |
2016-10-02 | ash: fix globbing bugs when using glibc glob() | Denys Vlasenko |
2016-10-02 | ash: expand: Fixed "$@" expansion when EXP_FULL is false | Denys Vlasenko |
2016-10-01 | ash,hush: add a test that "continue" does not cripple traps | Denys Vlasenko |
2016-10-01 | ash testsuite: add return_in_trap1.tests | Denys Vlasenko |
2016-10-01 | ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM | Denys Vlasenko |
2016-10-01 | ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but empty | Denys Vlasenko |
2016-10-01 | ash: fix "return N" not setting $? in loop conditionals | Denys Vlasenko |
2016-10-01 | ash testsuite: remove two more inadvertent bashisms | Denys Vlasenko |
2016-10-01 | ash testsuite: remove two inadvertent bashisms | Denys Vlasenko |
2016-09-29 | shell testsuite: add trailing newline to var_unbackslash1.tests | Denys Vlasenko |
2016-09-29 | ash: fix arithmetic closing )) split by backslash-newline | Denys Vlasenko |
2016-09-29 | hush: rework input char buffering to allow more than one-deep peek | Denys Vlasenko |
2016-09-29 | hush: fix 'eval ""' handling | Denys Vlasenko |
2016-09-29 | hush: fix ". EMPTY_LINE" not setting $? to 0 | Denys Vlasenko |
2016-09-29 | ash: [EVAL] Make eval with empty arguments return 0 | Denys Vlasenko |
2016-09-28 | ash: eval: Return status in eval functions | Denys Vlasenko |
2016-09-25 | ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286 | Denys Vlasenko |
2016-09-17 | ash: exit after subshell error when errexit option is set | Rostislav Skudnov |
2016-07-25 | ash: fix handling of ${VAR: -2} | Denys Vlasenko |
2016-07-16 | ash: do not leave SIGQUIT ignored on "exec CMD" | Denys Vlasenko |
2016-04-15 | ash: bash-compatible $'...' shouldn't expand in double quotes | Ron Yorston |
2016-03-22 | ash_test: ignore generated files | Mike Frysinger |
2016-03-22 | ash_test: printenv: fix missing includes | Mike Frysinger |
2016-03-22 | ash: fix corruption of ${#var} if $var contains UTF-8 characters | Ron Yorston |
2015-11-04 | ash: add support for bash 'function' keyword | Ron Yorston |
2015-11-04 | hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail | Denys Vlasenko |
2015-11-04 | ash: copy function tests from hush testsuite | Ron Yorston |
2015-10-30 | ash: add tests for failures of the exec and command builtins | Ron Yorston |
2015-10-29 | ash: fix error during recursive processing of here document | Ron Yorston |
2015-10-29 | ash tests: make test print test name before it is run | Denys Vlasenko |
2015-10-29 | ash: only allow local variables in functions | Ron Yorston |
2015-10-29 | ash: respect -p flag when command builtin is run with -v/-V | Ron Yorston |
2015-10-29 | ash: allow newline after variable name in for loop | Ron Yorston |
2015-10-29 | ash: add test for issue with here document | Ron Yorston |