summaryrefslogtreecommitdiff
path: root/coreutils/shuf.c
AgeCommit message (Expand)Author
2023-07-10Update applet size estimatesDenys Vlasenko
2023-04-13shuf: another tweak to COMMON_PREFIX_HACK codeDenys Vlasenko
2023-04-12shuf: fix pfx_len calculationDenys Vlasenko
2023-04-12shuf: remove redundant codeDenys Vlasenko
2023-04-12shuf: add (disabled) code to support very long numbers in -i LO-HIDenys Vlasenko
2022-01-04libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko
2021-09-07shuf: add a TODO, code shrinkDenys Vlasenko
2021-09-04shuf: make -i 99999999990-100000000000 work even on 32 bitsDenys Vlasenko
2021-08-29shuf: in -i RANGE, accept numbers up to width of pointersDenys Vlasenko
2021-08-23shuf: with -i LOW-HIGH, do not allow any argv'sDenys Vlasenko
2021-08-23shuf: tweak --help textDenys Vlasenko
2021-08-22shuf: speed-up when limited output is requestedRon Yorston
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-09shuf: fix random line selection. Closes 9971Denys Vlasenko
2015-06-07fix whitespacesManinder Singh
2014-03-07shuf: trim help textDenys Vlasenko
2014-03-07shuf: do not use strings for -i RANGE caseDenys Vlasenko
2014-03-07shuf: improve help textBartosz Golaszewski
2014-03-07shuf: fix a segfault on 'shuf -e'Bartosz Golaszewski
2014-03-05shuf: new appletDenys Vlasenko