aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-arith/arith.right (follow)
Commit message (Expand)AuthorAgeFilesLines
* shell: enable more tests which are passing nowDenys Vlasenko2021-09-251-0/+17
* 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-27/+27
* hush: fix more obscure ${var%...} casesDenys Vlasenko2010-05-221-0/+9
* 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-021-0/+138