index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shuf.c
Age
Commit message (
Expand
)
Author
2009-04-07
shred,sort,shuf: don't use /dev/urandom by default
Pádraig Brady
2008-07-27
shuf: correctly document --head-count
Mikael Magnusson
2008-07-27
shuf: honor --zero-terminated option even with --input-range=LO-HI
Jim Meyering
2008-06-16
remove redundant const directives
Jim Meyering
2008-06-14
add "const" attribute, where possible
Jim Meyering
2008-06-03
use gnulib's progname module
Jim Meyering
2008-06-02
declare program_name consistently
Jim Meyering
2008-05-26
adjust copyright dates
Jim Meyering
2008-05-26
convert single-author programs to use proper_name
Jim Meyering
2007-07-23
Update all copyright notices to use the newer form.
Jim Meyering
2007-07-10
Change "version 2" to "version 3" in all copyright notices.
Jim Meyering
2007-03-28
Help translators include translation team's web or email address.
Jim Meyering
2007-02-23
With -Dlint, make shuf free all heap-allocated storage.
Jim Meyering
2006-09-29
* src/shuf.c (read_input): Fix an off-by-one error that
Jim Meyering
2006-09-18
* src/shuf.c (main): Quote the entire range when reporting an
Paul Eggert
2006-08-09
(next_line): New function.
Paul Eggert
2006-08-08
New file, introduced for shuf, sort -R, and/or shred.
Paul Eggert