aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-arith/arith.right (follow)
Commit message (Expand)AuthorAgeFilesLines
* shell/math: bash-compatible handling of too large numbersDenys Vlasenko2023-06-251-1/+2
* shell/math: fix parsing of ?: and explain why it's parsed that wayDenys Vlasenko2023-06-151-1/+1
* shell: enable more tests which are passing nowDenys Vlasenko2021-09-251-17/+41
* shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)Denys Vlasenko2021-09-251-7/+13
* shell: handle $((NUM++...) like bash does. Closes 10706Denys Vlasenko2018-01-281-0/+4
* 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
* small ash testsuite, adapted from bashDenis Vlasenko2007-03-051-0/+138