index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
Age
Commit message (
Expand
)
Author
2009-06-01
hush: add support for special vars in braces
Mike Frysinger
2009-06-01
hush_test: filter test output to avoid C lib differences
Mike Frysinger
2009-05-28
hush: fix bug 353 (wrong handling of \x in assignments)
Denys Vlasenko
2009-05-23
make compound.tests executable
Denys Vlasenko
2009-05-23
hush: fix problems with case in subshells and with "case esac"
Denys Vlasenko
2009-05-21
hush_test: add some pathological compound list tests
Mike Frysinger
2009-05-21
hush_test: test for subshell function syntax
Mike Frysinger
2009-05-21
hush_test: add subshelled case tests
Mike Frysinger
2009-05-21
hush_test: update test output to match new getopt() output
Mike Frysinger
2009-05-21
hush_test: ignore generated files
Mike Frysinger
2009-05-13
TODO: add some
Denys Vlasenko
2009-05-04
hush: add more complex case to leak testcase, fix found breakage
Denys Vlasenko
2009-05-04
hush: fix bug where in "var=val func" var's value is not visible in func
Denys Vlasenko
2009-05-03
hush: fix \<newline> handling
Denys Vlasenko
2009-05-02
hush: fix multiple redirections of the same fd (bug 227)
Denys Vlasenko
2009-04-26
make leak test more robust by unsetting all vars
Denis Vlasenko
2009-04-26
hush: make getopt32 usable in builtins. use it in unset.
Denis Vlasenko
2009-04-26
hush: nommu fix for function passing
Denis Vlasenko
2009-04-26
hush: fix SEGV in % expansion
Denis Vlasenko
2009-04-20
hush: export -n support
Denis Vlasenko
2009-04-20
hush: add two testcases
Denis Vlasenko
2009-04-20
hush: fix stdin of backgrounded pipe
Denis Vlasenko
2009-04-19
hush: fix "export not_yet_defined_var", fix parsing of "cmd | }"
Denis Vlasenko
2009-04-19
hush: fix handling of } which is not a closing one in { cmd; }
Denis Vlasenko
2009-04-17
hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com)
Denis Vlasenko
2009-04-16
hush: fix "if { echo foo; } then { echo bar; } fi" parsing
Denis Vlasenko
2009-04-11
hush: fix "while...do f1() {a;}; f1; f1 {b;}; f1; done" bug
Denis Vlasenko
2009-04-10
hush: tweak tests
Denis Vlasenko
2009-04-10
hush: add function tests
Denis Vlasenko
2009-04-10
hush: fix some TODOs. TODO in export builting: +250 bytes.
Denis Vlasenko
2009-04-10
hush: tighten up "for" variable name check.
Denis Vlasenko
2009-04-10
hush: readability improvements.
Denis Vlasenko
2009-04-09
add test cases for parameter substitution with unset/null strings
Mike Frysinger
2009-04-09
hush: deal with some easier TODOs
Denis Vlasenko
2009-04-09
hush: plug the leak of expanded heredoc
Denis Vlasenko
2009-04-09
hush: fix EXIT trap recursion case; check redirection failures
Denis Vlasenko
2009-04-09
skip some tests when fancy echo support is turned off
Mike Frysinger
2009-04-09
we arent testing `echo -n` here so use printf instead
Mike Frysinger
2009-04-09
source the .config so tests can signal they need to be skipped due to feature...
Mike Frysinger
2009-04-08
hush: more rodust detection of unterminated strings etc;
Denis Vlasenko
2009-04-08
expand leak_all1.tests
Denis Vlasenko
2009-04-08
hush: add a leak test which currently fails
Denis Vlasenko
2009-04-08
hush: add leak detector helper; fix/add tests for it
Denis Vlasenko
2009-04-08
hush: echo \2>file fix
Denis Vlasenko
2009-04-07
hush: fix heredoc expansion of $var and `cmd`
Denis Vlasenko
2009-04-07
use sleep rather than usleep
Mike Frysinger
2009-04-07
add a pathological test case for here doc related to eof marker and other ugl...
Mike Frysinger
2009-04-07
implement support for parameter substitution via #/% operators
Mike Frysinger
2009-04-07
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
Denis Vlasenko
2009-04-06
hush: fix "if false; then...fi" exitcode;
Denis Vlasenko
[prev]
[next]