noexec: set comm field for noexecs
[oweals/busybox.git] / shell / ash_test /
2017-08-02 Denys Vlasenkohush: do not accept "if() { echo; }" function def
2017-08-02 Denys Vlasenkodo not use `a' quoting style in comments
2017-07-31 Denys Vlasenkohush: fix "true | func_with_return" not allowing return.
2017-07-31 Denys Vlasenkohush: functions have priority over builtins (!)
2017-07-31 Denys Vlasenkoash: significant overhaul of redirect saving logic
2017-07-29 Denys Vlasenkohush: fix handling of empty heredoc EOF marker
2017-07-29 Denys Vlasenkoash: [PARSER] Removed noexpand/length check on eofmark
2017-07-25 Denys Vlasenkoshell: remove ${#+} tests, it is not a valid construct
2017-07-25 Denys Vlasenkohush: fix ${##}, ${#?}, ${#!} handling
2017-07-25 Denys Vlasenkoash: [VAR] Move unsetvar functionality into setvareq
2017-07-25 Denys Vlasenkoash: import param_expand_default.tests from hush
2017-07-25 Denys Vlasenkohush: treat ${#?} as "length of $?"
2017-07-25 Denys Vlasenkoash: add a few tests from hush-vars/*
2017-07-24 Denys Vlasenkoash: copy three tests from hush_test/hush-signals/*
2017-07-24 Denys Vlasenkoshell: some additions to *sh-misc/* tests
2017-07-24 Denys Vlasenkoash: add most of hush process subst tests
2017-07-24 Denys Vlasenkoash: add all hush parsing tests to ast tests
2017-07-21 Denys Vlasenkoash: suppress readonly1.tests false positive; add reado...
2017-07-21 Denys Vlasenkoash: improve set -x to quote strings as necessary
2017-07-20 Denys Vlasenkoshell: optional support for read -t N.NNN, closes 10101
2017-07-17 Denys Vlasenkoash: more general format ${var:EXPR:EXPR}
2017-07-15 Denys Vlasenkoshell: and_or_and_backgrounding.tests is no longer...
2017-07-15 Denys Vlasenkohush: fix and_or_and_backgrounding.tests failure
2017-07-07 Denys Vlasenkohush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait...
2017-07-06 Denys Vlasenkoshell: sync redir/* tests
2017-07-06 Denys Vlasenkoash: rename redir5.tests (hush has redir5.tests which...
2017-07-06 Denys Vlasenkohush: Print error messages on shift -1
2017-07-06 Denys Vlasenkotypo fix
2017-07-06 Denys Vlasenkohush: implement negative start in the ${v: -n[:m]}...
2017-07-06 Denys Vlasenkohush: "adopt" ash var-utf8-length.tests
2017-07-06 Denys Vlasenkoshell: remove duplicate sigint1.tests (another copies...
2017-07-06 Denys Vlasenkohush: add tickquote1.tests from ash testsuite
2017-07-06 Denys Vlasenkoshell: syncronize ash and hush heredoc3.tests
2017-07-06 Denys Vlasenkoshell: syncronize ash and hush heredoc1.tests
2017-07-06 Denys Vlasenkoshell: syncronize ash_test/run-all and hush_test/run...
2017-07-05 Denys Vlasenkoash: fix escaping of a few characters (broken by last...
2017-07-05 Denys Vlasenkoash: fix matching of unicode greek letter rho (cf 81...
2017-07-03 Denys Vlasenkomsh: delete this applet
2017-05-22 Denys Vlasenkoash,hush: fix SIGCHLD interrupting read builtin
2017-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
2017-01-09 Denys Vlasenkohush: fix a bug in argv restoration after sourcing...
2017-01-07 Denys Vlasenkoash: fix open fds leaking in redirects. Closes 9561
2017-01-03 Ron Yorstonash: fix error code regression
2016-11-07 Denys Vlasenkohush: rework "wait %jobspec" to work in non-interactive...
2016-11-04 Denys Vlasenkohush: allow { cmd } to not be terminated by semicolon...
2016-10-28 Denys Vlasenkoash: fix interactive "command eval STRING" exiting...
2016-10-26 Denys Vlasenkoash: [PARSER] Recognise here-doc delimiters terminated...
2016-10-26 Denys Vlasenkoash: [PARSER] Fix parsing of ${##1}
2016-10-26 Denys Vlasenkotypo fixes
2016-10-07 Denys Vlasenkoash testsuite: fix false positives
2016-10-02 Denys Vlasenkosh testsuite: add tests for exitcode on failure to...
2016-10-02 Denys Vlasenkoash testsuite: add most of hust tests which pass for ash
2016-10-02 Denys Vlasenkosh testsuite: sync ash-redir/ and hush-redir/
2016-10-02 Denys Vlasenkosh testsuite: sync ash-misc/source* and hush-misc/source*
2016-10-02 Denys Vlasenkosh testsuite: sync ash-vars/ and hush-vars/
2016-10-02 Denys Vlasenkoash testsuite: update some of variable tests with newer...
2016-10-02 Denys Vlasenkosh testsuite: create hush-redir/* and move files around
2016-10-02 Denys Vlasenkosh testsuite: create hush-heredoc/* and move files...
2016-10-02 Denys Vlasenkohush testsuite: add many tests from ash testsuite
2016-10-02 Denys Vlasenkoash: fix globbing bugs when using glibc glob()
2016-10-02 Denys Vlasenkoash: expand: Fixed "$@" expansion when EXP_FULL is...
2016-10-01 Denys Vlasenkoash,hush: add a test that "continue" does not cripple...
2016-10-01 Denys Vlasenkoash testsuite: add return_in_trap1.tests
2016-10-01 Denys Vlasenkoash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM
2016-10-01 Denys Vlasenkoash: [EXPAND] Split unquoted $@/$* correctly when IFS...
2016-10-01 Denys Vlasenkoash: fix "return N" not setting $? in loop conditionals
2016-10-01 Denys Vlasenkoash testsuite: remove two more inadvertent bashisms
2016-10-01 Denys Vlasenkoash testsuite: remove two inadvertent bashisms
2016-09-29 Denys Vlasenkoshell testsuite: add trailing newline to var_unbackslas...
2016-09-29 Denys Vlasenkoash: fix arithmetic closing )) split by backslash-newline
2016-09-29 Denys Vlasenkohush: rework input char buffering to allow more than...
2016-09-28 Denys Vlasenkohush: fix 'eval ""' handling
2016-09-28 Denys Vlasenkohush: fix ". EMPTY_LINE" not setting $? to 0
2016-09-28 Denys Vlasenkoash: [EVAL] Make eval with empty arguments return 0
2016-09-28 Denys Vlasenkoash: eval: Return status in eval functions
2016-09-25 Denys Vlasenkoash: fix handling of NULs in $'abc\000def\x00asd'....
2016-09-17 Rostislav Skudnovash: exit after subshell error when errexit option...
2016-07-25 Denys Vlasenkoash: fix handling of ${VAR: -2}
2016-07-16 Denys Vlasenkoash: do not leave SIGQUIT ignored on "exec CMD"
2016-04-15 Ron Yorstonash: bash-compatible $'...' shouldn't expand in double...
2016-03-22 Mike Frysingerash_test: ignore generated files
2016-03-22 Mike Frysingerash_test: printenv: fix missing includes
2016-03-22 Ron Yorstonash: fix corruption of ${#var} if $var contains UTF...
2015-11-04 Ron Yorstonash: add support for bash 'function' keyword
2015-11-04 Denys Vlasenkohush-misc/func_args1.tests: remove "UNFIXED BUG", it...
2015-11-04 Ron Yorstonash: copy function tests from hush testsuite
2015-10-30 Ron Yorstonash: add tests for failures of the exec and command...
2015-10-29 Ron Yorstonash: fix error during recursive processing of here...
2015-10-29 Denys Vlasenkoash tests: make test print test name before it is run
2015-10-29 Ron Yorstonash: only allow local variables in functions
2015-10-29 Ron Yorstonash: respect -p flag when command builtin is run with...
2015-10-29 Ron Yorstonash: allow newline after variable name in for loop
2015-10-29 Ron Yorstonash: add test for issue with here document
2015-09-04 Denys Vlasenkoash,hush: add a test which fails for ash since commit...
2015-09-04 Denys Vlasenkoash: add tests adapted from hush glob tests. glob2...
2015-07-13 Denys Vlasenkofix file mode
2015-07-13 Ron Yorstonash: remove parsebackquote flag
2015-05-18 Ron Yorstontestsuite: add some tests for ash
2015-05-18 Ron Yorstonash: move parse-time quote flag detection to run-time
2015-05-18 Ron Yorstonash: remove arithmetic expansion collapsing at parse...
next