Age | Commit message (Expand) | Author |
2023-05-07 | readlink: code shrink | Denys Vlasenko |
2023-04-23 | factor: we can pack 21, not 20, 3-bit elements into packed wheel words | Denys Vlasenko |
2023-04-16 | readlink: support --, -n always | Eric Blake |
2023-04-16 | tr: display usage for incorrect arguments | Ron Yorston |
2023-04-13 | shuf: another tweak to COMMON_PREFIX_HACK code | Denys Vlasenko |
2023-04-12 | shuf: fix pfx_len calculation | Denys Vlasenko |
2023-04-12 | shuf: remove redundant code | Denys Vlasenko |
2023-04-12 | shuf: add (disabled) code to support very long numbers in -i LO-HI | Denys Vlasenko |
2023-04-12 | sleep: fix error exit when called as "sh" builtin | Denys Vlasenko |
2023-04-11 | seq: fix yet another case of negative parameters not working | Denys Vlasenko |
2023-04-10 | seq: accept negative parameters | Denys Vlasenko |
2023-04-03 | ash: sleep builtin with no arguments should not exit | Denys Vlasenko |
2023-04-03 | hush: printf builtin with no arguments should not exit | Denys Vlasenko |
2023-01-02 | mv: fix error in !VERBOSE configs | Denys Vlasenko |
2022-11-29 | Fix non-Linux builds | Samuel Thibault |
2022-08-30 | *: style fix | Denys Vlasenko |
2022-08-27 | ash: optional sleep builtin | Shawn Landden |
2022-07-29 | sort: fix sort -s -u, closes 14871 | Denys Vlasenko |
2022-07-29 | sort: fix -k2M (wasn't skipping leading whitespace) | Denys Vlasenko |
2022-07-11 | shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866 | Denys Vlasenko |
2022-05-02 | tsort: new applet | David Leonard |
2022-02-06 | *: slap on a few ALIGN_PTR where appropriate | Denys Vlasenko |
2022-02-06 | *: slap on a few ALIGN* where appropriate | Denys Vlasenko |
2022-01-18 | libbb: shrink lineedit_read_key() | Denys Vlasenko |
2022-01-08 | ls: implement ls -sh (human-readable allocated blocks) | Denys Vlasenko |
2022-01-08 | XXXsum: handle binary sums with " " in the path | Emanuele Giacomelli |
2022-01-05 | sort: support -h | Denys Vlasenko |
2022-01-04 | sort: fix -s -r interaction: 'stable' order is not affected by -r | Denys Vlasenko |
2022-01-04 | libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) | Denys Vlasenko |
2022-01-04 | md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4k | Denys Vlasenko |
2021-12-29 | echo: add FIXME comment | Denys Vlasenko |
2021-12-17 | timeout: add support for "timeout -k KILL_SECS" | Matthew Slowe |
2021-12-17 | printf: allow 0 as a flag and allow multiple flags | Ron Yorston |
2021-12-12 | uudecode: special-case "/dev/stdout", closes 14241 | Denys Vlasenko |
2021-10-12 | config system: move some options closer to relevalnt tool subdirectories | Denys Vlasenko |
2021-10-09 | Make const ptr assign as function call in clang | YU Jincheng |
2021-10-08 | mktemp: add --tmpdir option | Andrej Valek |
2021-10-07 | *: generalize "const trick" | YU Jincheng |
2021-09-17 | libbb: clarify what bb_mode_string() generates | Denys Vlasenko |
2021-09-17 | libbb: eliminate a static data array in bb_mode_string() | Denys Vlasenko |
2021-09-17 | chmod: correctly report changed modes | Denys Vlasenko |
2021-09-17 | date,touch: allow timezone offsets in dates | Ron Yorston |
2021-09-11 | df: "support" -H as an alias of -h | Denys Vlasenko |
2021-09-09 | basename: implement -a and -s SUFFIX | Denys Vlasenko |
2021-09-07 | shuf: add a TODO, code shrink | Denys Vlasenko |
2021-09-04 | shuf: make -i 99999999990-100000000000 work even on 32 bits | Denys Vlasenko |
2021-08-29 | shuf: in -i RANGE, accept numbers up to width of pointers | Denys Vlasenko |
2021-08-23 | shuf: with -i LOW-HIGH, do not allow any argv's | Denys Vlasenko |
2021-08-23 | shuf: tweak --help text | Denys Vlasenko |
2021-08-22 | shuf: speed-up when limited output is requested | Ron Yorston |