Denys Vlasenko c1c267fd36 shell/math: bash-compatible handling of too large numbers hace 1 año
..
README.ash 1c660b4bd2 small ash testsuite, adapted from bash hace 17 años
arith-assign-in-varexp.right 8ccb3f7b13 shell: add a few yet-failing arithmentic tests hace 1 año
arith-assign-in-varexp.tests 8ccb3f7b13 shell: add a few yet-failing arithmentic tests hace 1 año
arith-assign-in-varexp1.right 22cb0d573a shell: document another arithmetic discrepancy with bash hace 1 año
arith-assign-in-varexp1.tests 22cb0d573a shell: document another arithmetic discrepancy with bash hace 1 año
arith-bash1.right 80591b0a00 ash: support for && and || in [[ expr ]]; add testsuite checks hace 16 años
arith-bash1.tests 80591b0a00 ash: support for && and || in [[ expr ]]; add testsuite checks hace 16 años
arith-bignum1.right c1c267fd36 shell/math: bash-compatible handling of too large numbers hace 1 año
arith-bignum1.tests c1c267fd36 shell/math: bash-compatible handling of too large numbers hace 1 año
arith-comma1.right 8ccb3f7b13 shell: add a few yet-failing arithmentic tests hace 1 año
arith-comma1.tests 8ccb3f7b13 shell: add a few yet-failing arithmentic tests hace 1 año
arith-for.right c86e052b81 fix accumulated whitespace and indentation damage hace 17 años
arith-for.testsx c86e052b81 fix accumulated whitespace and indentation damage hace 17 años
arith-postinc.right 1be73dd9ad shell: fix parsing of $(( (v)++ + NUM )) hace 3 años
arith-postinc.tests 1be73dd9ad shell: fix parsing of $(( (v)++ + NUM )) hace 3 años
arith-precedence1.right 8acbf31708 shell/math: document ternary ?: op's weirdness, add code comments hace 1 año
arith-precedence1.tests 8acbf31708 shell/math: document ternary ?: op's weirdness, add code comments hace 1 año
arith-ternary-assign.right e127985839 shell/math: fix ?: to not evaluate not-taken branches hace 1 año
arith-ternary-assign.tests e127985839 shell/math: fix ?: to not evaluate not-taken branches hace 1 año
arith-ternary-comma.right e127985839 shell/math: fix ?: to not evaluate not-taken branches hace 1 año
arith-ternary-comma.tests e127985839 shell/math: fix ?: to not evaluate not-taken branches hace 1 año
arith-ternary-preincr.right e127985839 shell/math: fix ?: to not evaluate not-taken branches hace 1 año
arith-ternary-preincr.tests e127985839 shell/math: fix ?: to not evaluate not-taken branches hace 1 año
arith-ternary1.right 46dccd2ec0 shell/math: fix nested ?: and do not parse variables in not-taken branch hace 1 año
arith-ternary1.tests 46dccd2ec0 shell/math: fix nested ?: and do not parse variables in not-taken branch hace 1 año
arith-ternary2.right 46dccd2ec0 shell/math: fix nested ?: and do not parse variables in not-taken branch hace 1 año
arith-ternary2.tests 46dccd2ec0 shell/math: fix nested ?: and do not parse variables in not-taken branch hace 1 año
arith-ternary3.right e127985839 shell/math: fix ?: to not evaluate not-taken branches hace 1 año
arith-ternary3.tests e127985839 shell/math: fix ?: to not evaluate not-taken branches hace 1 año
arith-ternary_nested.right 46dccd2ec0 shell/math: fix nested ?: and do not parse variables in not-taken branch hace 1 año
arith-ternary_nested.tests 46dccd2ec0 shell/math: fix nested ?: and do not parse variables in not-taken branch hace 1 año
arith-ternary_nested1.right 5f56a03882 shell/math: fix parsing of ?: and explain why it's parsed that way hace 1 año
arith-ternary_nested1.tests 5f56a03882 shell/math: fix parsing of ?: and explain why it's parsed that way hace 1 año
arith-ternary_nested2.right 61a4959251 shell/math: remove special code to handle a?b?c:d:e, it works without it now hace 1 año
arith-ternary_nested2.tests 61a4959251 shell/math: remove special code to handle a?b?c:d:e, it works without it now hace 1 año
arith-ternary_nested3.right e127985839 shell/math: fix ?: to not evaluate not-taken branches hace 1 año
arith-ternary_nested3.tests b61fd8ec5a shell: typo fix in tests hace 1 año
arith.right c1c267fd36 shell/math: bash-compatible handling of too large numbers hace 1 año
arith.tests c1c267fd36 shell/math: bash-compatible handling of too large numbers hace 1 año
arith1.sub d84a604830 shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7) hace 3 años
arith2.sub 62e433131b shell: enable more tests which are passing now hace 3 años
arith_nested1.right 216913c290 ash: parser: Add syntax stack for recursive parsing hace 6 años
arith_nested1.tests 216913c290 ash: parser: Add syntax stack for recursive parsing hace 6 años

README.ash

there is no support for (( )) constructs in ash