Age | Commit message (Expand) | Author |
2023-05-30 | awk: fix precedence of = relative to == | Denys Vlasenko |
2023-05-29 | tunctl: code shrink | Denys Vlasenko |
2023-05-29 | awk: printf(INVALID_FMT) prints it verbatim | Denys Vlasenko |
2023-05-28 | awk: shrink - use setvar_sn() to set variables from non-NUL terminated strings | Denys Vlasenko |
2023-05-28 | awk: code shrink | Denys Vlasenko |
2023-05-28 | awk: fix closing of non-opened file | Denys Vlasenko |
2023-05-28 | libbb/dump: code shrink | Denys Vlasenko |
2023-05-27 | awk: do not read ARGIND, only set it (gawk compat) | Denys Vlasenko |
2023-05-27 | awk: remove a local variable "caching" a struct member | Denys Vlasenko |
2023-05-27 | awk: get rid of one indirection level for iF (input file structure) | Denys Vlasenko |
2023-05-27 | awk: fix splitting with default FS | Denys Vlasenko |
2023-05-27 | libbb/dump: make xxd_displayoff member conditional on xxd | Denys Vlasenko |
2023-05-26 | od: -l,I,L indeed depend on sizeof(long), fix this | Denys Vlasenko |
2023-05-26 | awk: fix use-after-realloc (CVE-2021-42380), closes 15601 | Denys Vlasenko |
2023-05-26 | hexdump: code shrink | Denys Vlasenko |
2023-05-26 | hexdump, xxd: shrink strings | Denys Vlasenko |
2023-05-26 | libbb/dump: correct handling of 1-byte signed int format | Denys Vlasenko |
2023-05-26 | libbb/dump: use fputs_stdout where appropriate | Denys Vlasenko |
2023-05-26 | od, hexdump: byte 0x11 is "dc1" not "dcl" | Denys Vlasenko |
2023-05-26 | od: actually remove -IL from --help, as comment says | Denys Vlasenko |
2023-05-26 | od: support -DOHXIL | Denys Vlasenko |
2023-05-26 | libbb/dump: conditionalize code used only by xxd and od | Denys Vlasenko |
2023-05-26 | od: fix default format, shrink | Denys Vlasenko |
2023-05-25 | od: stop printing extra trailing spaces | Denys Vlasenko |
2023-05-25 | od: implement -B | Denys Vlasenko |
2023-05-25 | od: correct -i, enable tests which pass for DESKTOP too | Denys Vlasenko |
2023-05-25 | od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -s | Denys Vlasenko |
2023-05-25 | od: add tests | David Leonard |
2023-05-25 | od: fix -O | David Leonard |
2023-05-25 | hush: make "false" built-in | Denys Vlasenko |
2023-05-25 | hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571 | Denys Vlasenko |
2023-05-18 | ash: use-after-free in bash pattern substitution | Karsten Sperling |
2023-05-18 | examples/var_service/README: fix an error | Denys Vlasenko |
2023-05-09 | cpio: tweak --help | Denys Vlasenko |
2023-05-09 | nslookup: code shrink | Denys Vlasenko |
2023-05-09 | nslookup: ensure unique transaction IDs for the DNS queries | Denys Vlasenko |
2023-05-09 | hush: add comment about abort on syntax error %{^} | Denys Vlasenko |
2023-05-08 | build system: fix "Config.in:117 error: Overlong line" | Denys Vlasenko |
2023-05-08 | hush: fix an interactive abort on error | Denys Vlasenko |
2023-05-07 | build system: Make it possible to build with 64bit time_t | Uwe Kleine-König |
2023-05-07 | readlink: code shrink | Denys Vlasenko |
2023-05-07 | nmeter: improve %T fractionals display | Denys Vlasenko |
2023-04-23 | factor: we can pack 21, not 20, 3-bit elements into packed wheel words | Denys Vlasenko |
2023-04-23 | ip: code shrink | Denys Vlasenko |
2023-04-16 | readlink: support --, -n always | Eric Blake |
2023-04-16 | tr: display usage for incorrect arguments | Ron Yorston |
2023-04-16 | ash,hush: tab completion of functions and aliases | Ron Yorston |
2023-04-13 | hush: quote variable values printed by "set" (match ash behavior) | Denys Vlasenko |
2023-04-13 | shuf: another tweak to COMMON_PREFIX_HACK code | Denys Vlasenko |
2023-04-12 | build system: clean more files on make clean | Tomas Paukrt |