traceroute: fix help text to not show -6 when traceroute6 is off
[oweals/busybox.git] / shell / hush_test /
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
2009-04-06 Denis Vlasenkohush: fix a bunch of obscure while/until/continue bugs
2009-04-06 Denis Vlasenko*.tests should be executable
2009-04-06 Denis Vlasenkomove hush-parsing/and-or.tests to hush-misc/*
2009-04-06 Mike Frysingeradd some brute force logic tests
2009-04-06 Mike Frysingeradd tests for basic fd open/close/dupe
2009-04-06 Mike Frysingerfix redir1 tests -- usleep isnt standard in $PATH
2009-04-05 Denis Vlasenkofixing mode on hush-leak/leak_argv1.tests
2009-04-05 Denis Vlasenkofixing mode on hush-leak/leak_argv1.tests
2009-04-05 Denis Vlasenkohush: fix passing of $n on NOMMU
2009-04-04 Denis Vlasenkohush: fix "var=val >file" not creating file
2009-04-03 Denis Vlasenkohush: finally make `cmd` safe on NOMMU
2009-04-03 Denis Vlasenkohush: improve parse_stream: does not require parsing...
2009-04-03 Denis Vlasenkohush: fix bug with local environment vars in pipes...
2009-04-02 Mike Frysingertrim trailing slashes from specified subdir so we outpu...
2009-04-02 Denis Vlasenkohush: rename ->o_quote to ->o_escape
2009-03-31 Denis Vlasenkohust_test/*: use "$THIS_SH" instead of hush
2009-03-30 Mike Frysingerimplement `unset` semantics as required by POSIX
2009-03-29 Mike Frysingerenable trap tests
2009-03-29 Mike Frysingeradd test cases for `trap` ... but disabled for now...
2009-03-28 Mike Frysingertest for invalid named variables
2009-03-28 Denis Vlasenkoremove ((expr)) bash'ism
2009-03-28 Mike Frysingeradd hush tests for parameter expansion
2009-03-28 Mike Frysingermake sure we exit based on test failure rather than...
2009-03-22 Denis Vlasenkohush: fix segv at repeated "set -- a b c" + "shift"
2009-03-20 Denis Vlasenkohush: tweak testsuite
2009-03-20 Denis Vlasenkohush: fix bug 207 and "hush -c" parameter passing.
2008-10-13 Denis Vlasenkohush: fix NOMMU bug (analogous to preceding commit...
2008-10-13 Denis Vlasenkotestcase for the last fix
next