summaryrefslogtreecommitdiffstats
path: root/src/shuf.c
AgeCommit message (Expand)AuthorLines
2008-07-27shuf: correctly document --head-countMikael Magnusson-1/+1
2008-07-27shuf: honor --zero-terminated option even with --input-range=LO-HIJim Meyering-3/+4
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-1/+1
2008-06-03use gnulib's progname moduleJim Meyering-4/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-05-26adjust copyright datesJim Meyering-1/+1
2008-05-26convert single-author programs to use proper_nameJim Meyering-1/+1
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-1/+1
2007-03-28Help translators include translation team's web or email address.Jim Meyering-1/+1
2007-02-23With -Dlint, make shuf free all heap-allocated storage.Jim Meyering-4/+13
2006-09-29* src/shuf.c (read_input): Fix an off-by-one error thatJim Meyering-1/+1
2006-09-18* src/shuf.c (main): Quote the entire range when reporting anPaul Eggert-2/+3
2006-08-09(next_line): New function.Paul Eggert-2/+12
2006-08-08New file, introduced for shuf, sort -R, and/or shred.Paul Eggert-0/+401