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