summaryrefslogtreecommitdiff
path: root/src/head.c
Commit message (Expand)AuthorAgeFilesLines
* numfmt: add support for new SI prefixesPaul Eggert2023-01-051-2/+2
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: prefer rawmemchr to memchr when easyPaul Eggert2021-09-151-3/+4
* maint: while (1) → while (true)Paul Eggert2021-06-261-2/+2
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-11/+11
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* doc: improve documentation of binary prefixesWodry2018-07-221-0/+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: xsetmode renamed to xbinary-ioPaul Eggert2017-02-161-3/+3
* maint: use xsetmode, not xfreopenPaul Eggert2017-02-151-5/+3
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* head: fix processing of non-seekable input as seekablePádraig Brady2016-11-281-2/+2
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-7/+8
* head,tail: add the -z,--zero-terminated optionRichard Russon2016-01-131-7/+24
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* doc: avoid confusing K argument in the man pages of head and tailBernhard Voelker2015-11-301-10/+10
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-14/+14
* all: replace most uses of quotearg_colon() with quote()Pádraig Brady2015-11-041-3/+2
* maint: avoid new coverity warningsPádraig Brady2015-05-301-2/+2
* doc: standardize messages about the '-' stdin FILEPádraig Brady2015-04-301-1/+1
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* diagnose too-large numbers betterPádraig Brady2014-12-191-25/+7
* wc: don't miscount /sys and similar file systemsPaul Eggert2014-10-071-60/+87
* 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
* head: port to Darwin and use simpler seeksPaul Eggert2014-04-021-92/+75
* head: fix bug with head -c-N when stdin is not at startPaul Eggert2014-03-311-1/+1
* head,tail: consistently diagnose write errorsPádraig Brady2014-02-091-49/+37
* head: fix --lines=-0 outputting nothing if no newline at EOFАлексей Шилин2014-02-091-6/+21
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* head: avoid redundant allocations when reading empty filesPádraig Brady2013-07-121-5/+4
* head: with --bytes=-N only allocate memory as neededPádraig Brady2013-04-141-6/+22
* maint: improve error messages upon failed read, write, access, closeBenno Schulenberg2013-02-061-1/+1
* 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: mark new diagnostic for translationJim Meyering2012-06-051-1/+1
* head: with --lines=-N (-n-N) reset file pointer on seekable inputJim Meyering2012-06-051-0/+8
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1
* maint: src/*.[ch]: convert more `...' to '...'Jim Meyering2012-01-091-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-7/+7
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-2/+2
* 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: remove empty statement after jump labelBernhard Voelker2011-08-131-1/+1
* maint: remove unneeded includesPádraig Brady2011-06-091-1/+0
* maint: remove useless (off_t) cast of lseek argJim Meyering2011-05-281-5/+5