aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-arith
AgeCommit message (Expand)Author
2018-04-02ash: parser: Add syntax stack for recursive parsingDenys Vlasenko
2018-01-28shell: handle $((NUM++...) like bash does. Closes 10706Denys Vlasenko
2010-09-16shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko
2010-09-15shell/math: return string error indicator, not integerDenys Vlasenko
2008-03-25ash: support for && and || in [[ expr ]]; add testsuite checksDenis Vlasenko
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko
2007-03-05small ash testsuite, adapted from bashDenis Vlasenko