index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
coreutils
/
shuf.c
Age
Commit message (
Expand
)
Author
2021-09-07
shuf: add a TODO, code shrink
Denys Vlasenko
2021-09-04
shuf: make -i 99999999990-100000000000 work even on 32 bits
Denys Vlasenko
2021-08-29
shuf: in -i RANGE, accept numbers up to width of pointers
Denys Vlasenko
2021-08-23
shuf: with -i LOW-HIGH, do not allow any argv's
Denys Vlasenko
2021-08-23
shuf: tweak --help text
Denys Vlasenko
2021-08-22
shuf: speed-up when limited output is requested
Ron Yorston
2017-09-18
regularize format of source file headers, no code changes
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-09
shuf: fix random line selection. Closes 9971
Denys Vlasenko
2015-06-07
fix whitespaces
Maninder Singh
2014-03-07
shuf: trim help text
Denys Vlasenko
2014-03-07
shuf: do not use strings for -i RANGE case
Denys Vlasenko
2014-03-07
shuf: improve help text
Bartosz Golaszewski
2014-03-07
shuf: fix a segfault on 'shuf -e'
Bartosz Golaszewski
2014-03-05
shuf: new applet
Denys Vlasenko