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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
shell/math: avoid $((3**999999999999999999)) to take years
Denys Vlasenko
2023-07-02
1
-3
/
+14
|
*
shell/math: do not accept $((36#@))
Denys Vlasenko
2023-07-02
1
-16
/
+22
|
*
shell/math: code shrink
Denys Vlasenko
2023-06-30
1
-4
/
+7
|
*
shell/math: code shrink
Denys Vlasenko
2023-06-29
1
-11
/
+13
|
*
shell/math: code shrink
Denys Vlasenko
2023-06-28
1
-8
/
+10
|
*
shell/math: improve comments
Denys Vlasenko
2023-06-26
1
-2
/
+4
|
*
shell/math: rename TOK_NUM to TOK_VALUE, improve comments
Denys Vlasenko
2023-06-26
1
-24
/
+25
|
*
shell/math: bash-compatible handling of too large numbers
Denys Vlasenko
2023-06-25
9
-44
/
+118
|
*
shell/math: disable debug again
Denys Vlasenko
2023-06-19
1
-1
/
+1
|
*
shell/math: $((1?)) has one-too-small opstack, fix this
Denys Vlasenko
2023-06-19
1
-1
/
+2
|
*
shell/math: fix comments about jammed-together num+num corner cases
Denys Vlasenko
2023-06-19
1
-8
/
+16
|
*
shell/math: add note on ERANGE
Denys Vlasenko
2023-06-18
1
-4
/
+11
|
*
shell/math: explain why we use separate &end
Denys Vlasenko
2023-06-18
1
-1
/
+1
|
*
shell/math: code shrink
Denys Vlasenko
2023-06-18
1
-2
/
+5
|
*
shell/math: eliminate redundant endofname()
Denys Vlasenko
2023-06-18
1
-8
/
+8
|
*
shell: typo fix in tests
Denys Vlasenko
2023-06-18
2
-2
/
+2
|
*
shell/math: code shrink
Denys Vlasenko
2023-06-18
1
-11
/
+12
|
*
shell/math: decrease stack usage by not allocating copies of variable names
Denys Vlasenko
2023-06-18
1
-32
/
+51
|
*
shell/math: decrease stack usage
Denys Vlasenko
2023-06-18
1
-35
/
+27
|
*
shell: move varcmp() to shell_common.h and use it in hush
Denys Vlasenko
2023-06-17
4
-50
/
+37
|
*
ash: code shrink
Denys Vlasenko
2023-06-17
1
-1
/
+1
|
*
shell/read: do not allow empty variable name
Denys Vlasenko
2023-06-17
1
-1
/
+1
|
*
shell/math: eliminate some redundant stores on return code path
Denys Vlasenko
2023-06-17
1
-20
/
+23
|
*
shell/math: change ?: nesting code to not have 63 level nesting limitation
Denys Vlasenko
2023-06-17
2
-14
/
+21
|
*
shell/math.h: update comments, rearrange struct members for smaller code
Denys Vlasenko
2023-06-17
2
-23
/
+5
|
*
shell/math: code shrink
Denys Vlasenko
2023-06-17
1
-3
/
+3
|
*
shell/math: tweka comments
Denys Vlasenko
2023-06-16
1
-16
/
+8
|
*
shell/math: fix ?: to not evaluate not-taken branches
Denys Vlasenko
2023-06-16
26
-24
/
+131
|
*
shell/math: simplify handling of unary plus
Denys Vlasenko
2023-06-15
1
-3
/
+5
|
*
shell/math: explain the logic, small tweak to make code smaller
Denys Vlasenko
2023-06-15
1
-10
/
+25
|
*
shell/math: fix order of expansion of variables to numbers
Denys Vlasenko
2023-06-15
3
-34
/
+26
|
*
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
5
-9
/
+9
|
*
shell/math: fix parsing of ?: and explain why it's parsed that way
Denys Vlasenko
2023-06-15
11
-26
/
+61
|
*
shell/math: simpler insertion of "fake" last RPAREN
Denys Vlasenko
2023-06-15
1
-7
/
+6
|
*
shell: sync ash/hush test scripts
Denys Vlasenko
2023-06-14
2
-8
/
+25
|
*
shell/math: trivial code shrink
Denys Vlasenko
2023-06-14
1
-4
/
+3
|
*
shell/math: fix the order of variable resolution in binops
Denys Vlasenko
2023-06-14
9
-12
/
+48
|
*
shell/math: remove now-unused second_val
Denys Vlasenko
2023-06-14
1
-20
/
+3
|
*
shell/math: fix nested ?: and do not parse variables in not-taken branch
Denys Vlasenko
2023-06-14
7
-43
/
+61
|
*
shell/math: remove a redundant check
Denys Vlasenko
2023-06-14
1
-6
/
+6
|
*
shell/math: document ternary ?: op's weirdness, add code comments
Denys Vlasenko
2023-06-14
3
-28
/
+65
|
*
shell/math: fix one name check, other minor cleanups
Denys Vlasenko
2023-06-13
1
-8
/
+12
|
*
shell: add a few yet-failing arithmentic tests
Denys Vlasenko
2023-06-13
10
-0
/
+43
|
*
shell/math: reduce stack usage
Denys Vlasenko
2023-06-13
1
-30
/
+36
|
*
shell: avoid segfault on ${0::0/0~09J}. Closes 15216
Denys Vlasenko
2023-06-12
1
-4
/
+35
|
*
hush: fix expansion of space in "a=${a:+$a }c" construct
Denys Vlasenko
2023-06-12
5
-1
/
+17
*
|
ash: fix 'read' shell built-in (1)
Ron Yorston
2023-07-12
1
-16
/
+7
*
|
ash: properly echo console input to 'read' built-in
Ron Yorston
2023-07-12
2
-4
/
+4
*
|
ash: standardise treatment of winxp option
Ron Yorston
2023-06-21
1
-13
/
+41
[prev]
[next]