aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-10-134-8/+52
|\
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2021-09-213-5/+10
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2021-09-173-16/+23
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2021-09-102-60/+71
|\|
| * 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: silence compiler warningRon Yorston2021-08-301-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-08-301-27/+49
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2021-08-173-5/+5
|\|
| * 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
* | printf: improved error handlingRon Yorston2021-08-151-19/+23
* | timeout: make child handle staticRon Yorston2021-08-111-1/+1
* | nproc: code shrinkRon Yorston2021-08-101-24/+12
* | split: improve performanceRon Yorston2021-08-051-1/+7
* | Merge branch 'busybox' into mergeRon Yorston2021-07-241-97/+110
|\|
| * cut: add toybox-compatible options -O OUTSEP, -D, -F LISTRob Landley2021-07-201-97/+110
* | Merge branch 'busybox' into mergeRon Yorston2021-06-2823-222/+327
|\|
| * 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