| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | od: stop printing extra trailing spaces | Denys Vlasenko | 2023-05-25 | 4 | -47/+51 |
| * | od: implement -B | Denys Vlasenko | 2023-05-25 | 2 | -15/+15 |
| * | od: correct -i, enable tests which pass for DESKTOP too | Denys Vlasenko | 2023-05-25 | 3 | -31/+39 |
| * | od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -s | Denys Vlasenko | 2023-05-25 | 3 | -68/+100 |
| * | od: add tests | David Leonard | 2023-05-25 | 2 | -0/+220 |
| * | od: fix -O | David Leonard | 2023-05-25 | 1 | -1/+1 |
| * | hush: make "false" built-in | Denys Vlasenko | 2023-05-25 | 1 | -0/+7 |
| * | hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571 | Denys Vlasenko | 2023-05-25 | 9 | -8/+56 |
* | | Fix for old mingw-w64 (32-bit) | Ron Yorston | 2023-06-15 | 1 | -0/+3 |
* | | Fixes for old mingw-w64 | Ron Yorston | 2023-06-14 | 3 | -2/+10 |
* | | make: code shrink | Ron Yorston | 2023-06-08 | 1 | -1/+1 |
* | | ls: code shrink | Ron Yorston | 2023-06-07 | 1 | -10/+11 |
* | | ls: check whether link is hidden | Ron Yorston | 2023-06-06 | 1 | -0/+17 |
* | | win32: remove special treatment of USERNAME | Ron Yorston | 2023-06-05 | 2 | -2/+0 |
* | | win32: code shrink applet look-up | Ron Yorston | 2023-06-05 | 3 | -31/+19 |
* | | Example build scripts | Ron Yorston | 2023-06-04 | 3 | -0/+124 |
* | | win32: code shrink | Ron Yorston | 2023-06-04 | 1 | -7/+2 |
* | | ash: fix build with line editing disabled | Ron Yorston | 2023-06-04 | 1 | -0/+4 |
* | | win32: another BB_OVERRIDE_APPLETS fix | Ron Yorston | 2023-06-04 | 3 | -6/+48 |
* | | win32: fix BB_OVERRIDE_APPLETS | Ron Yorston | 2023-06-03 | 1 | -0/+8 |
* | | win32: change interpretation of BB_OVERRIDE_APPLETS | Ron Yorston | 2023-06-02 | 2 | -16/+23 |
* | | win32: fix euro symbol handling | Ron Yorston | 2023-06-02 | 2 | -3/+6 |