index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
runit
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-10
ash: remove "volatile" specifier from suppress_int
Denys Vlasenko
1
-4
/
+11
2023-07-10
ash: disable sleep as builtin, closes 15619
Denys Vlasenko
2
-5
/
+19
2023-07-09
libiproute: fix filtering ip6 route by table id
Yousong Zhou
1
-9
/
+1
2023-07-08
hush: fix a compile failure
Denys Vlasenko
1
-1
/
+1
2023-07-04
ash: disable check for "good" function name, bash does not check this
Denys Vlasenko
3
-11
/
+17
2023-07-03
hush: quote values in "readonly" output
Denys Vlasenko
1
-4
/
+11
2023-07-02
shell/math: avoid $((3**999999999999999999)) to take years
Denys Vlasenko
1
-3
/
+14
2023-07-02
shell/math: do not accept $((36#@))
Denys Vlasenko
1
-16
/
+22
2023-06-30
shell/math: code shrink
Denys Vlasenko
1
-4
/
+7
2023-06-29
shell/math: code shrink
Denys Vlasenko
1
-11
/
+13
2023-06-28
shell/math: code shrink
Denys Vlasenko
1
-8
/
+10
2023-06-26
shell/math: improve comments
Denys Vlasenko
1
-2
/
+4
2023-06-26
shell/math: rename TOK_NUM to TOK_VALUE, improve comments
Denys Vlasenko
1
-24
/
+25
2023-06-25
shell/math: bash-compatible handling of too large numbers
Denys Vlasenko
9
-44
/
+118
2023-06-19
shell/math: disable debug again
Denys Vlasenko
1
-1
/
+1
2023-06-19
shell/math: $((1?)) has one-too-small opstack, fix this
Denys Vlasenko
1
-1
/
+2
2023-06-19
shell/math: fix comments about jammed-together num+num corner cases
Denys Vlasenko
1
-8
/
+16
2023-06-18
shell/math: add note on ERANGE
Denys Vlasenko
1
-4
/
+11
2023-06-18
shell/math: explain why we use separate &end
Denys Vlasenko
1
-1
/
+1
2023-06-18
shell/math: code shrink
Denys Vlasenko
1
-2
/
+5
2023-06-18
shell/math: eliminate redundant endofname()
Denys Vlasenko
1
-8
/
+8
2023-06-18
shell: typo fix in tests
Denys Vlasenko
2
-2
/
+2
2023-06-18
shell/math: code shrink
Denys Vlasenko
1
-11
/
+12
2023-06-18
shell/math: decrease stack usage by not allocating copies of variable names
Denys Vlasenko
1
-32
/
+51
2023-06-18
shell/math: decrease stack usage
Denys Vlasenko
1
-35
/
+27
2023-06-17
shell: move varcmp() to shell_common.h and use it in hush
Denys Vlasenko
4
-50
/
+37
2023-06-17
ash: code shrink
Denys Vlasenko
1
-1
/
+1
2023-06-17
shell/read: do not allow empty variable name
Denys Vlasenko
1
-1
/
+1
2023-06-17
shell/math: eliminate some redundant stores on return code path
Denys Vlasenko
1
-20
/
+23
2023-06-17
shell/math: change ?: nesting code to not have 63 level nesting limitation
Denys Vlasenko
2
-14
/
+21
2023-06-17
shell/math.h: update comments, rearrange struct members for smaller code
Denys Vlasenko
2
-23
/
+5
2023-06-17
shell/math: code shrink
Denys Vlasenko
1
-3
/
+3
2023-06-16
shell/math: tweka comments
Denys Vlasenko
1
-16
/
+8
2023-06-16
shell/math: fix ?: to not evaluate not-taken branches
Denys Vlasenko
26
-24
/
+131
2023-06-15
shell/math: simplify handling of unary plus
Denys Vlasenko
1
-3
/
+5
2023-06-15
shell/math: explain the logic, small tweak to make code smaller
Denys Vlasenko
1
-10
/
+25
2023-06-15
shell/math: fix order of expansion of variables to numbers
Denys Vlasenko
3
-34
/
+26
2023-06-15
shell: document another arithmetic discrepancy with bash
Denys Vlasenko
2
-0
/
+11
2023-06-15
libbb: code shrink: introduce and use [_]exit_FAILURE()
Denys Vlasenko
21
-27
/
+40
2023-06-15
shell/math: remove special code to handle a?b?c:d:e, it works without it now
Denys Vlasenko
5
-9
/
+9
2023-06-15
shell/math: fix parsing of ?: and explain why it's parsed that way
Denys Vlasenko
11
-26
/
+61
2023-06-15
shell/math: simpler insertion of "fake" last RPAREN
Denys Vlasenko
1
-7
/
+6
2023-06-14
shell: sync ash/hush test scripts
Denys Vlasenko
2
-8
/
+25
2023-06-14
shell/math: trivial code shrink
Denys Vlasenko
1
-4
/
+3
2023-06-14
shell/math: fix the order of variable resolution in binops
Denys Vlasenko
9
-12
/
+48
2023-06-14
shell/math: remove now-unused second_val
Denys Vlasenko
1
-20
/
+3
2023-06-14
shell/math: fix nested ?: and do not parse variables in not-taken branch
Denys Vlasenko
7
-43
/
+61
2023-06-14
shell/math: remove a redundant check
Denys Vlasenko
1
-6
/
+6
2023-06-14
shell/math: document ternary ?: op's weirdness, add code comments
Denys Vlasenko
3
-28
/
+65
2023-06-13
syslogd: daemonize _after_ init (so that init errors are visible, if they occur)
Denys Vlasenko
1
-8
/
+8
[next]