summaryrefslogtreecommitdiff
path: root/src/shuf.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* shuf: better diagnostic for ‘shuf -i -10-10’Paul Eggert2022-06-241-18/+23
* shuf: simplify -fsanitize=leak pacificationPaul Eggert2022-01-311-18/+1
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: prefer rawmemchr to memchr when easyPaul Eggert2021-09-151-6/+6
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: use getrandom, not getentropyPaul Eggert2020-06-011-1/+1
* maint: use getentropy and new tempname modulesPaul Eggert2020-05-311-2/+3
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* all: improve parsing of numeric argumentsPaul Eggert2019-10-221-2/+2
* shuf: fix bug with ‘-r -n 0’Paul Eggert2019-10-211-24/+29
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* maint: use C99 for loop initial declarations where possiblePádraig Brady2017-06-171-16/+6
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-16/+17
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-3/+3
* all: replace most uses of quotearg_colon() with quote()Pádraig Brady2015-11-041-3/+2
* all: quote string arguments in error messagesPádraig Brady2015-10-271-1/+1
* doc: standardize messages about the '-' stdin FILEPádraig Brady2015-04-301-4/+1
* doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker2015-01-311-1/+1
* shuf: do not mishandle 'shuf -i0-0 1'Paul Eggert2015-01-051-1/+1
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* diagnose too-large numbers betterPádraig Brady2014-12-191-11/+8
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-1/+1
* build: support building all tools in a single binaryAlex Deymo2014-07-131-1/+1
* doc: clarify --zero-terminated optionPádraig Brady2014-05-261-1/+3
* shuf: convert error diagnostic to lowercaseBernhard Voelker2014-02-261-1/+1
* shuf: with -r, don't dump core if the input is emptyPaul Eggert2014-02-231-4/+11
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* shuf: --repeat, not --repetitions; default --head-count is infinityPaul Eggert2013-12-061-37/+30
* build: fix a build warning on 32 bit systems in shuf.cPádraig Brady2013-07-111-1/+1
* shuf: add --repetition to support repetition in outputAssaf Gordon2013-07-111-56/+134
* shuf: exit without reading if would never outputPádraig Brady2013-04-041-2/+4
* shuf: use reservoir-sampling for large or unknown sized inputsAssaf Gordon2013-03-251-7/+170
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-4/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-1/+1
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: refactor to use read-file from gnulibPádraig Brady2011-01-141-43/+5
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady2010-07-221-0/+3
* maint: don't emit an extra newline in each of two diagnosticsJim Meyering2010-05-251-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* build: consistently use freopen-saferEric Blake2009-11-071-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1