Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shell: fix parsing of $(( (v)++ + NUM )) | Denys Vlasenko | 2021-09-26 | 2 | -0/+7 |
* | shell: enable more tests which are passing now | Denys Vlasenko | 2021-09-25 | 3 | -49/+68 |
* | shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7) | Denys Vlasenko | 2021-09-25 | 4 | -19/+25 |
* | ash: parser: Add syntax stack for recursive parsing | Denys Vlasenko | 2018-04-02 | 2 | -0/+2 |
* | shell: handle $((NUM++...) like bash does. Closes 10706 | Denys Vlasenko | 2018-01-28 | 4 | -6/+20 |
* | 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 |
* | ash: support for && and || in [[ expr ]]; add testsuite checks | Denis Vlasenko | 2008-03-25 | 2 | -0/+7 |
* | fix accumulated whitespace and indentation damage | Denis Vlasenko | 2007-03-20 | 3 | -5/+5 |
* | small ash testsuite, adapted from bash | Denis Vlasenko | 2007-03-05 | 7 | -0/+706 |