Age | Commit message (Expand) | Author |
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 |
2021-08-15 | dd: tweak --help | Denys Vlasenko |
2021-08-15 | touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3 | Denys Vlasenko |
2021-08-15 | cp: fix build failure with long options disabled | Ron Yorston |
2021-07-20 | cut: add toybox-compatible options -O OUTSEP, -D, -F LIST | Rob Landley |
2021-06-25 | ls: revert last change (short name must be allocated) | Denys Vlasenko |
2021-06-25 | cp,mv: fix -t DIR option | Ron Yorston |
2021-06-24 | uniq: really support -z | Ron Yorston |
2021-06-24 | nproc: code shrink | Denys Vlasenko |
2021-06-24 | ls: code shrink | Denys Vlasenko |
2021-06-22 | cp: implement -n | Denys Vlasenko |
2021-06-22 | crc32: code shrink for !CKSUM config | Denys Vlasenko |
2021-06-22 | cksum: fix handling of read errors | Denys Vlasenko |
2021-06-22 | crc32: new applet | Denys Vlasenko |