summaryrefslogtreecommitdiff
path: root/src/tr.c
AgeCommit message (Expand)Author
2017-02-16maint: xsetmode renamed to xbinary-ioHEADmasterPaul Eggert
2017-02-15maint: use xsetmode, not xfreopenPaul Eggert
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-10-16maint: we use die; remove now-unnecessary uses of abortJim Meyering
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-08-30maint: tr: tweak/make-consistent a pair of loop indicesJim Meyering
2016-08-30tr: move decls "down"Jim Meyering
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-12-14maint: remove form feed characters from sourcesPádraig Brady
2015-11-25doc: clarify descriptions for tr --squeeze-repeatsPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-11maint: fix minor whitespace issuesPádraig Brady
2012-01-11maint: adjust formatting of certain continued stringsJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering
2011-05-26maint: accommodate gcc's -Wstrict-overflow optionJim Meyering
2011-04-03maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-10-03maint: suppress a bogus used-uninitialized warning in tr.cJim Meyering
2010-09-29tr: fix various issues with case conversionPádraig Brady
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-07-27tr: improve --help's description of --complement (-c)Heikki Orsila
2009-05-17build: tr: avoid a warning due to newer gcc's -Wenum-compareJim Meyering
2008-11-10use xfreopen in place of unchecked freopenJim Meyering
2008-09-19tr --help: gettextize a single paragraph as a single stringBenno Schulenberg
2008-09-19nohup, remove, tr: also gettextize the alternative messagesBenno Schulenberg
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26convert single-author programs to use proper_nameJim Meyering
2008-01-06Avoid tr case-conversion failure in some locales.Jim Meyering
2007-10-21tr: do not reject an unmatched [:lower:] or [:upper:] in SET1.Jim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-13Warn about non-portable use of unescaped backslash at end of string,Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-05-04tr -c: don't abort when translating with S2 larger than complement of S1Jim Meyering