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
Age
Commit message (
Expand
)
Author
2023-06-18
shell/math: code shrink
Denys Vlasenko
2023-06-18
shell/math: eliminate redundant endofname()
Denys Vlasenko
2023-06-18
shell: typo fix in tests
Denys Vlasenko
2023-06-18
shell/math: code shrink
Denys Vlasenko
2023-06-18
shell/math: decrease stack usage by not allocating copies of variable names
Denys Vlasenko
2023-06-18
shell/math: decrease stack usage
Denys Vlasenko
2023-06-17
shell: move varcmp() to shell_common.h and use it in hush
Denys Vlasenko
2023-06-17
ash: code shrink
Denys Vlasenko
2023-06-17
shell/read: do not allow empty variable name
Denys Vlasenko
2023-06-17
shell/math: eliminate some redundant stores on return code path
Denys Vlasenko
2023-06-17
shell/math: change ?: nesting code to not have 63 level nesting limitation
Denys Vlasenko
2023-06-17
shell/math.h: update comments, rearrange struct members for smaller code
Denys Vlasenko
2023-06-17
shell/math: code shrink
Denys Vlasenko
2023-06-16
shell/math: tweka comments
Denys Vlasenko
2023-06-16
shell/math: fix ?: to not evaluate not-taken branches
Denys Vlasenko
2023-06-15
shell/math: simplify handling of unary plus
Denys Vlasenko
2023-06-15
shell/math: explain the logic, small tweak to make code smaller
Denys Vlasenko
2023-06-15
shell/math: fix order of expansion of variables to numbers
Denys Vlasenko
2023-06-15
shell: document another arithmetic discrepancy with bash
Denys Vlasenko
2023-06-15
libbb: code shrink: introduce and use [_]exit_FAILURE()
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-15
shell/math: simpler insertion of "fake" last RPAREN
Denys Vlasenko
2023-06-14
shell: sync ash/hush test scripts
Denys Vlasenko
2023-06-14
shell/math: trivial code shrink
Denys Vlasenko
2023-06-14
shell/math: fix the order of variable resolution in binops
Denys Vlasenko
2023-06-14
shell/math: remove now-unused second_val
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: remove a redundant check
Denys Vlasenko
2023-06-14
shell/math: document ternary ?: op's weirdness, add code comments
Denys Vlasenko
2023-06-13
syslogd: daemonize _after_ init (so that init errors are visible, if they occur)
Denys Vlasenko
2023-06-13
syslogd: decrease stack usage, ~50 bytes
Denys Vlasenko
2023-06-13
shell/math: fix one name check, other minor cleanups
Denys Vlasenko
2023-06-13
shell: add a few yet-failing arithmentic tests
Denys Vlasenko
2023-06-13
shell/math: reduce stack usage
Denys Vlasenko
2023-06-12
shell: avoid segfault on ${0::0/0~09J}. Closes 15216
Denys Vlasenko
2023-06-12
hush: fix expansion of space in "a=${a:+$a }c" construct
Denys Vlasenko
2023-06-12
udhcpd: optional BOOTP support
Denys Vlasenko
2023-06-12
libbb: pass "" rather than NULL as format string in _nomsg functions
Denys Vlasenko
2023-06-08
awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST...
Denys Vlasenko
2023-06-07
awk: fix SEGV on read error in -f PROGFILE
Denys Vlasenko
2023-06-06
awk: code shrink
Denys Vlasenko
2023-06-03
awk: fix backslash handling in sub() builtins
Denys Vlasenko
2023-05-30
awk: fix precedence of = relative to ==
Denys Vlasenko
2023-05-29
tunctl: code shrink
Denys Vlasenko
2023-05-29
awk: printf(INVALID_FMT) prints it verbatim
Denys Vlasenko
2023-05-28
awk: shrink - use setvar_sn() to set variables from non-NUL terminated strings
Denys Vlasenko
2023-05-28
awk: code shrink
Denys Vlasenko
2023-05-28
awk: fix closing of non-opened file
Denys Vlasenko
2023-05-28
libbb/dump: code shrink
Denys Vlasenko
[prev]
[next]