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

README.ash

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