| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | ash: use-after-free in bash pattern substitution | Karsten Sperling | 2023-05-18 | 1 | -0/+2 |
* | examples/var_service/README: fix an error | Denys Vlasenko | 2023-05-18 | 1 | -1/+1 |
* | cpio: tweak --help | Denys Vlasenko | 2023-05-09 | 1 | -1/+1 |
* | nslookup: code shrink | Denys Vlasenko | 2023-05-09 | 1 | -1/+7 |
* | nslookup: ensure unique transaction IDs for the DNS queries | Denys Vlasenko | 2023-05-09 | 1 | -4/+390 |
* | hush: add comment about abort on syntax error %{^} | Denys Vlasenko | 2023-05-09 | 1 | -0/+1 |
* | build system: fix "Config.in:117 error: Overlong line" | Denys Vlasenko | 2023-05-08 | 1 | -3/+4 |
* | hush: fix an interactive abort on error | Denys Vlasenko | 2023-05-08 | 1 | -0/+8 |
* | build system: Make it possible to build with 64bit time_t | Uwe Kleine-König | 2023-05-07 | 2 | -0/+11 |
* | readlink: code shrink | Denys Vlasenko | 2023-05-07 | 1 | -5/+4 |
* | nmeter: improve %T fractionals display | Denys Vlasenko | 2023-05-07 | 1 | -0/+18 |
* | factor: we can pack 21, not 20, 3-bit elements into packed wheel words | Denys Vlasenko | 2023-04-23 | 1 | -36/+35 |
* | ip: code shrink | Denys Vlasenko | 2023-04-23 | 2 | -5/+82 |
* | readlink: support --, -n always | Eric Blake | 2023-04-16 | 1 | -17/+12 |
* | tr: display usage for incorrect arguments | Ron Yorston | 2023-04-16 | 1 | -1/+1 |
* | ash,hush: tab completion of functions and aliases | Ron Yorston | 2023-04-16 | 2 | -6/+40 |
* | hush: quote variable values printed by "set" (match ash behavior) | Denys Vlasenko | 2023-04-13 | 2 | -4/+19 |
* | shuf: another tweak to COMMON_PREFIX_HACK code | Denys Vlasenko | 2023-04-13 | 1 | -8/+4 |
* | build system: clean more files on make clean | Tomas Paukrt | 2023-04-12 | 1 | -0/+1 |
* | shuf: fix pfx_len calculation | Denys Vlasenko | 2023-04-12 | 1 | -1/+1 |
* | shuf: remove redundant code | Denys Vlasenko | 2023-04-12 | 1 | -2/+0 |
* | shuf: add (disabled) code to support very long numbers in -i LO-HI | Denys Vlasenko | 2023-04-12 | 1 | -6/+58 |
* | lineedit: fix crash when icanon set with -echo | Akos Somfai | 2023-04-12 | 1 | -2/+2 |
* | sleep: fix error exit when called as "sh" builtin | Denys Vlasenko | 2023-04-12 | 1 | -1/+2 |
* | seq: fix yet another case of negative parameters not working | Denys Vlasenko | 2023-04-11 | 2 | -2/+7 |
* | seedrng: fix for glibc <= 2.24 not providing random header | Thomas Devoogdt | 2023-04-11 | 1 | -4/+10 |
* | seedrng: fix for glibc <= 2.24 not providing getrandom() | Denys Vlasenko | 2023-04-10 | 1 | -0/+14 |
* | appletlib: fix "warning: unused variable applet_no" | Tomas Paukrt | 2023-04-10 | 1 | -1/+1 |