summaryrefslogtreecommitdiff
path: root/src/tee.c
Commit message (Expand)AuthorAgeFilesLines
* tee: avoid undefined behavior after fclose()Pádraig Brady2023-03-131-2/+2
* tee: support non blocking outputsPádraig Brady2023-03-081-2/+3
* tee: fix a crash with unwriteable filesPádraig Brady2023-03-071-3/+5
* tee: tune when later -p overrides earlierPaul Eggert2023-03-041-18/+9
* maint: refactor tail.c to use iopollPádraig Brady2023-03-011-1/+2
* doc: tee -p: clarify operationPádraig Brady2023-02-281-1/+2
* tee: enhance -p mode using iopoll() to detect broken pipe outputsCarl Edquist2023-02-281-13/+85
* 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
* doc: drop extraneous single quotes in helpJim Meyering2021-09-201-4/+4
* 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: tee: use STDIN_FILENO rather than 0Martin Castillo2019-03-301-1/+1
* 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: xsetmode renamed to xbinary-ioPaul Eggert2017-02-161-3/+3
* maint: use xsetmode, not xfreopenPaul Eggert2017-02-151-6/+3
* 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-1/+2
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-4/+3
* all: quote string arguments in error messagesPádraig Brady2015-10-271-4/+5
* tee: simplify argv handlingPaul Eggert2015-10-031-14/+10
* doc: clarify in --help/man where short options take no paramPádraig Brady2015-08-311-1/+2
* tee: generalize the --write-error option to --output-errorPádraig Brady2015-03-041-29/+28
* tee: add --write-error to control handling of closed pipesPádraig Brady2015-02-241-3/+62
* tee: close "-" fileBernhard Voelker2015-02-231-2/+1
* tee: treat '-' operand as file name as mandated by POSIXBernhard Voelker2015-02-201-7/+2
* tee: exit early if no more writable outputsPádraig Brady2015-02-181-1/+12
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* 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
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim 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
* copy, tee: assume EINTR is always defined: remove #ifdefsJim Meyering2011-01-301-2/+0
* 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: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-32/+32
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-1/+1
* use xfreopen in place of unchecked freopenJim Meyering2008-11-101-2/+3
* avoid a -Wsign-compare warningJim Meyering2008-06-271-1/+1
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+1