summaryrefslogtreecommitdiffstats
path: root/src/pr.c
AgeCommit message (Expand)AuthorLines
2021-08-22maint: use clearerr on stdin when appropriatePaul Eggert-4/+10
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-5/+5
2021-02-15pr: fix alignment of input tabs to multiple columnsErik Auerswald-0/+2
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-01-01maint: adjust to split out xstrtol-error gnulib modulePádraig Brady-0/+1
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady-19/+12
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-11-25pr: fix read from invalid memory with tabs in separatorPádraig Brady-1/+1
2016-11-23pr: fix integer overflow in buffer size calcsPaul Eggert-22/+37
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-11/+12
2016-10-15maint: pr: avoid new GCC 7 warningJim Meyering-1/+1
2016-03-17date ls pr: fix time zone abbrs on SysV platformsPaul Eggert-9/+14
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-12-14maint: fix incorrect spellings etcPádraig Brady-1/+1
2015-12-14maint: remove form feed characters from sourcesPádraig Brady-13/+12
2015-11-04all: avoid quoting file names when possiblePádraig Brady-3/+3
2015-10-27all: quote string arguments in error messagesPádraig Brady-3/+3
2015-09-04maint: avoid "definitely lost" valgrind warningsPádraig Brady-0/+1
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady-7/+9
2015-04-22maint: avoid -Werror=strict-overflow warnings with GCC 5Pádraig Brady-3/+3
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker-1/+1
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-12-19diagnose too-large numbers betterPádraig Brady-63/+35
2014-12-02maint: avoid signed overflow warning with -O3Pádraig Brady-5/+5
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-3/+1
2014-04-29doc: clarify the pr --page-width descriptionsPádraig Brady-1/+2
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-4/+3
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-10-25pr: fix -n to pad consistently and not crashPádraig Brady-22/+6
2012-05-08maint: fix common spelling errorsKevin Lyda-1/+1
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering-11/+11
2012-01-31doc: clarify --help output for some optional argumentsPádraig Brady-2/+2
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert-6/+6
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-5/+5
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-11/+11
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering-7/+7
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-12-04maint: remove redundant usage declarations (-Wredundant-decls)Jim Meyering-1/+0
2011-08-24pr: fix so that LAST_PAGE is honored with -TPádraig Brady-2/+2
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering-1/+1
2011-05-26maint: accommodate gcc's -Wstrict-overflow optionJim Meyering-1/+1
2011-01-07maint: suppress some clang scan-build warningsPádraig Brady-1/+1