| Commit message (Expand) | Author | Files | Lines |
2023-06-14 | Fixes for old mingw-w64 | Ron Yorston | 3 | -2/+10 |
2023-06-08 | awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST... | Denys Vlasenko | 2 | -26/+51 |
2023-06-08 | make: code shrink | Ron Yorston | 1 | -1/+1 |
2023-06-07 | awk: fix SEGV on read error in -f PROGFILE | Denys Vlasenko | 1 | -2/+2 |
2023-06-07 | ls: code shrink | Ron Yorston | 1 | -10/+11 |
2023-06-06 | awk: code shrink | Denys Vlasenko | 1 | -8/+10 |
2023-06-06 | ls: check whether link is hidden | Ron Yorston | 1 | -0/+17 |
2023-06-05 | win32: remove special treatment of USERNAME | Ron Yorston | 2 | -2/+0 |
2023-06-05 | win32: code shrink applet look-up | Ron Yorston | 3 | -31/+19 |
2023-06-04 | Example build scripts | Ron Yorston | 3 | -0/+124 |
2023-06-04 | win32: code shrink | Ron Yorston | 1 | -7/+2 |
2023-06-04 | ash: fix build with line editing disabled | Ron Yorston | 1 | -0/+4 |
2023-06-04 | win32: another BB_OVERRIDE_APPLETS fix | Ron Yorston | 3 | -6/+48 |
2023-06-03 | win32: fix BB_OVERRIDE_APPLETS | Ron Yorston | 1 | -0/+8 |
2023-06-03 | awk: fix backslash handling in sub() builtins | Denys Vlasenko | 2 | -22/+66 |
2023-06-02 | win32: change interpretation of BB_OVERRIDE_APPLETS | Ron Yorston | 2 | -16/+23 |
2023-06-02 | win32: fix euro symbol handling | Ron Yorston | 2 | -3/+6 |
2023-06-02 | win32: skip test for non-console apps if necessary | Ron Yorston | 1 | -0/+4 |
2023-06-02 | Update README | Ron Yorston | 1 | -4/+5 |
2023-06-01 | ls: allow hidden system files to be omitted | Ron Yorston | 1 | -2/+14 |
2023-06-01 | ash: enable 'set -/+o noconsole' | Ron Yorston | 3 | -14/+10 |
2023-05-30 | awk: fix precedence of = relative to == | Denys Vlasenko | 2 | -21/+50 |
2023-05-29 | tunctl: code shrink | Denys Vlasenko | 1 | -2/+1 |
2023-05-29 | awk: printf(INVALID_FMT) prints it verbatim | Denys Vlasenko | 1 | -3/+9 |
2023-05-28 | awk: shrink - use setvar_sn() to set variables from non-NUL terminated strings | Denys Vlasenko | 1 | -14/+9 |
2023-05-28 | awk: code shrink | Denys Vlasenko | 1 | -23/+24 |
2023-05-28 | awk: fix closing of non-opened file | Denys Vlasenko | 1 | -8/+15 |
2023-05-28 | libbb/dump: code shrink | Denys Vlasenko | 1 | -5/+7 |
2023-05-28 | su: fix usage messageFRP-5007-g82accfc19 | Ron Yorston | 1 | -1/+1 |
2023-05-27 | awk: do not read ARGIND, only set it (gawk compat) | Denys Vlasenko | 1 | -5/+14 |
2023-05-27 | awk: remove a local variable "caching" a struct member | Denys Vlasenko | 1 | -6/+4 |
2023-05-27 | awk: get rid of one indirection level for iF (input file structure) | Denys Vlasenko | 1 | -37/+41 |
2023-05-27 | awk: fix splitting with default FS | Denys Vlasenko | 2 | -5/+15 |
2023-05-27 | libbb/dump: make xxd_displayoff member conditional on xxd | Denys Vlasenko | 2 | -6/+14 |
2023-05-27 | win32: support "app exec link" reparse points | Ron Yorston | 3 | -1/+43 |
2023-05-26 | od: -l,I,L indeed depend on sizeof(long), fix this | Denys Vlasenko | 3 | -29/+39 |
2023-05-26 | awk: fix use-after-realloc (CVE-2021-42380), closes 15601 | Denys Vlasenko | 2 | -6/+75 |
2023-05-26 | hexdump: code shrink | Denys Vlasenko | 1 | -10/+14 |
2023-05-26 | hexdump, xxd: shrink strings | Denys Vlasenko | 2 | -11/+11 |
2023-05-26 | libbb/dump: correct handling of 1-byte signed int format | Denys Vlasenko | 2 | -21/+50 |
2023-05-26 | libbb/dump: use fputs_stdout where appropriate | Denys Vlasenko | 1 | -2/+2 |
2023-05-26 | od, hexdump: byte 0x11 is "dc1" not "dcl" | Denys Vlasenko | 3 | -9/+45 |
2023-05-26 | od: actually remove -IL from --help, as comment says | Denys Vlasenko | 1 | -1/+1 |
2023-05-26 | od: support -DOHXIL | Denys Vlasenko | 3 | -45/+46 |
2023-05-26 | libbb/dump: conditionalize code used only by xxd and od | Denys Vlasenko | 3 | -2/+10 |
2023-05-26 | od: fix default format, shrink | Denys Vlasenko | 2 | -20/+32 |
2023-05-25 | od: stop printing extra trailing spaces | Denys Vlasenko | 4 | -47/+51 |
2023-05-25 | od: implement -B | Denys Vlasenko | 2 | -15/+15 |
2023-05-25 | od: correct -i, enable tests which pass for DESKTOP too | Denys Vlasenko | 3 | -31/+39 |
2023-05-25 | od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -s | Denys Vlasenko | 3 | -68/+100 |