summaryrefslogtreecommitdiff
path: root/src/shuf.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-11-04all: replace most uses of quotearg_colon() with quote()Pádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker
2015-01-05shuf: do not mishandle 'shuf -i0-0 1'Paul Eggert
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-12-19diagnose too-large numbers betterPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-07-13build: support building all tools in a single binaryAlex Deymo
2014-05-26doc: clarify --zero-terminated optionPádraig Brady
2014-02-26shuf: convert error diagnostic to lowercaseBernhard Voelker
2014-02-23shuf: with -r, don't dump core if the input is emptyPaul Eggert
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-12-06shuf: --repeat, not --repetitions; default --head-count is infinityPaul Eggert
2013-07-11build: fix a build warning on 32 bit systems in shuf.cPádraig Brady
2013-07-11shuf: add --repetition to support repetition in outputAssaf Gordon
2013-04-04shuf: exit without reading if would never outputPádraig Brady
2013-03-25shuf: use reservoir-sampling for large or unknown sized inputsAssaf Gordon
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
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