| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | | ash: fix 'read' shell built-in (2) | Ron Yorston | 2023-07-12 | 1 | -1/+12 |
* | | 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 | 4 | -4/+16 |
* | | win32: more console input character conversions | Ron Yorston | 2023-07-07 | 2 | -0/+25 |
* | | win32: character conversion for fread(3) | Ron Yorston | 2023-07-06 | 2 | -0/+17 |
* | | win32: don't crash the console *and* handle CJK input | Ron Yorston | 2023-07-02 | 2 | -20/+21 |
* | | win32: revert to previous console input method by default | Ron Yorston | 2023-07-01 | 3 | -12/+19 |
* | | win32: code shrink readConsoleInput_utf8 | Ron Yorston | 2023-07-01 | 2 | -4/+5 |
* | | win32: remove superfluous euro code | Ron Yorston | 2023-07-01 | 1 | -18/+0 |
* | | Merge pull request #338 from avih/concp | Ron Yorston | 2023-07-01 | 1 | -3/+5 |
|\ \ |
|
| * | | win32: UTF8 console input: don't spin the CPU | Avi Halachmi (:avih) | 2023-06-30 | 1 | -3/+5 |
|/ / |
|
* | | Merge pull request #337 from avih/concp | Ron Yorston | 2023-06-30 | 3 | -2/+174 |
|\ \ |
|
| * | | win32: UTF8 input: avoid timeout when delivering UTF8 bytes | Avi Halachmi (:avih) | 2023-06-28 | 1 | -6/+14 |
| * | | win32: the great UTF8 ReadConsoleInput hack | Avi Halachmi (:avih) | 2023-06-28 | 3 | -2/+166 |
|/ / |
|
* | | win32: don't assume console CP equals OEM CP | Avi Halachmi (:avih) | 2023-06-28 | 5 | -62/+61 |
* | | win32: reduce impact of euro support (2) | Ron Yorston | 2023-06-23 | 1 | -1/+3 |
* | | win32: reduce impact of euro support | Ron Yorston | 2023-06-23 | 1 | -10/+12 |
* | | win32: make support for euro input a separate option | Ron Yorston | 2023-06-22 | 4 | -12/+29 |
* | | pgrep,pkill: remove non-functional options | Ron Yorston | 2023-06-22 | 1 | -0/+55 |
* | | ash: standardise treatment of winxp option | Ron Yorston | 2023-06-21 | 1 | -13/+41 |
* | | ash: code shrink | Ron Yorston | 2023-06-21 | 1 | -28/+20 |
* | | win32: include UTF-8 manifest | Ron Yorston | 2023-06-20 | 5 | -1/+21 |
* | | win32: more applet look-up tweaks | Ron Yorston | 2023-06-19 | 1 | -4/+21 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-06-16 | 21 | -265/+892 |
|\| |
|
| * | 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 |