| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | libbb: code shrink: introduce and use [_]exit_FAILURE() | Denys Vlasenko | 2023-06-15 | 21 | -27/+40 |
* | 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 |
* | syslogd: daemonize _after_ init (so that init errors are visible, if they occur) | Denys Vlasenko | 2023-06-13 | 1 | -8/+8 |
* | syslogd: decrease stack usage, ~50 bytes | Denys Vlasenko | 2023-06-13 | 1 | -75/+81 |
* | 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 |
* | udhcpd: optional BOOTP support | Denys Vlasenko | 2023-06-12 | 6 | -15/+76 |
* | libbb: pass "" rather than NULL as format string in _nomsg functions | Denys Vlasenko | 2023-06-12 | 3 | -26/+4 |
* | awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST... | Denys Vlasenko | 2023-06-08 | 2 | -26/+51 |
* | awk: fix SEGV on read error in -f PROGFILE | Denys Vlasenko | 2023-06-07 | 1 | -2/+2 |
* | awk: code shrink | Denys Vlasenko | 2023-06-06 | 1 | -8/+10 |
* | awk: fix backslash handling in sub() builtins | Denys Vlasenko | 2023-06-03 | 2 | -22/+66 |
* | awk: fix precedence of = relative to == | Denys Vlasenko | 2023-05-30 | 2 | -21/+50 |
* | tunctl: code shrink | Denys Vlasenko | 2023-05-29 | 1 | -2/+1 |
* | awk: printf(INVALID_FMT) prints it verbatim | Denys Vlasenko | 2023-05-29 | 1 | -3/+9 |
* | awk: shrink - use setvar_sn() to set variables from non-NUL terminated strings | Denys Vlasenko | 2023-05-28 | 1 | -14/+9 |
* | awk: code shrink | Denys Vlasenko | 2023-05-28 | 1 | -23/+24 |
* | awk: fix closing of non-opened file | Denys Vlasenko | 2023-05-28 | 1 | -8/+15 |
* | libbb/dump: code shrink | Denys Vlasenko | 2023-05-28 | 1 | -5/+7 |
* | awk: do not read ARGIND, only set it (gawk compat) | Denys Vlasenko | 2023-05-27 | 1 | -5/+14 |
* | awk: remove a local variable "caching" a struct member | Denys Vlasenko | 2023-05-27 | 1 | -6/+4 |
* | awk: get rid of one indirection level for iF (input file structure) | Denys Vlasenko | 2023-05-27 | 1 | -37/+41 |
* | awk: fix splitting with default FS | Denys Vlasenko | 2023-05-27 | 2 | -5/+15 |
* | libbb/dump: make xxd_displayoff member conditional on xxd | Denys Vlasenko | 2023-05-27 | 2 | -6/+14 |
* | od: -l,I,L indeed depend on sizeof(long), fix this | Denys Vlasenko | 2023-05-26 | 3 | -29/+39 |
* | awk: fix use-after-realloc (CVE-2021-42380), closes 15601 | Denys Vlasenko | 2023-05-26 | 2 | -6/+75 |
* | hexdump: code shrink | Denys Vlasenko | 2023-05-26 | 1 | -10/+14 |