summaryrefslogtreecommitdiff
path: root/coreutils
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* dd: tweak --helpDenys Vlasenko2021-08-151-2/+2
* touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3Denys Vlasenko2021-08-151-0/+2
* cp: fix build failure with long options disabledRon Yorston2021-08-151-3/+1
* cut: add toybox-compatible options -O OUTSEP, -D, -F LISTRob Landley2021-07-201-97/+110
* ls: revert last change (short name must be allocated)Denys Vlasenko2021-06-251-1/+1
* cp,mv: fix -t DIR optionRon Yorston2021-06-252-4/+4
* uniq: really support -zRon Yorston2021-06-241-1/+1
* nproc: code shrinkDenys Vlasenko2021-06-241-1/+1
* ls: code shrinkDenys Vlasenko2021-06-241-1/+1
* cp: implement -nDenys Vlasenko2021-06-221-8/+11
* crc32: code shrink for !CKSUM configDenys Vlasenko2021-06-221-11/+17
* cksum: fix handling of read errorsDenys Vlasenko2021-06-221-3/+7
* crc32: new appletDenys Vlasenko2021-06-221-15/+27
* cp: implement -t DIRDenys Vlasenko2021-06-211-59/+71
* cp: preparatory indenting of code block, no code changesDenys Vlasenko2021-06-211-31/+31
* df: support -t TYPEDenys Vlasenko2021-06-201-12/+19
* df: POSIXLY_CORRECT sets _default_ scale, -m/-h overrides itDenys Vlasenko2021-06-201-7/+7
* shred: with -u, unlink file even if it is zero lengthDenys Vlasenko2021-06-201-5/+5
* shred: implement -s SIZEDenys Vlasenko2021-06-201-3/+11
* env: implement -0Denys Vlasenko2021-06-171-3/+6
* mv: implement -t and -TDenys Vlasenko2021-06-171-24/+50
* uniq: support -zDenys Vlasenko2021-06-172-10/+14