summaryrefslogtreecommitdiff
path: root/coreutils/shuf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-09-101-36/+33
|\
| * 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
|/
* 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
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-2/+2
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+5
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* shuf: fix random line selection. Closes 9971Denys Vlasenko2017-07-091-1/+1
* fix whitespacesManinder Singh2015-06-071-1/+1
* shuf: trim help textDenys Vlasenko2014-03-071-4/+4
* shuf: do not use strings for -i RANGE caseDenys Vlasenko2014-03-071-3/+5
* shuf: improve help textBartosz Golaszewski2014-03-071-3/+3
* shuf: fix a segfault on 'shuf -e'Bartosz Golaszewski2014-03-071-1/+2
* shuf: new appletDenys Vlasenko2014-03-051-0/+150