.. |
and-or.right
|
715f712d15
move hush-parsing/and-or.tests to hush-misc/*
|
15 년 전 |
and-or.tests
|
715f712d15
move hush-parsing/and-or.tests to hush-misc/*
|
15 년 전 |
assignment1.right
|
2b576b8e76
hush: fix mishandling of a'b'c=fff as assignments. They are not.
|
16 년 전 |
assignment1.tests
|
2b576b8e76
hush: fix mishandling of a'b'c=fff as assignments. They are not.
|
16 년 전 |
assignment2.rigth
|
2b576b8e76
hush: fix mishandling of a'b'c=fff as assignments. They are not.
|
16 년 전 |
assignment2.tests
|
2b576b8e76
hush: fix mishandling of a'b'c=fff as assignments. They are not.
|
16 년 전 |
assignment3.right
|
7b4c0fd5f4
hush: fix improper handling of newline and hash chars in few corner cases
|
14 년 전 |
assignment3.tests
|
7b4c0fd5f4
hush: fix improper handling of newline and hash chars in few corner cases
|
14 년 전 |
assignment4.right
|
29f9b7268a
hush: fix misparsing of "... do eval a= ...". Closes 3721
|
13 년 전 |
assignment4.tests
|
29f9b7268a
hush: fix misparsing of "... do eval a= ...". Closes 3721
|
13 년 전 |
break1.right
|
6a2d40f239
hush: support "break N" and "continue N"
|
16 년 전 |
break1.tests
|
ba2dcccd79
*: trailing empty lines removed
|
14 년 전 |
break2.right
|
6a2d40f239
hush: support "break N" and "continue N"
|
16 년 전 |
break2.tests
|
6a2d40f239
hush: support "break N" and "continue N"
|
16 년 전 |
break3.right
|
6a2d40f239
hush: support "break N" and "continue N"
|
16 년 전 |
break3.tests
|
6a2d40f239
hush: support "break N" and "continue N"
|
16 년 전 |
break4.right
|
918a34b9e0
hush: fix "while false; ..." exitcode; add testsuites
|
16 년 전 |
break4.tests
|
918a34b9e0
hush: fix "while false; ..." exitcode; add testsuites
|
16 년 전 |
break5.right
|
fcf37c3183
hush: fix break'ing out of {} and () groups; with testcase
|
16 년 전 |
break5.tests
|
fcf37c3183
hush: fix break'ing out of {} and () groups; with testcase
|
16 년 전 |
builtin1.right
|
dadfb4975b
hush: add #defines to switch off break/continue if loops are not supported
|
16 년 전 |
builtin1.tests
|
dadfb4975b
hush: add #defines to switch off break/continue if loops are not supported
|
16 년 전 |
case1.right
|
e9bda90e54
hush: fix problems with case in subshells and with "case esac"
|
15 년 전 |
case1.tests
|
e9bda90e54
hush: fix problems with case in subshells and with "case esac"
|
15 년 전 |
colon.right
|
dd316dd283
hush: add support for ':'; create testsuite entries
|
16 년 전 |
colon.tests
|
f8d01d3f66
hush: fix a bug where we were requiring semicolon here: (cmd;)
|
16 년 전 |
compound.right
|
342a63d659
hush_test: add some pathological compound list tests
|
15 년 전 |
compound.tests
|
4f26c97b9a
make compound.tests executable
|
15 년 전 |
continue1.right
|
4554b721ad
hush: small fix for repeated continue and fix for wrong loop depth count
|
16 년 전 |
continue1.tests
|
4554b721ad
hush: small fix for repeated continue and fix for wrong loop depth count
|
16 년 전 |
continue2.right
|
cd418a2670
hush: fix a bunch of obscure while/until/continue bugs
|
15 년 전 |
continue2.tests
|
4ed67dd3d5
make hush-misc/*.tests executable
|
15 년 전 |
continue3.right
|
cd418a2670
hush: fix a bunch of obscure while/until/continue bugs
|
15 년 전 |
continue3.tests
|
4ed67dd3d5
make hush-misc/*.tests executable
|
15 년 전 |
echo_write_error.right
|
8ee2adab21
echo: do not retry on write errors
|
14 년 전 |
echo_write_error.tests
|
8ee2adab21
echo: do not retry on write errors
|
14 년 전 |
empty_args.right
|
f37eb3999b
hush: fix handling of empty arguments
|
15 년 전 |
empty_args.tests
|
f37eb3999b
hush: fix handling of empty arguments
|
15 년 전 |
empty_for.right
|
6eaf8deddd
hush: fix "for a in; do echo 'I should never run'; done" bug
|
16 년 전 |
empty_for.tests
|
6eaf8deddd
hush: fix "for a in; do echo 'I should never run'; done" bug
|
16 년 전 |
empty_for2.right
|
ff182a3d68
hush: support "for v; do ... done" syntax (implied 'in "$@"')
|
16 년 전 |
empty_for2.tests
|
ff182a3d68
hush: support "for v; do ... done" syntax (implied 'in "$@"')
|
16 년 전 |
env_and_func.right
|
cb6ff25afe
hush: fix bug where in "var=val func" var's value is not visible in func
|
15 년 전 |
env_and_func.tests
|
cb6ff25afe
hush: fix bug where in "var=val func" var's value is not visible in func
|
15 년 전 |
exec.right
|
3c7167b508
add tests for basic fd open/close/dupe
|
15 년 전 |
exec.tests
|
6c9be7f451
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
|
15 년 전 |
exit1.right
|
efea9d2819
hush: fix EXIT trap recursion case; check redirection failures
|
15 년 전 |
exit1.tests
|
efea9d2819
hush: fix EXIT trap recursion case; check redirection failures
|
15 년 전 |
export-n.right
|
ad4bd0548a
hush: export -n support
|
15 년 전 |
export-n.tests
|
ad4bd0548a
hush: export -n support
|
15 년 전 |
export.right
|
bf25fbccb9
hush: fix handling of } which is not a closing one in { cmd; }
|
15 년 전 |
export.tests
|
0b677d8337
hush: fix some TODOs. TODO in export builting: +250 bytes.
|
15 년 전 |
for_with_bslashes.right
|
1fd1ea4395
hush: tighten up "for" variable name check.
|
15 년 전 |
for_with_bslashes.tests
|
1fd1ea4395
hush: tighten up "for" variable name check.
|
15 년 전 |
for_with_keywords.right
|
733e3fbc2f
hush: support "for if in do done then; do echo $if; done" case
|
16 년 전 |
for_with_keywords.tests
|
733e3fbc2f
hush: support "for if in do done then; do echo $if; done" case
|
16 년 전 |
func1.right
|
ce4acbbab6
hush: add function tests
|
15 년 전 |
func1.tests
|
ce4acbbab6
hush: add function tests
|
15 년 전 |
func2.right
|
ce4acbbab6
hush: add function tests
|
15 년 전 |
func2.tests
|
ce4acbbab6
hush: add function tests
|
15 년 전 |
func3.right
|
3d40d8e655
hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com)
|
15 년 전 |
func3.tests
|
3d40d8e655
hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com)
|
15 년 전 |
func4.right
|
572930027d
hush: nommu fix for function passing
|
15 년 전 |
func4.tests
|
3581c62515
whitespace fixes
|
15 년 전 |
func5.right
|
12bcc76e9b
hush_test: test for subshell function syntax
|
15 년 전 |
func5.tests
|
12bcc76e9b
hush_test: test for subshell function syntax
|
15 년 전 |
func_args1.right
|
d40fa397e4
hush: add two testcases
|
15 년 전 |
func_args1.tests
|
d40fa397e4
hush: add two testcases
|
15 년 전 |
func_local1.right
|
295fef80bc
hush: add support for local builtin
|
15 년 전 |
func_local1.tests
|
295fef80bc
hush: add support for local builtin
|
15 년 전 |
func_local2.right
|
295fef80bc
hush: add support for local builtin
|
15 년 전 |
func_local2.tests
|
295fef80bc
hush: add support for local builtin
|
15 년 전 |
heredoc1.right
|
6c9be7f451
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
|
15 년 전 |
heredoc1.tests
|
6c9be7f451
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
|
15 년 전 |
heredoc2.right
|
3dfb035d8d
hush: echo \2>file fix
|
15 년 전 |
heredoc2.tests
|
3dfb035d8d
hush: echo \2>file fix
|
15 년 전 |
heredoc3.right
|
3dfb035d8d
hush: echo \2>file fix
|
15 년 전 |
heredoc3.tests
|
3dfb035d8d
hush: echo \2>file fix
|
15 년 전 |
heredoc_backslash1.right
|
acd5bc8f64
hush: fix handling of \" in quoted/unquoted `cmd`
|
14 년 전 |
heredoc_backslash1.tests
|
acd5bc8f64
hush: fix handling of \" in quoted/unquoted `cmd`
|
14 년 전 |
heredoc_huge.right
|
5c090a96f9
hush: more rodust detection of unterminated strings etc;
|
15 년 전 |
heredoc_huge.tests
|
5c090a96f9
hush: more rodust detection of unterminated strings etc;
|
15 년 전 |
if_false_exitcode.right
|
0e15138c03
hush: fix "if false; then...fi" exitcode;
|
15 년 전 |
if_false_exitcode.tests
|
0e15138c03
hush: fix "if false; then...fi" exitcode;
|
15 년 전 |
nommu1.right
|
cbfe6ad4c6
hush: fix \<newline> handling on NOMMU
|
15 년 전 |
nommu1.tests
|
cbfe6ad4c6
hush: fix \<newline> handling on NOMMU
|
15 년 전 |
nommu2.right
|
b70cef71eb
hush: two NOMMU fixes for bugs 877 and 883
|
15 년 전 |
nommu2.tests
|
b70cef71eb
hush: two NOMMU fixes for bugs 877 and 883
|
15 년 전 |
nommu3.right
|
b5be13ccd9
hush: fix a nommu bug where a part of function body is lost if run in a pipe
|
9 년 전 |
nommu3.tests
|
b5be13ccd9
hush: fix a nommu bug where a part of function body is lost if run in a pipe
|
9 년 전 |
opts1.right
|
a67a9627d0
hush: do not process options after non-option args
|
15 년 전 |
opts1.tests
|
a67a9627d0
hush: do not process options after non-option args
|
15 년 전 |
pid.right
|
16c2fea280
hush: fix $$ handling
|
16 년 전 |
pid.tests
|
16c2fea280
hush: fix $$ handling
|
16 년 전 |
pipefail.right
|
6696eac274
hush: add support for "set -o pipefail"
|
14 년 전 |
pipefail.tests
|
6696eac274
hush: add support for "set -o pipefail"
|
14 년 전 |
read.right
|
d67cef2425
hush: fix read builtin to not read ahead past eol and to not use
|
17 년 전 |
read.tests
|
d67cef2425
hush: fix read builtin to not read ahead past eol and to not use
|
17 년 전 |
redir1.right
|
c96865f445
hush: readability improvements.
|
15 년 전 |
redir1.tests
|
1fd1ea4395
hush: tighten up "for" variable name check.
|
15 년 전 |
redir2.right
|
3dfb035d8d
hush: echo \2>file fix
|
15 년 전 |
redir2.tests
|
3dfb035d8d
hush: echo \2>file fix
|
15 년 전 |
redir3.right
|
efea9d2819
hush: fix EXIT trap recursion case; check redirection failures
|
15 년 전 |
redir3.tests
|
efea9d2819
hush: fix EXIT trap recursion case; check redirection failures
|
15 년 전 |
redir4.right
|
1fd1ea4395
hush: tighten up "for" variable name check.
|
15 년 전 |
redir4.tests
|
1fd1ea4395
hush: tighten up "for" variable name check.
|
15 년 전 |
redir5.right
|
8c64e033c0
hush: fix stdin of backgrounded pipe
|
15 년 전 |
redir5.tests
|
8c64e033c0
hush: fix stdin of backgrounded pipe
|
15 년 전 |
redir6.right
|
1dd6cf8677
hush: fix multiple redirections of the same fd (bug 227)
|
15 년 전 |
redir6.tests
|
1dd6cf8677
hush: fix multiple redirections of the same fd (bug 227)
|
15 년 전 |
return1.right
|
68d5cb5dac
hush: fix a case where return in sourced file has no effect
|
13 년 전 |
return1.tests
|
68d5cb5dac
hush: fix a case where return in sourced file has no effect
|
13 년 전 |
shift.right
|
cd7f4d27a2
hush: improve 2 testsuite tests
|
17 년 전 |
shift.tests
|
cd7f4d27a2
hush: improve 2 testsuite tests
|
17 년 전 |
sig_exitcode.right
|
a4899efd03
hush: fix exitcodes of killed processes
|
15 년 전 |
sig_exitcode.tests
|
a4899efd03
hush: fix exitcodes of killed processes
|
15 년 전 |
sigint1.right
|
b12553faa8
ash: fix ash-signals/signal8 testcase failure
|
13 년 전 |
sigint1.tests
|
bac0a25f72
slightly better wording in comments
|
13 년 전 |
source1.right
|
c162bcdcd1
hush: document a bug about aborting on sourced file error when non-interactive
|
13 년 전 |
source1.tests
|
c162bcdcd1
hush: document a bug about aborting on sourced file error when non-interactive
|
13 년 전 |
source2.right
|
88b532d59a
hush: source builtin should override $N only if it has args
|
11 년 전 |
source2.tests
|
88b532d59a
hush: source builtin should override $N only if it has args
|
11 년 전 |
syntax_err.right
|
db2a9b683a
hush: finally make `cmd` safe on NOMMU
|
15 년 전 |
syntax_err.tests
|
cd7f4d27a2
hush: improve 2 testsuite tests
|
17 년 전 |
syntax_err_negate.right
|
b6e6556b31
hush: improve parse_stream: does not require parsing context struct;
|
15 년 전 |
syntax_err_negate.tests
|
a84420062a
hush: support "! cmd | cmd" negation
|
16 년 전 |
unicode1.right
|
c538d5bcc3
hush: make ${#var} unicode-aware
|
10 년 전 |
unicode1.tests
|
c538d5bcc3
hush: make ${#var} unicode-aware
|
10 년 전 |
until1.right
|
cd418a2670
hush: fix a bunch of obscure while/until/continue bugs
|
15 년 전 |
until1.tests
|
4ed67dd3d5
make hush-misc/*.tests executable
|
15 년 전 |
while1.right
|
918a34b9e0
hush: fix "while false; ..." exitcode; add testsuites
|
16 년 전 |
while1.tests
|
918a34b9e0
hush: fix "while false; ..." exitcode; add testsuites
|
16 년 전 |
while2.right
|
cd418a2670
hush: fix a bunch of obscure while/until/continue bugs
|
15 년 전 |
while2.tests
|
4ed67dd3d5
make hush-misc/*.tests executable
|
15 년 전 |
while3.right
|
00ae989ee5
hush: fix a corner case of empty "do \n done" structure
|
13 년 전 |
while3.tests
|
00ae989ee5
hush: fix a corner case of empty "do \n done" structure
|
13 년 전 |
while4.right
|
3beab83e4f
hush: fix for "while false && true; do echo BUG; break; done". closes 6170
|
11 년 전 |
while4.tests
|
3beab83e4f
hush: fix for "while false && true; do echo BUG; break; done". closes 6170
|
11 년 전 |
while_in_subshell.right
|
f8d01d3f66
hush: fix a bug where we were requiring semicolon here: (cmd;)
|
16 년 전 |
while_in_subshell.tests
|
f8d01d3f66
hush: fix a bug where we were requiring semicolon here: (cmd;)
|
16 년 전 |