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