summaryrefslogtreecommitdiffstats
path: root/src/tr.c
AgeCommit message (Expand)AuthorLines
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-11-14tr: fix crash validating -c with some case char classesPádraig Brady-1/+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-03tr: add -A, for compatibility with AIX trPaul Eggert-1/+7
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-2/+1
2017-02-16maint: xsetmode renamed to xbinary-ioPaul Eggert-3/+3
2017-02-15maint: use xsetmode, not xfreopenPaul Eggert-6/+3
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-10-16maint: we use die; remove now-unnecessary uses of abortJim Meyering-7/+0
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-23/+24
2016-08-30maint: tr: tweak/make-consistent a pair of loop indicesJim Meyering-2/+2
2016-08-30tr: move decls "down"Jim Meyering-55/+26
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-12-14maint: remove form feed characters from sourcesPádraig Brady-1/+1
2015-11-25doc: clarify descriptions for tr --squeeze-repeatsPádraig Brady-6/+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-3/+3
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
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-11maint: fix minor whitespace issuesPádraig Brady-1/+1
2012-01-11maint: adjust formatting of certain continued stringsJim Meyering-10/+10
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-1/+1
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-22/+22
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim 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-3/+3
2011-05-26maint: accommodate gcc's -Wstrict-overflow optionJim Meyering-1/+1
2011-04-03maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering-1/+1
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-10-03maint: suppress a bogus used-uninitialized warning in tr.cJim Meyering-0/+1
2010-09-29tr: fix various issues with case conversionPádraig Brady-46/+96
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady-0/+3
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering-4/+4
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering-653/+653
2009-07-27tr: improve --help's description of --complement (-c)Heikki Orsila-1/+1
2009-05-17build: tr: avoid a warning due to newer gcc's -Wenum-compareJim Meyering-3/+2
2008-11-10use xfreopen in place of unchecked freopenJim Meyering-2/+3
2008-09-19tr --help: gettextize a single paragraph as a single stringBenno Schulenberg-8/+2
2008-09-19nohup, remove, tr: also gettextize the alternative messagesBenno Schulenberg-3/+3
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-1/+1
2008-06-03use gnulib's progname moduleJim Meyering-4/+1