hush: fix recent breakage from parse_stream() changes
[oweals/busybox.git] / shell / ash_test /
2018-04-11 Denys Vlasenkohush: fix recent breakage from parse_stream() changes
2018-04-11 Denys Vlasenkohush: IFS fixes
2018-04-11 Denys Vlasenkohush: fix "$v" expansion in case patterns when v='[a]'
2018-04-11 Denys Vlasenkoash: parser: Allow newlines within parameter substitution
2018-04-10 Denys Vlasenkohush: do not drop backslash from eval 'echo ok\'
2018-04-05 Denys Vlasenkohush: fix corner cases with exec in empty expansions
2018-04-03 Denys Vlasenkohush: support "f() (cmd)" functions
2018-04-03 Denys Vlasenkohush: fix "set -e; false || x=1; echo OK"
2018-04-02 Denys Vlasenkoash: parser: Fix parameter expansion inside inner doubl...
2018-04-02 Denys Vlasenkohush: fix a backslash-removal bug in case
2018-04-02 Denys Vlasenkoash: expand: Fix bugs with words connected to the right...
2018-04-02 Denys Vlasenkoash: parser: Fix single-quoted patterns in here-documents
2018-04-02 Denys Vlasenkoash: parser: Add syntax stack for recursive parsing
2018-04-01 Denys Vlasenkoparser: Fix backquote support in here-document EOF...
2018-04-01 Denys Vlasenkoash,hush: handle a few more bkslash-newline cases
2018-03-31 Denys Vlasenkoshells: fix var_LINENO1.tests false positive, add it...
2018-03-31 Denys Vlasenkoash: use pgetc_eatbnl() in more places
2018-03-30 Denys Vlasenkoash,hush: new test dollar_repl_slash_bash2.tests
2018-03-28 Denys Vlasenkoash,hush: fix "saved" redirected fds still visible...
2018-03-02 Denys Vlasenkohush: fix a='a\\'; echo "${a%\\\\}"
2018-03-02 Denys Vlasenkoshell: tweak bkslash_in_varexp.tests, add bkslash_in_va...
2018-03-02 Denys Vlasenkoshell: two new tests, both fail for ash and hush
2018-02-13 Denys Vlasenkoash : fix double-quoted "\z" handling
2018-01-28 Denys Vlasenkoshell: handle $((NUM++...) like bash does. Closes 10706
2018-01-27 Denys Vlasenkoash: add LINENO support
2018-01-25 Denys Vlasenkoash testsuite: add two hush tests from last commit
2018-01-13 Denys Vlasenkoshell: echo ${?:0} was fixed sometime ago, enable it...
2018-01-13 Denys Vlasenkohush: fix raw ^C handlisg in single-quoted strings
2018-01-11 Denys Vlasenkohush: fix handling of ^C in eval
2018-01-11 Denys Vlasenkohush: fix handling of raw ^C in scripts: "echo ^C"
2017-11-03 Denys Vlasenkoash: fix nofork bug where environment is not properly...
2017-10-22 Denys Vlasenkohush: fix comment parsing in `cmd`, closes 10421
2017-08-29 Denys Vlasenkohush: fix "getopts" builtin to not be upset by other...
2017-08-14 Denys Vlasenkoash: update testsuite (we now error out on ${#=})
2017-08-13 Denys Vlasenkoshell: tweak getopts tests, no code changes
2017-08-11 Denys Vlasenkohush: implement "silent" optstrings of ":opts"
2017-08-11 Denys Vlasenkohush: add a test which fails due to uclibc bug in getopt()
2017-08-11 Denys Vlasenkoshell: add OPTARG poisoning to getopt_optarg.tests
2017-08-11 Denys Vlasenkohush: teach getopts to set/unset OPTARG
2017-08-10 Denys Vlasenkohush: getopts builtin
2017-08-10 Denys Vlasenkoash: fix "unset OPTIND" throwing an error message
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
next