hush/shell/hush_test/hush-misc
Denis Vlasenko ad4bd0548a hush: export -n support
function                                             old     new   delta
builtin_export                                       206     256     +50
set_local_var                                        248     265     +17
expand_variables                                    2204    2203      -1
2009-04-20 22:04:21 +00:00
..
and-or.right
and-or.tests
assignment1.right
assignment1.tests
assignment2.rigth
assignment2.tests
break1.right
break1.tests
break2.right
break2.tests
break3.right
break3.tests
break4.right
break4.tests
break5.right
break5.tests
builtin1.right
builtin1.tests
case1.right
case1.tests
colon.right
colon.tests
continue1.right
continue1.tests
continue2.right
continue2.tests make hush-misc/*.tests executable 2009-04-06 18:10:20 +00:00
continue3.right
continue3.tests make hush-misc/*.tests executable 2009-04-06 18:10:20 +00:00
empty_for2.right
empty_for2.tests
empty_for.right
empty_for.tests
exec.right
exec.tests hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org) 2009-04-07 02:29:51 +00:00
exit1.right hush: fix EXIT trap recursion case; check redirection failures 2009-04-09 13:43:11 +00:00
exit1.tests hush: fix EXIT trap recursion case; check redirection failures 2009-04-09 13:43:11 +00:00
export-n.right hush: export -n support 2009-04-20 22:04:21 +00:00
export-n.tests hush: export -n support 2009-04-20 22:04:21 +00:00
export.right hush: fix handling of } which is not a closing one in { cmd; } 2009-04-19 13:57:51 +00:00
export.tests hush: fix some TODOs. TODO in export builting: +250 bytes. 2009-04-10 13:49:10 +00:00
for_with_bslashes.right hush: tighten up "for" variable name check. 2009-04-10 12:03:20 +00:00
for_with_bslashes.tests hush: tighten up "for" variable name check. 2009-04-10 12:03:20 +00:00
for_with_keywords.right
for_with_keywords.tests
func1.right hush: add function tests 2009-04-10 23:23:41 +00:00
func1.tests hush: add function tests 2009-04-10 23:23:41 +00:00
func2.right hush: add function tests 2009-04-10 23:23:41 +00:00
func2.tests hush: add function tests 2009-04-10 23:23:41 +00:00
func3.right hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com) 2009-04-17 23:44:18 +00:00
func3.tests hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com) 2009-04-17 23:44:18 +00:00
func_args1.right hush: add two testcases 2009-04-20 10:52:31 +00:00
func_args1.tests hush: add two testcases 2009-04-20 10:52:31 +00:00
heredoc1.right hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org) 2009-04-07 02:29:51 +00:00
heredoc1.tests hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org) 2009-04-07 02:29:51 +00:00
heredoc2.right hush: echo \2>file fix 2009-04-08 09:29:14 +00:00
heredoc2.tests hush: echo \2>file fix 2009-04-08 09:29:14 +00:00
heredoc3.right hush: echo \2>file fix 2009-04-08 09:29:14 +00:00
heredoc3.tests hush: echo \2>file fix 2009-04-08 09:29:14 +00:00
heredoc_huge.right hush: more rodust detection of unterminated strings etc; 2009-04-08 21:51:33 +00:00
heredoc_huge.tests hush: more rodust detection of unterminated strings etc; 2009-04-08 21:51:33 +00:00
if_false_exitcode.right hush: fix "if false; then...fi" exitcode; 2009-04-06 18:40:31 +00:00
if_false_exitcode.tests hush: fix "if false; then...fi" exitcode; 2009-04-06 18:40:31 +00:00
pid.right
pid.tests
read.right
read.tests
redir1.right hush: readability improvements. 2009-04-10 00:20:58 +00:00
redir1.tests hush: tighten up "for" variable name check. 2009-04-10 12:03:20 +00:00
redir2.right hush: echo \2>file fix 2009-04-08 09:29:14 +00:00
redir2.tests hush: echo \2>file fix 2009-04-08 09:29:14 +00:00
redir3.right hush: fix EXIT trap recursion case; check redirection failures 2009-04-09 13:43:11 +00:00
redir3.tests hush: fix EXIT trap recursion case; check redirection failures 2009-04-09 13:43:11 +00:00
redir4.right hush: tighten up "for" variable name check. 2009-04-10 12:03:20 +00:00
redir4.tests hush: tighten up "for" variable name check. 2009-04-10 12:03:20 +00:00
redir5.right hush: fix stdin of backgrounded pipe 2009-04-20 00:34:01 +00:00
redir5.tests hush: fix stdin of backgrounded pipe 2009-04-20 00:34:01 +00:00
shift.right
shift.tests
syntax_err_negate.right
syntax_err_negate.tests
syntax_err.right
syntax_err.tests
until1.right
until1.tests make hush-misc/*.tests executable 2009-04-06 18:10:20 +00:00
while1.right
while1.tests
while2.right
while2.tests make hush-misc/*.tests executable 2009-04-06 18:10:20 +00:00
while_in_subshell.right
while_in_subshell.tests