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
/
hush_test
/
hush-arith
Age
Commit message (
Expand
)
Author
2023-06-15
shell/math: fix parsing of ?: and explain why it's parsed that way
Denys Vlasenko
2023-06-14
shell/math: fix the order of variable resolution in binops
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
2010-05-22
hush: fix more obscure ${var%...} cases
Denys Vlasenko
2009-04-26
hush: fix SEGV in % expansion
Denis Vlasenko
2009-04-09
hush: deal with some easier TODOs
Denis Vlasenko
2009-04-02
hush: rename ->o_quote to ->o_escape
Denis Vlasenko