summaryrefslogtreecommitdiff
path: root/src/pr.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-11-25pr: fix read from invalid memory with tabs in separatorPádraig Brady
2016-11-23pr: fix integer overflow in buffer size calcsPaul Eggert
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-10-15maint: pr: avoid new GCC 7 warningJim Meyering
2016-03-17date ls pr: fix time zone abbrs on SysV platformsPaul Eggert
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-12-14maint: fix incorrect spellings etcPádraig Brady
2015-12-14maint: remove form feed characters from sourcesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-09-04maint: avoid "definitely lost" valgrind warningsPádraig Brady
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady
2015-04-22maint: avoid -Werror=strict-overflow warnings with GCC 5Pádraig Brady
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-12-19diagnose too-large numbers betterPádraig Brady
2014-12-02maint: avoid signed overflow warning with -O3Pá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-04-29doc: clarify the pr --page-width descriptionsPádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-10-25pr: fix -n to pad consistently and not crashPádraig Brady
2012-05-08maint: fix common spelling errorsKevin Lyda
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering
2012-01-31doc: clarify --help output for some optional argumentsPádraig Brady
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim 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-12-04maint: remove redundant usage declarations (-Wredundant-decls)Jim Meyering
2011-08-24pr: fix so that LAST_PAGE is honored with -TPádraig Brady
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering
2011-05-26maint: accommodate gcc's -Wstrict-overflow optionJim Meyering
2011-01-07maint: suppress some clang scan-build warningsPá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-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-02-11doc: remove extraneous periods from --help outputPádraig Brady
2010-01-18pr: avoid two over-allocationsJim Meyering
2010-01-06pr: ensure the page header line is of the required formatEric Blake
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2010-01-01pr --help: add missing space between short and long options usage messageStéphane Raimbault
2010-01-01pr --help: improve a line-breakStéphane Raimbault