summaryrefslogtreecommitdiff
path: root/coreutils
Commit message (Expand)AuthorAgeFilesLines
* readlink: code shrinkDenys Vlasenko2023-05-071-5/+4
* factor: we can pack 21, not 20, 3-bit elements into packed wheel wordsDenys Vlasenko2023-04-231-36/+35
* readlink: support --, -n alwaysEric Blake2023-04-161-17/+12
* tr: display usage for incorrect argumentsRon Yorston2023-04-161-1/+1
* shuf: another tweak to COMMON_PREFIX_HACK codeDenys Vlasenko2023-04-131-8/+4
* shuf: fix pfx_len calculationDenys Vlasenko2023-04-121-1/+1
* shuf: remove redundant codeDenys Vlasenko2023-04-121-2/+0
* shuf: add (disabled) code to support very long numbers in -i LO-HIDenys Vlasenko2023-04-121-6/+58
* sleep: fix error exit when called as "sh" builtinDenys Vlasenko2023-04-121-1/+2
* seq: fix yet another case of negative parameters not workingDenys Vlasenko2023-04-111-2/+6
* seq: accept negative parametersDenys Vlasenko2023-04-101-2/+21
* ash: sleep builtin with no arguments should not exitDenys Vlasenko2023-04-031-1/+14
* hush: printf builtin with no arguments should not exitDenys Vlasenko2023-04-031-1/+1
* mv: fix error in !VERBOSE configsDenys Vlasenko2023-01-021-2/+2
* Fix non-Linux buildsSamuel Thibault2022-11-291-2/+18
* *: style fixDenys Vlasenko2022-08-302-2/+2
* ash: optional sleep builtinShawn Landden2022-08-271-0/+1
* sort: fix sort -s -u, closes 14871Denys Vlasenko2022-07-291-4/+5
* sort: fix -k2M (wasn't skipping leading whitespace)Denys Vlasenko2022-07-291-2/+2
* shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866Denys Vlasenko2022-07-111-5/+8
* tsort: new appletDavid Leonard2022-05-021-0/+188
* *: slap on a few ALIGN_PTR where appropriateDenys Vlasenko2022-02-061-1/+1
* *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-1/+1
* libbb: shrink lineedit_read_key()Denys Vlasenko2022-01-181-3/+3
* ls: implement ls -sh (human-readable allocated blocks)Denys Vlasenko2022-01-081-3/+10
* XXXsum: handle binary sums with " " in the pathEmanuele Giacomelli2022-01-081-6/+4
* sort: support -hDenys Vlasenko2022-01-051-31/+64
* sort: fix -s -r interaction: 'stable' order is not affected by -rDenys Vlasenko2022-01-041-1/+3
* libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-049-9/+9
* md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4kDenys Vlasenko2022-01-041-7/+14
* echo: add FIXME commentDenys Vlasenko2021-12-291-0/+2
* timeout: add support for "timeout -k KILL_SECS"Matthew Slowe2021-12-171-11/+32
* printf: allow 0 as a flag and allow multiple flagsRon Yorston2021-12-171-1/+1
* uudecode: special-case "/dev/stdout", closes 14241Denys Vlasenko2021-12-121-1/+10
* config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko2021-10-122-4/+35
* Make const ptr assign as function call in clangYU Jincheng2021-10-091-1/+1
* mktemp: add --tmpdir optionAndrej Valek2021-10-081-1/+15
* *: generalize "const trick"YU Jincheng2021-10-071-3/+2
* libbb: clarify what bb_mode_string() generatesDenys Vlasenko2021-09-171-1/+1
* libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-173-4/+8
* chmod: correctly report changed modesDenys Vlasenko2021-09-171-1/+2
* date,touch: allow timezone offsets in datesRon Yorston2021-09-172-5/+8
* df: "support" -H as an alias of -hDenys Vlasenko2021-09-111-11/+15
* basename: implement -a and -s SUFFIXDenys Vlasenko2021-09-091-24/+38
* shuf: add a TODO, code shrinkDenys Vlasenko2021-09-071-10/+14
* shuf: make -i 99999999990-100000000000 work even on 32 bitsDenys Vlasenko2021-09-041-26/+19
* shuf: in -i RANGE, accept numbers up to width of pointersDenys Vlasenko2021-08-291-10/+28
* shuf: with -i LOW-HIGH, do not allow any argv'sDenys Vlasenko2021-08-231-0/+3
* shuf: tweak --help textDenys Vlasenko2021-08-231-4/+4
* shuf: speed-up when limited output is requestedRon Yorston2021-08-221-14/+15