Age | Commit message (Expand) | Author |
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 |
2021-06-21 | cp: implement -t DIR | Denys Vlasenko |
2021-06-21 | cp: preparatory indenting of code block, no code changes | Denys Vlasenko |
2021-06-20 | df: support -t TYPE | Denys Vlasenko |
2021-06-20 | df: POSIXLY_CORRECT sets _default_ scale, -m/-h overrides it | Denys Vlasenko |
2021-06-20 | shred: with -u, unlink file even if it is zero length | Denys Vlasenko |
2021-06-20 | shred: implement -s SIZE | Denys Vlasenko |
2021-06-17 | env: implement -0 | Denys Vlasenko |
2021-06-17 | mv: implement -t and -T | Denys Vlasenko |
2021-06-17 | uniq: support -z | Denys Vlasenko |
2021-06-16 | du: support -b "apparent size" | Denys Vlasenko |