Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shell/math: bash-compatible handling of too large numbers | Denys Vlasenko | 2023-06-25 | 1 | -1/+2 |
* | shell/math: fix parsing of ?: and explain why it's parsed that way | Denys Vlasenko | 2023-06-15 | 1 | -1/+1 |
* | shell: enable more tests which are passing now | Denys Vlasenko | 2021-09-25 | 1 | -17/+41 |
* | shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7) | Denys Vlasenko | 2021-09-25 | 1 | -7/+13 |
* | shell: handle $((NUM++...) like bash does. Closes 10706 | Denys Vlasenko | 2018-01-28 | 1 | -0/+4 |
* | shell/math: deconvolute and explain ?: handling. Give better error message | Denys Vlasenko | 2010-09-16 | 1 | -1/+1 |
* | shell/math: return string error indicator, not integer | Denys Vlasenko | 2010-09-15 | 1 | -28/+28 |
* | small ash testsuite, adapted from bash | Denis Vlasenko | 2007-03-05 | 1 | -0/+138 |