aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-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-24/+37
* 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-27/+27
* hush: fix more obscure ${var%...} casesDenys Vlasenko2010-05-222-8/+20
* hush: fix SEGV in % expansionDenis Vlasenko2009-04-261-3/+3
* hush: deal with some easier TODOsDenis Vlasenko2009-04-091-27/+27
* hush: rename ->o_quote to ->o_escapeDenis Vlasenko2009-04-024-0/+537