summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * uniq: support -zDenys Vlasenko2021-06-172-10/+14
| * du: support -b "apparent size"Denys Vlasenko2021-06-161-12/+21
| * shuf: simplify check that we have at least one FILEDenys Vlasenko2021-06-151-5/+2
| * *: more --help tweaksDenys Vlasenko2021-06-151-1/+1
| * *: --help tweaksDenys Vlasenko2021-06-146-12/+22
| * base32/64: accept -i "skip bad chars" option (currently in effect uncondition...Denys Vlasenko2021-06-131-2/+4
| * *: more --help tweakingDenys Vlasenko2021-06-131-1/+1
| * *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-134-5/+5
| * *: --help tweaksDenys Vlasenko2021-06-133-9/+11
* | Merge branch 'busybox' into mergeRon Yorston2021-06-073-45/+65
|\|
| * ls: trim --help textDenys Vlasenko2021-06-051-9/+9
| * ls: don't output any colors with TERM=dumbSören Tempel2021-06-041-4/+8
| * tail: do not lose the tail of old file if new file (-F) is detectedDenys Vlasenko2021-06-021-12/+26
| * tail: fix typo in variable nameDenys Vlasenko2021-06-021-6/+6
| * head,tail: trim --help textDenys Vlasenko2021-06-022-14/+16
* | win32: rename update_dev_fd() as update_special_fd()Ron Yorston2021-06-071-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-05-1418-112/+117
|\|
| * echo: fix !ENABLE_FEATURE_FANCY_ECHO buildDenys Vlasenko2021-04-141-1/+1
| * *: --help text tweaksDenys Vlasenko2021-04-1413-17/+17
| * touch: shorten --help textDenys Vlasenko2021-04-141-1/+1
| * touch: code shrinkDenys Vlasenko2021-04-141-6/+4
| * touch: fix -amDenys Vlasenko2021-04-141-5/+8
| * dd: support iflag=count_bytesRafał Miłecki2021-04-131-18/+32
| * touch: fix previous commitDenys Vlasenko2021-04-131-1/+1
| * touch: make FEATURE_TOUCH_NODEREF unconditionalDenys Vlasenko2021-04-131-18/+9
| * touch: code shrinkDenys Vlasenko2021-04-131-4/+4
| * touch: code shrinkDenys Vlasenko2021-04-131-23/+17
| * touch: prevent usage of -r and -t at onceXabier Oneca2021-04-131-7/+11
| * touch: switch to using utimensat() and futimens()Denys Vlasenko2021-04-131-41/+16
| * touch: unbreak -hDenys Vlasenko2021-04-121-9/+10
| * touch: remove unneeded GETOPT32 definesXabier Oneca2021-04-121-18/+13
| * touch: fix atime set from reference fileXabier Oneca2021-04-121-1/+2
| * touch: add SUSv3 options -a and -mXabier Oneca2021-04-121-14/+45
| * timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko2021-03-233-4/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-03-011-5/+5
|\|
| * echo: do not assume that free() leaves errno unmodifiedNatanael Copa2021-02-231-5/+5
* | nproc: port to WIN32 and enable by defaultRon Yorston2021-02-171-0/+30
* | win32: make readlink(2) implementation unconditionalRon Yorston2021-02-122-9/+0
* | Merge branch 'busybox' into mergeRon Yorston2021-02-0513-27/+27
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-0312-25/+25
| * nl: ensure '-b n' option displays file contentRon Yorston2021-02-022-2/+2
* | printf: better support for escape sequencesRon Yorston2021-02-031-48/+60
* | printf: code shrinkRon Yorston2021-01-271-19/+7
* | stat: improve conditional compilationRon Yorston2021-01-261-5/+4
* | tls: avoid unnecessary changes to POSIX build, part 2Ron Yorston2021-01-253-10/+6
* | Merge branch 'busybox' into mergeRon Yorston2021-01-1421-211/+424
|\|
| * Fix mknod compilation on the FreeBSDAlex Samorukov2021-01-041-1/+3
| * factor: fix commentDenys Vlasenko2020-12-231-1/+1
| * factor: detect squaresDenys Vlasenko2020-12-221-3/+39
| * factor: fix typo in undefDenys Vlasenko2020-12-211-1/+1