Denis Vlasenko 2b576b8e76 hush: fix mishandling of a'b'c=fff as assignments. They are not. 16 gadi atpakaļ
..
assignment1.right 2b576b8e76 hush: fix mishandling of a'b'c=fff as assignments. They are not. 16 gadi atpakaļ
assignment1.tests 2b576b8e76 hush: fix mishandling of a'b'c=fff as assignments. They are not. 16 gadi atpakaļ
assignment2.rigth 2b576b8e76 hush: fix mishandling of a'b'c=fff as assignments. They are not. 16 gadi atpakaļ
assignment2.tests 2b576b8e76 hush: fix mishandling of a'b'c=fff as assignments. They are not. 16 gadi atpakaļ
break1.right 6a2d40f239 hush: support "break N" and "continue N" 16 gadi atpakaļ
break1.tests 6a2d40f239 hush: support "break N" and "continue N" 16 gadi atpakaļ
break2.right 6a2d40f239 hush: support "break N" and "continue N" 16 gadi atpakaļ
break2.tests 6a2d40f239 hush: support "break N" and "continue N" 16 gadi atpakaļ
break3.right 6a2d40f239 hush: support "break N" and "continue N" 16 gadi atpakaļ
break3.tests 6a2d40f239 hush: support "break N" and "continue N" 16 gadi atpakaļ
break4.right 918a34b9e0 hush: fix "while false; ..." exitcode; add testsuites 16 gadi atpakaļ
break4.tests 918a34b9e0 hush: fix "while false; ..." exitcode; add testsuites 16 gadi atpakaļ
break5.right fcf37c3183 hush: fix break'ing out of {} and () groups; with testcase 16 gadi atpakaļ
break5.tests fcf37c3183 hush: fix break'ing out of {} and () groups; with testcase 16 gadi atpakaļ
builtin1.right dadfb4975b hush: add #defines to switch off break/continue if loops are not supported 16 gadi atpakaļ
builtin1.tests dadfb4975b hush: add #defines to switch off break/continue if loops are not supported 16 gadi atpakaļ
case1.right f173607520 hush: fix "case ... in <newline> word)..." 16 gadi atpakaļ
case1.tests f173607520 hush: fix "case ... in <newline> word)..." 16 gadi atpakaļ
colon.right dd316dd283 hush: add support for ':'; create testsuite entries 16 gadi atpakaļ
colon.tests f8d01d3f66 hush: fix a bug where we were requiring semicolon here: (cmd;) 16 gadi atpakaļ
continue1.right 4554b721ad hush: small fix for repeated continue and fix for wrong loop depth count 16 gadi atpakaļ
continue1.tests 4554b721ad hush: small fix for repeated continue and fix for wrong loop depth count 16 gadi atpakaļ
empty_for.right 6eaf8deddd hush: fix "for a in; do echo 'I should never run'; done" bug 16 gadi atpakaļ
empty_for.tests 6eaf8deddd hush: fix "for a in; do echo 'I should never run'; done" bug 16 gadi atpakaļ
empty_for2.right ff182a3d68 hush: support "for v; do ... done" syntax (implied 'in "$@"') 16 gadi atpakaļ
empty_for2.tests ff182a3d68 hush: support "for v; do ... done" syntax (implied 'in "$@"') 16 gadi atpakaļ
for_with_keywords.right 733e3fbc2f hush: support "for if in do done then; do echo $if; done" case 16 gadi atpakaļ
for_with_keywords.tests 733e3fbc2f hush: support "for if in do done then; do echo $if; done" case 16 gadi atpakaļ
pid.right 16c2fea280 hush: fix $$ handling 16 gadi atpakaļ
pid.tests 16c2fea280 hush: fix $$ handling 16 gadi atpakaļ
read.right d67cef2425 hush: fix read builtin to not read ahead past eol and to not use 17 gadi atpakaļ
read.tests d67cef2425 hush: fix read builtin to not read ahead past eol and to not use 17 gadi atpakaļ
shift.right cd7f4d27a2 hush: improve 2 testsuite tests 17 gadi atpakaļ
shift.tests cd7f4d27a2 hush: improve 2 testsuite tests 17 gadi atpakaļ
syntax_err.right cd7f4d27a2 hush: improve 2 testsuite tests 17 gadi atpakaļ
syntax_err.tests cd7f4d27a2 hush: improve 2 testsuite tests 17 gadi atpakaļ
syntax_err_negate.right a84420062a hush: support "! cmd | cmd" negation 16 gadi atpakaļ
syntax_err_negate.tests a84420062a hush: support "! cmd | cmd" negation 16 gadi atpakaļ
while1.right 918a34b9e0 hush: fix "while false; ..." exitcode; add testsuites 16 gadi atpakaļ
while1.tests 918a34b9e0 hush: fix "while false; ..." exitcode; add testsuites 16 gadi atpakaļ
while_in_subshell.right f8d01d3f66 hush: fix a bug where we were requiring semicolon here: (cmd;) 16 gadi atpakaļ
while_in_subshell.tests f8d01d3f66 hush: fix a bug where we were requiring semicolon here: (cmd;) 16 gadi atpakaļ