index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash_test
/
ash-arith
Age
Commit message (
Expand
)
Author
2023-06-25
shell/math: bash-compatible handling of too large numbers
Denys Vlasenko
2023-06-18
shell: typo fix in tests
Denys Vlasenko
2023-06-16
shell/math: fix ?: to not evaluate not-taken branches
Denys Vlasenko
2023-06-15
shell: document another arithmetic discrepancy with bash
Denys Vlasenko
2023-06-15
shell/math: remove special code to handle a?b?c:d:e, it works without it now
Denys Vlasenko
2023-06-15
shell/math: fix parsing of ?: and explain why it's parsed that way
Denys Vlasenko
2023-06-14
shell/math: fix nested ?: and do not parse variables in not-taken branch
Denys Vlasenko
2023-06-14
shell/math: document ternary ?: op's weirdness, add code comments
Denys Vlasenko
2023-06-13
shell: add a few yet-failing arithmentic tests
Denys Vlasenko
2021-09-26
shell: fix parsing of $(( (v)++ + NUM ))
Denys Vlasenko
2021-09-25
shell: enable more tests which are passing now
Denys Vlasenko
2021-09-25
shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)
Denys Vlasenko
2018-04-02
ash: parser: Add syntax stack for recursive parsing
Denys Vlasenko
2018-01-28
shell: handle $((NUM++...) like bash does. Closes 10706
Denys Vlasenko
2010-09-16
shell/math: deconvolute and explain ?: handling. Give better error message
Denys Vlasenko
2010-09-15
shell/math: return string error indicator, not integer
Denys Vlasenko
2008-03-25
ash: support for && and || in [[ expr ]]; add testsuite checks
Denis Vlasenko
2007-03-20
fix accumulated whitespace and indentation damage
Denis Vlasenko
2007-03-05
small ash testsuite, adapted from bash
Denis Vlasenko