summaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2023-05-07readlink: code shrinkDenys Vlasenko
2023-04-23factor: we can pack 21, not 20, 3-bit elements into packed wheel wordsDenys Vlasenko
2023-04-16readlink: support --, -n alwaysEric Blake
2023-04-16tr: display usage for incorrect argumentsRon Yorston
2023-04-13shuf: another tweak to COMMON_PREFIX_HACK codeDenys Vlasenko
2023-04-12shuf: fix pfx_len calculationDenys Vlasenko
2023-04-12shuf: remove redundant codeDenys Vlasenko
2023-04-12shuf: add (disabled) code to support very long numbers in -i LO-HIDenys Vlasenko
2023-04-12sleep: fix error exit when called as "sh" builtinDenys Vlasenko
2023-04-11seq: fix yet another case of negative parameters not workingDenys Vlasenko
2023-04-10seq: accept negative parametersDenys Vlasenko
2023-04-03ash: sleep builtin with no arguments should not exitDenys Vlasenko
2023-04-03hush: printf builtin with no arguments should not exitDenys Vlasenko
2023-01-02mv: fix error in !VERBOSE configsDenys Vlasenko
2022-11-29Fix non-Linux buildsSamuel Thibault
2022-08-30*: style fixDenys Vlasenko
2022-08-27ash: optional sleep builtinShawn Landden
2022-07-29sort: fix sort -s -u, closes 14871Denys Vlasenko
2022-07-29sort: fix -k2M (wasn't skipping leading whitespace)Denys Vlasenko
2022-07-11shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866Denys Vlasenko
2022-05-02tsort: new appletDavid Leonard
2022-02-06*: slap on a few ALIGN_PTR where appropriateDenys Vlasenko
2022-02-06*: slap on a few ALIGN* where appropriateDenys Vlasenko
2022-01-18libbb: shrink lineedit_read_key()Denys Vlasenko
2022-01-08ls: implement ls -sh (human-readable allocated blocks)Denys Vlasenko
2022-01-08XXXsum: handle binary sums with " " in the pathEmanuele Giacomelli
2022-01-05sort: support -hDenys Vlasenko
2022-01-04sort: fix -s -r interaction: 'stable' order is not affected by -rDenys Vlasenko
2022-01-04libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko
2022-01-04md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4kDenys Vlasenko
2021-12-29echo: add FIXME commentDenys Vlasenko
2021-12-17timeout: add support for "timeout -k KILL_SECS"Matthew Slowe
2021-12-17printf: allow 0 as a flag and allow multiple flagsRon Yorston
2021-12-12uudecode: special-case "/dev/stdout", closes 14241Denys Vlasenko
2021-10-12config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko
2021-10-09Make const ptr assign as function call in clangYU Jincheng
2021-10-08mktemp: add --tmpdir optionAndrej Valek
2021-10-07*: generalize "const trick"YU Jincheng
2021-09-17libbb: clarify what bb_mode_string() generatesDenys Vlasenko
2021-09-17libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko
2021-09-17chmod: correctly report changed modesDenys Vlasenko
2021-09-17date,touch: allow timezone offsets in datesRon Yorston
2021-09-11df: "support" -H as an alias of -hDenys Vlasenko
2021-09-09basename: implement -a and -s SUFFIXDenys Vlasenko
2021-09-07shuf: add a TODO, code shrinkDenys Vlasenko
2021-09-04shuf: make -i 99999999990-100000000000 work even on 32 bitsDenys Vlasenko
2021-08-29shuf: in -i RANGE, accept numbers up to width of pointersDenys Vlasenko
2021-08-23shuf: with -i LOW-HIGH, do not allow any argv'sDenys Vlasenko
2021-08-23shuf: tweak --help textDenys Vlasenko
2021-08-22shuf: speed-up when limited output is requestedRon Yorston