aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-arith (follow)
Commit message (Expand)AuthorAgeFilesLines
* shell/math: bash-compatible handling of too large numbersDenys Vlasenko2023-06-254-4/+35
* shell: typo fix in testsDenys Vlasenko2023-06-181-1/+1
* shell/math: fix ?: to not evaluate not-taken branchesDenys Vlasenko2023-06-1614-0/+42
* shell/math: fix order of expansion of variables to numbersDenys Vlasenko2023-06-152-0/+11
* shell/math: remove special code to handle a?b?c:d:e, it works without it nowDenys Vlasenko2023-06-152-0/+3
* shell/math: fix parsing of ?: and explain why it's parsed that wayDenys Vlasenko2023-06-157-11/+23
* shell/math: fix the order of variable resolution in binopsDenys Vlasenko2023-06-148-0/+33
* 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