aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-arith (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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