summaryrefslogtreecommitdiff
path: root/src/shuf.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering1-1/+1
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering1-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering1-1/+1
2011-01-14maint: refactor to use read-file from gnulibPádraig Brady1-43/+5
2011-01-01maint: update all copyright year number rangesJim Meyering1-1/+1
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady1-0/+3
2010-05-25maint: don't emit an extra newline in each of two diagnosticsJim Meyering1-1/+1
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering1-1/+1
2009-11-07build: consistently use freopen-saferEric Blake1-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady1-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering1-98/+98
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering1-1/+1
2009-04-07shred,sort,shuf: don't use /dev/urandom by defaultPádraig Brady1-1/+1
2008-07-27shuf: correctly document --head-countMikael Magnusson1-1/+1
2008-07-27shuf: honor --zero-terminated option even with --input-range=LO-HIJim Meyering1-3/+4
2008-06-16remove redundant const directivesJim Meyering1-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering1-1/+1
2008-06-03use gnulib's progname moduleJim Meyering1-4/+1
2008-06-02declare program_name consistentlyJim Meyering1-1/+1
2008-05-26adjust copyright datesJim Meyering1-1/+1
2008-05-26convert single-author programs to use proper_nameJim Meyering1-1/+1
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2007-03-28Help translators include translation team's web or email address.Jim Meyering1-1/+1
2007-02-23With -Dlint, make shuf free all heap-allocated storage.Jim Meyering1-4/+13
2006-09-29* src/shuf.c (read_input): Fix an off-by-one error thatJim Meyering1-1/+1
2006-09-18* src/shuf.c (main): Quote the entire range when reporting anPaul Eggert1-2/+3
2006-08-09(next_line): New function.Paul Eggert1-2/+12
2006-08-08New file, introduced for shuf, sort -R, and/or shred.Paul Eggert1-0/+401