| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
| * | 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 |
| * | hexdump, xxd: shrink strings | Denys Vlasenko | 2023-05-26 | 2 | -11/+11 |
| * | libbb/dump: correct handling of 1-byte signed int format | Denys Vlasenko | 2023-05-26 | 2 | -21/+50 |
| * | libbb/dump: use fputs_stdout where appropriate | Denys Vlasenko | 2023-05-26 | 1 | -2/+2 |
| * | od, hexdump: byte 0x11 is "dc1" not "dcl" | Denys Vlasenko | 2023-05-26 | 3 | -9/+45 |
| * | od: actually remove -IL from --help, as comment says | Denys Vlasenko | 2023-05-26 | 1 | -1/+1 |
| * | od: support -DOHXIL | Denys Vlasenko | 2023-05-26 | 3 | -45/+46 |
| * | libbb/dump: conditionalize code used only by xxd and od | Denys Vlasenko | 2023-05-26 | 3 | -2/+10 |
| * | od: fix default format, shrink | Denys Vlasenko | 2023-05-26 | 2 | -20/+32 |