summaryrefslogtreecommitdiffstats
path: root/src/tr.c
AgeCommit message (Expand)AuthorLines
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
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-05-26convert single-author programs to use proper_nameJim Meyering-1/+1
2008-01-06Avoid tr case-conversion failure in some locales.Jim Meyering-1/+23
2007-10-21tr: do not reject an unmatched [:lower:] or [:upper:] in SET1.Jim Meyering-18/+5
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-5/+4
2007-07-13Warn about non-portable use of unescaped backslash at end of string,Jim Meyering-2/+3
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-1/+1
2007-05-04tr -c: don't abort when translating with S2 larger than complement of S1Jim Meyering-2/+1
2007-03-28Help translators include translation team's web or email address.Jim Meyering-1/+1
2006-10-25* src/cat.c (infile): Add "const" to declaration.Jim Meyering-1/+1
2006-10-10* src/ls.c (quote_name): Use initializer rather than memset toPaul Eggert-2/+1