summaryrefslogtreecommitdiff
path: root/src/tac.c
AgeCommit message (Expand)Author
2017-02-16maint: xsetmode renamed to xbinary-ioHEADmasterPaul Eggert
2017-02-15maint: use xsetmode, not xfreopenPaul Eggert
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-11-28tac: fix mem corruption when failing to read non seekable inputsPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-01-13tac: support an empty (NUL) --separatorPá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-05-30maint: avoid new coverity warningsPádraig Brady
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady
2015-02-17maint: prefer STREQ_LEN and STRPREFIX over strncmp in all casesBernhard Voelker
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-10-08maint: avoid new signed overflow warning on 32 bitPádraig Brady
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert
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-01-02maint: update all copyright year number rangesBernhard Voelker
2013-02-20maint: cleanup up various uses of __attribute__Pádraig Brady
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-05-08maint: fix common spelling errorsKevin Lyda
2012-04-19maint: tac: use memcpy, not strcpyJim Meyering
2012-03-21maint: use more modern fseeko, rather than fseekJim Meyering
2012-01-27maint: use single copyright year rangeJim 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-10-19maint: tac: prefer "failed to" diagnostic over "cannot"Jim Meyering
2011-10-19tac: do not let failed allocation cause immediate exitJim Meyering
2011-10-19tac: use only one temporary file, with multiple nonseekable inputsJim Meyering
2011-10-18maint: make tac.c slightly cleanerPaul Eggert
2011-10-17tac: don't leak a file descriptor for each non-seekable inputJim Meyering
2011-10-17tac: don't misbehave with multiple non-seekable inputsJim Meyering
2011-10-17maint: tac: remove sole use of sprintf in favor of filenamecatJim Meyering
2011-05-28maint: remove useless (off_t) cast of lseek argJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-09-01tac: suppress technically unneeded "free"Jim Meyering
2010-08-28tac: avoid double freeJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-01-05maint: always free a buffer, to avoid even semblance of a leakJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
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
2008-11-10use xfreopen in place of unchecked freopenJim Meyering
2008-08-14mktemp, sort, tac: don't use undefined after mkstemp failureJim Meyering
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering