Age | Commit message (Expand) | Author |
2017-07-24 | ash: add all hush parsing tests to ast tests | Denys Vlasenko |
2017-07-21 | ash: suppress readonly1.tests false positive; add readonly0.tests | Denys Vlasenko |
2017-07-21 | ash: improve set -x to quote strings as necessary | Denys Vlasenko |
2017-07-20 | shell: optional support for read -t N.NNN, closes 10101 | Denys Vlasenko |
2017-07-17 | ash: more general format ${var:EXPR:EXPR} | Denys Vlasenko |
2017-07-15 | shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG" | Denys Vlasenko |
2017-07-15 | hush: fix and_or_and_backgrounding.tests failure | Denys Vlasenko |
2017-07-07 | hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?" | Denys Vlasenko |
2017-07-06 | shell: sync redir/* tests | Denys Vlasenko |
2017-07-06 | ash: rename redir5.tests (hush has redir5.tests which is different) | Denys Vlasenko |
2017-07-06 | hush: Print error messages on shift -1 | Denys Vlasenko |
2017-07-06 | typo fix | Denys Vlasenko |
2017-07-06 | hush: implement negative start in the ${v: -n[:m]} idiom | Denys Vlasenko |
2017-07-06 | hush: "adopt" ash var-utf8-length.tests | Denys Vlasenko |
2017-07-06 | shell: remove duplicate sigint1.tests (another copies are in signals/) | Denys Vlasenko |
2017-07-06 | hush: add tickquote1.tests from ash testsuite | Denys Vlasenko |
2017-07-06 | shell: syncronize ash and hush heredoc3.tests | Denys Vlasenko |
2017-07-06 | shell: syncronize ash and hush heredoc1.tests | Denys Vlasenko |
2017-07-06 | shell: syncronize ash_test/run-all and hush_test/run-all a bit | Denys Vlasenko |
2017-07-05 | ash: fix escaping of a few characters (broken by last commits) | Denys Vlasenko |
2017-07-05 | ash: fix matching of unicode greek letter rho (cf 81) and similar cases | Denys Vlasenko |
2017-07-03 | msh: delete this applet | Denys Vlasenko |
2017-05-22 | ash,hush: fix SIGCHLD interrupting read builtin | Denys Vlasenko |
2017-04-17 | Spelling fixes in comments, documentation, tests and examples | Denys Vlasenko |
2017-01-09 | hush: fix a bug in argv restoration after sourcing a file | Denys Vlasenko |
2017-01-07 | ash: fix open fds leaking in redirects. Closes 9561 | Denys Vlasenko |
2017-01-03 | ash: fix error code regression | Ron Yorston |
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 |