aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-arith (follow)
Commit message (Expand)AuthorAgeFilesLines
* shell/math: bash-compatible handling of too large numbersDenys Vlasenko2023-06-254-4/+35
* shell: typo fix in testsDenys Vlasenko2023-06-181-1/+1
* shell/math: fix ?: to not evaluate not-taken branchesDenys Vlasenko2023-06-1610-0/+25
* shell: document another arithmetic discrepancy with bashDenys Vlasenko2023-06-152-0/+11
* shell/math: remove special code to handle a?b?c:d:e, it works without it nowDenys Vlasenko2023-06-152-0/+3
* shell/math: fix parsing of ?: and explain why it's parsed that wayDenys Vlasenko2023-06-153-1/+4
* shell/math: fix nested ?: and do not parse variables in not-taken branchDenys Vlasenko2023-06-146-12/+12
* shell/math: document ternary ?: op's weirdness, add code commentsDenys Vlasenko2023-06-142-0/+16
* shell: add a few yet-failing arithmentic testsDenys Vlasenko2023-06-1310-0/+43
* shell: fix parsing of $(( (v)++ + NUM ))Denys Vlasenko2021-09-262-0/+7
* shell: enable more tests which are passing nowDenys Vlasenko2021-09-253-49/+68
* shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)Denys Vlasenko2021-09-254-19/+25
* ash: parser: Add syntax stack for recursive parsingDenys Vlasenko2018-04-022-0/+2
* shell: handle $((NUM++...) like bash does. Closes 10706Denys Vlasenko2018-01-284-6/+20
* shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko2010-09-161-1/+1
* shell/math: return string error indicator, not integerDenys Vlasenko2010-09-151-28/+28
* ash: support for && and || in [[ expr ]]; add testsuite checksDenis Vlasenko2008-03-252-0/+7
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-203-5/+5
* small ash testsuite, adapted from bashDenis Vlasenko2007-03-057-0/+706