summaryrefslogtreecommitdiffstats
path: root/src/ptx.c
AgeCommit message (Expand)AuthorLines
2021-08-22maint: use clearerr on stdin when appropriatePaul Eggert-0/+3
2021-07-28doc: modernize usage of “disk” and “core”Paul Eggert-1/+1
2021-06-26maint: while (1) → while (true)Paul Eggert-1/+1
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-14/+14
2021-03-21ptx: remove use of diacrit modulePaul Eggert-136/+32
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-05-31maint: use getentropy and new tempname modulesPaul Eggert-2/+2
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-10-22all: improve parsing of numeric argumentsPaul Eggert-2/+2
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-12-16build: avoid a signed overflow warning in ptxPádraig Brady-1/+1
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-09-14ptx: avoid infloop due to zero-length matches with -S regexBernhard Voelker-0/+5
2017-08-17ptx: fix some integer overflow bugsPaul Eggert-103/+91
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-11-24ptx: fix an invalid heap reference with short --widthPádraig Brady-0/+2
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-9/+9
2016-08-29ptx: avoid new warning/error from upcoming gcc-7.xJim Meyering-1/+1
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-12-14maint: remove form feed characters from sourcesPádraig Brady-9/+9
2015-11-04all: avoid quoting file names when possiblePádraig Brady-2/+2
2015-10-27all: quote string arguments in error messagesPádraig Brady-1/+1
2015-09-03ls,ptx: restrict quotearg use to file name outputPádraig Brady-3/+2
2015-06-24maint: avoid undefined behavior in qsort callPádraig Brady-3/+3
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady-5/+5
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
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-1/+1
2014-04-29ptx: fix whitespace trimming with multiple filesPádraig Brady-31/+38
2014-03-26ptx: avoid --format long option falling through into --helpBernhard Voelker-0/+2
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-08-01doc: use semicolon instead of period in option descriptionsBenno Schulenberg-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-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-8/+8
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-52/+52
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering-4/+4
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-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering-1/+1
2011-05-19maint: correct typos involving misuse of "a" and "an"Jim Meyering-1/+1
2011-01-14maint: refactor to use read-file from gnulibPádraig Brady-76/+6
2011-01-13maint: trivial system header file cleanupsPádraig Brady-1/+1
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert-4/+5
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady-0/+3
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-11-07build: consistently use freopen-saferEric Blake-1/+1