summaryrefslogtreecommitdiff
path: root/src/ptx.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* maint: simplify comparisonsPaul Eggert2022-05-171-3/+3
* ptx: pacify -fsanitizer=leakPaul Eggert2022-01-311-14/+10
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: use GNU style for spacingPaul Eggert2021-12-181-1/+1
* maint: prefer attribute.h in .c filesPaul Eggert2021-10-311-1/+2
* maint: switch to C11-style _NoreturnPaul Eggert2021-10-021-1/+1
* maint: use clearerr on stdin when appropriatePaul Eggert2021-08-221-0/+3
* doc: modernize usage of “disk” and “core”Paul Eggert2021-07-281-1/+1
* maint: while (1) → while (true)Paul Eggert2021-06-261-1/+1
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-14/+14
* ptx: remove use of diacrit modulePaul Eggert2021-03-211-136/+32
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: use getentropy and new tempname modulesPaul Eggert2020-05-311-2/+2
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* all: improve parsing of numeric argumentsPaul Eggert2019-10-221-2/+2
* 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
* build: avoid a signed overflow warning in ptxPádraig Brady2017-12-161-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* ptx: avoid infloop due to zero-length matches with -S regexBernhard Voelker2017-09-141-0/+5
* ptx: fix some integer overflow bugsPaul Eggert2017-08-171-103/+91
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* ptx: fix an invalid heap reference with short --widthPádraig Brady2016-11-241-0/+2
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-9/+9
* ptx: avoid new warning/error from upcoming gcc-7.xJim Meyering2016-08-291-1/+1
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* maint: remove form feed characters from sourcesPádraig Brady2015-12-141-9/+9
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-2/+2
* all: quote string arguments in error messagesPádraig Brady2015-10-271-1/+1
* ls,ptx: restrict quotearg use to file name outputPádraig Brady2015-09-031-3/+2
* maint: avoid undefined behavior in qsort callPádraig Brady2015-06-241-3/+3
* doc: standardize messages about the '-' stdin FILEPádraig Brady2015-04-301-5/+5
* 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
* ptx: fix whitespace trimming with multiple filesPádraig Brady2014-04-291-31/+38
* ptx: avoid --format long option falling through into --helpBernhard Voelker2014-03-261-0/+2
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* doc: use semicolon instead of period in option descriptionsBenno Schulenberg2013-08-011-1/+1
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-4/+3
* 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/*.[ch]: convert more `...' to '...'Jim Meyering2012-01-091-8/+8
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-52/+52
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-4/+4
* 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
* maint: use "const" and "pure" function attributes where possibleJim Meyering2011-07-021-1/+1
* maint: correct typos involving misuse of "a" and "an"Jim Meyering2011-05-191-1/+1