hush: fixes to testsuite
[oweals/busybox.git] / shell / hush_test /
2010-09-10 Denys Vlasenkohush: fixes to testsuite
2010-09-10 Denys Vlasenkohush: fix var_bash5.tests failure
2010-09-09 Denys Vlasenkohush: make parse_dollar flag quited status regardless...
2010-09-06 Denys Vlasenkohush: fix another corner case with backslashes in heredocs
2010-09-06 Denys Vlasenkohush: fix backslash and terminator handling in <<[...
2010-09-06 Denys Vlasenkohush: fix globbing+backslashes in unquoted $var expansion
2010-09-05 Denys Vlasenkohush: add support for ${var/pattern/repl}, conditional...
2010-09-04 Denys Vlasenkohush: fix handling of backslashes in variable assignment
2010-07-25 Denys Vlasenko*: trailing empty lines removed
2010-07-25 Alexander Shishkinash: fix $! value when traps are set
2010-07-16 Denys Vlasenkohush: fix multimple dependent variable expansion cases
2010-05-22 Denys Vlasenkohush: fix segfault in ${?:N:M}
2010-05-22 Denys Vlasenkohush: fix "hush -c 'echo $#'" showing -1
2010-05-22 Denys Vlasenkohush: support ${var:EXPR:EXPR}!
2010-05-21 Denys Vlasenkohush: fix more obscure ${var%...} cases
2010-05-21 Denys Vlasenkohush: fix a=abc; c=c; echo ${a%${c}}
2010-05-21 Denys Vlasenkohush: handle expansions in ${var?expanded_word} constructs
2010-05-21 Denys Vlasenkohush: handle ${var:NUM:} too
2010-05-20 Denys Vlasenkohush: optional support for ${var:N:M} bashism
2010-05-20 Denys Vlasenkohush: fix var=`exit 2` not setting $? to 2
2010-05-17 Denys Vlasenkohush: fix hush-bugs/parse_err.tests
2010-05-17 Denys Vlasenkoadd two more tests which currently fail
2010-01-25 Denys Vlasenkowhitespace fixes
2010-01-12 Denys Vlasenkohush: use ash's read builtin
2010-01-12 Denys Vlasenkohush: fix subshell.tests failure on NOMMU
2010-01-12 Denys Vlasenkohush: two NOMMU fixes for bugs 877 and 883
2010-01-12 Denys Vlasenkohush: plug a memory leak
2010-01-04 Denys Vlasenkohush: fix exitcodes of killed processes
2009-11-17 Denys Vlasenkohush: improve HUSH_BRACE_EXP code (still disabled)...
2009-11-16 Denys Vlasenkohush: fix handling of words with braces. +65 bytes
2009-11-16 Denys Vlasenkohush: fix exit code propagation from `cmd`. +45 bytes
2009-11-15 Denys Vlasenkohush: wait for `cmd` to complete, and immediately store...
2009-10-19 Denys Vlasenkohush: fix exec builtin in a better way (+ "glob in...
2009-10-18 Denys Vlasenkohush: fix handling of empty arguments
2009-10-18 Mike Frysingerhush: handle empty execs
2009-09-30 Denys Vlasenkotypo fix in a comment in a testcase. oh well...
2009-09-27 Denys Vlasenkoash,hush: make trap output short signal names, without...
2009-09-25 Denys Vlasenkohush: do not reset to default "" traps in subshell
2009-09-24 Denys Vlasenkoash: better handling of EXIT trap in `trap` hack
2009-09-23 Denys Vlasenkoash,hush: fix trap reporting: s/SIGEXIT/EXIT/
2009-09-22 Denys Vlasenkohush: fix `trap`
2009-08-20 Denys Vlasenkohush: do not process options after non-option args
2009-08-12 Denys Vlasenkohust test: complain if busybox binary can't be found
2009-08-12 Denys Vlasenkohush: fix \<newline> handling on NOMMU
2009-08-12 Denys Vlasenkohush tests: remove the requirement that .config is...
2009-08-12 Denys Vlasenkohush: do not use ps -o in leak_argv1; do not hardcode...
2009-06-09 Denys Vlasenkohush: specially handle [[ - suppress globbing & multiwo...
2009-06-03 Denys Vlasenkohush: add support for local builtin
2009-06-01 Mike Frysingerhush_test: stop mixing tabs/spaces for indentation
2009-06-01 Mike Frysingerhush: add support for special vars in braces
2009-06-01 Mike Frysingerhush_test: filter test output to avoid C lib differences
2009-05-28 Denys Vlasenkohush: fix bug 353 (wrong handling of \x in assignments)
2009-05-23 Denys Vlasenkomake compound.tests executable
2009-05-23 Denys Vlasenkohush: fix problems with case in subshells and with...
2009-05-21 Mike Frysingerhush_test: add some pathological compound list tests
2009-05-21 Mike Frysingerhush_test: test for subshell function syntax
2009-05-21 Mike Frysingerhush_test: add subshelled case tests
2009-05-21 Mike Frysingerhush_test: update test output to match new getopt(...
2009-05-21 Mike Frysingerhush_test: ignore generated files
2009-05-13 Denys VlasenkoTODO: add some
2009-05-03 Denys Vlasenkohush: add more complex case to leak testcase, fix found...
2009-05-03 Denys Vlasenkohush: fix bug where in "var=val func" var's value is...
2009-05-03 Denys Vlasenkohush: fix \<newline> handling
2009-05-02 Denys Vlasenkohush: fix multiple redirections of the same fd (bug...
2009-04-26 Denis Vlasenkomake leak test more robust by unsetting all vars
2009-04-26 Denis Vlasenkohush: make getopt32 usable in builtins. use it in unset.
2009-04-26 Denis Vlasenkohush: nommu fix for function passing
2009-04-26 Denis Vlasenkohush: fix SEGV in % expansion
2009-04-20 Denis Vlasenkohush: export -n support
2009-04-20 Denis Vlasenkohush: add two testcases
2009-04-20 Denis Vlasenkohush: fix stdin of backgrounded pipe
2009-04-19 Denis Vlasenkohush: fix "export not_yet_defined_var", fix parsing...
2009-04-19 Denis Vlasenkohush: fix handling of } which is not a closing one...
2009-04-17 Denis Vlasenkohush: return builtin by Bayram Kurumahmut (kbayram...
2009-04-16 Denis Vlasenkohush: fix "if { echo foo; } then { echo bar; } fi"...
2009-04-11 Denis Vlasenkohush: fix "while...do f1() {a;}; f1; f1 {b;}; f1; done...
2009-04-10 Denis Vlasenkohush: tweak tests
2009-04-10 Denis Vlasenkohush: add function tests
2009-04-10 Denis Vlasenkohush: fix some TODOs. TODO in export builting: +250...
2009-04-10 Denis Vlasenkohush: tighten up "for" variable name check.
2009-04-10 Denis Vlasenkohush: readability improvements.
2009-04-09 Mike Frysingeradd test cases for parameter substitution with unset...
2009-04-09 Denis Vlasenkohush: deal with some easier TODOs
2009-04-09 Denis Vlasenkohush: plug the leak of expanded heredoc
2009-04-09 Denis Vlasenkohush: fix EXIT trap recursion case; check redirection...
2009-04-09 Mike Frysingerskip some tests when fancy echo support is turned off
2009-04-09 Mike Frysingerwe arent testing `echo -n` here so use printf instead
2009-04-09 Mike Frysingersource the .config so tests can signal they need to...
2009-04-08 Denis Vlasenkohush: more rodust detection of unterminated strings...
2009-04-08 Denis Vlasenkoexpand leak_all1.tests
2009-04-08 Denis Vlasenkohush: add a leak test which currently fails
2009-04-08 Denis Vlasenkohush: add leak detector helper; fix/add tests for it
2009-04-08 Denis Vlasenkohush: echo \2>file fix
2009-04-07 Denis Vlasenkohush: fix heredoc expansion of $var and `cmd`
2009-04-07 Mike Frysingeruse sleep rather than usleep
2009-04-07 Mike Frysingeradd a pathological test case for here doc related to...
2009-04-07 Mike Frysingerimplement support for parameter substitution via #...
2009-04-07 Denis Vlasenkohush: heredoc support, based on patch by Mike Frysinger...
2009-04-06 Denis Vlasenkohush: fix "if false; then...fi" exitcode;
2009-04-06 Denis Vlasenkomake hush-misc/*.tests executable
next