index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash_test
/
ash-arith
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shell/math: bash-compatible handling of too large numbers
Denys Vlasenko
2023-06-25
4
-4
/
+35
*
shell: typo fix in tests
Denys Vlasenko
2023-06-18
1
-1
/
+1
*
shell/math: fix ?: to not evaluate not-taken branches
Denys Vlasenko
2023-06-16
10
-0
/
+25
*
shell: document another arithmetic discrepancy with bash
Denys Vlasenko
2023-06-15
2
-0
/
+11
*
shell/math: remove special code to handle a?b?c:d:e, it works without it now
Denys Vlasenko
2023-06-15
2
-0
/
+3
*
shell/math: fix parsing of ?: and explain why it's parsed that way
Denys Vlasenko
2023-06-15
3
-1
/
+4
*
shell/math: fix nested ?: and do not parse variables in not-taken branch
Denys Vlasenko
2023-06-14
6
-12
/
+12
*
shell/math: document ternary ?: op's weirdness, add code comments
Denys Vlasenko
2023-06-14
2
-0
/
+16
*
shell: add a few yet-failing arithmentic tests
Denys Vlasenko
2023-06-13
10
-0
/
+43
*
shell: fix parsing of $(( (v)++ + NUM ))
Denys Vlasenko
2021-09-26
2
-0
/
+7
*
shell: enable more tests which are passing now
Denys Vlasenko
2021-09-25
3
-49
/
+68
*
shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)
Denys Vlasenko
2021-09-25
4
-19
/
+25
*
ash: parser: Add syntax stack for recursive parsing
Denys Vlasenko
2018-04-02
2
-0
/
+2
*
shell: handle $((NUM++...) like bash does. Closes 10706
Denys Vlasenko
2018-01-28
4
-6
/
+20
*
shell/math: deconvolute and explain ?: handling. Give better error message
Denys Vlasenko
2010-09-16
1
-1
/
+1
*
shell/math: return string error indicator, not integer
Denys Vlasenko
2010-09-15
1
-28
/
+28
*
ash: support for && and || in [[ expr ]]; add testsuite checks
Denis Vlasenko
2008-03-25
2
-0
/
+7
*
fix accumulated whitespace and indentation damage
Denis Vlasenko
2007-03-20
3
-5
/
+5
*
small ash testsuite, adapted from bash
Denis Vlasenko
2007-03-05
7
-0
/
+706