summaryrefslogtreecommitdiff
path: root/coreutils/shuf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-041-1/+1
* 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
* 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