Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-18shell/math: explain why we use separate &endDenys Vlasenko
2023-06-18shell/math: code shrinkDenys Vlasenko
2023-06-18shell/math: eliminate redundant endofname()Denys Vlasenko
2023-06-18shell: typo fix in testsDenys Vlasenko
2023-06-18shell/math: code shrinkDenys Vlasenko
2023-06-18shell/math: decrease stack usage by not allocating copies of variable namesDenys Vlasenko
2023-06-18shell/math: decrease stack usageDenys Vlasenko
2023-06-17shell: move varcmp() to shell_common.h and use it in hushDenys Vlasenko
2023-06-17ash: code shrinkDenys Vlasenko
2023-06-17shell/read: do not allow empty variable nameDenys Vlasenko
2023-06-17shell/math: eliminate some redundant stores on return code pathDenys Vlasenko
2023-06-17shell/math: change ?: nesting code to not have 63 level nesting limitationDenys Vlasenko
2023-06-17shell/math.h: update comments, rearrange struct members for smaller codeDenys Vlasenko
2023-06-17shell/math: code shrinkDenys Vlasenko
2023-06-16shell/math: tweka commentsDenys Vlasenko
2023-06-16shell/math: fix ?: to not evaluate not-taken branchesDenys Vlasenko
2023-06-15shell/math: simplify handling of unary plusDenys Vlasenko
2023-06-15shell/math: explain the logic, small tweak to make code smallerDenys Vlasenko
2023-06-15shell/math: fix order of expansion of variables to numbersDenys Vlasenko
2023-06-15shell: document another arithmetic discrepancy with bashDenys Vlasenko
2023-06-15libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko
2023-06-15shell/math: remove special code to handle a?b?c:d:e, it works without it nowDenys Vlasenko
2023-06-15shell/math: fix parsing of ?: and explain why it's parsed that wayDenys Vlasenko
2023-06-15shell/math: simpler insertion of "fake" last RPARENDenys Vlasenko
2023-06-14shell: sync ash/hush test scriptsDenys Vlasenko
2023-06-14shell/math: trivial code shrinkDenys Vlasenko
2023-06-14shell/math: fix the order of variable resolution in binopsDenys Vlasenko
2023-06-14shell/math: remove now-unused second_valDenys Vlasenko
2023-06-14shell/math: fix nested ?: and do not parse variables in not-taken branchDenys Vlasenko
2023-06-14shell/math: remove a redundant checkDenys Vlasenko
2023-06-14shell/math: document ternary ?: op's weirdness, add code commentsDenys Vlasenko
2023-06-13syslogd: daemonize _after_ init (so that init errors are visible, if they occur)Denys Vlasenko
2023-06-13syslogd: decrease stack usage, ~50 bytesDenys Vlasenko
2023-06-13shell/math: fix one name check, other minor cleanupsDenys Vlasenko
2023-06-13shell: add a few yet-failing arithmentic testsDenys Vlasenko
2023-06-13shell/math: reduce stack usageDenys Vlasenko
2023-06-12shell: avoid segfault on ${0::0/0~09J}. Closes 15216Denys Vlasenko
2023-06-12hush: fix expansion of space in "a=${a:+$a }c" constructDenys Vlasenko
2023-06-12udhcpd: optional BOOTP supportDenys Vlasenko
2023-06-12libbb: pass "" rather than NULL as format string in _nomsg functionsDenys Vlasenko
2023-06-08awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST...Denys Vlasenko
2023-06-07awk: fix SEGV on read error in -f PROGFILEDenys Vlasenko
2023-06-06awk: code shrinkDenys Vlasenko
2023-06-03awk: fix backslash handling in sub() builtinsDenys Vlasenko
2023-05-30awk: fix precedence of = relative to ==Denys Vlasenko
2023-05-29tunctl: code shrinkDenys Vlasenko
2023-05-29awk: printf(INVALID_FMT) prints it verbatimDenys Vlasenko
2023-05-28awk: shrink - use setvar_sn() to set variables from non-NUL terminated stringsDenys Vlasenko
2023-05-28awk: code shrinkDenys Vlasenko
2023-05-28awk: fix closing of non-opened fileDenys Vlasenko