aboutsummaryrefslogtreecommitdiff
path: root/coreutils/tr.c
AgeCommit message (Expand)Author
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2011-03-06tr: free allocated memory in tr if CLEANUP enabledAlexey Soloviev
2010-10-29whitespace cleanupDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-05tr: add forgotten //config: prefixesDenys Vlasenko
2010-06-04partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-03-15tr: support -C as synonym to -cDenis Vlasenko
2009-03-02tr: fix overflow in expand and complement, fix stop after [:class:],Denis Vlasenko
2009-03-01tr: support [:xdigit:], fix handling of ranges and [x]'s.Denis Vlasenko
2008-07-30tr: fix yet another access past the end of a string (bug 4374)Denis Vlasenko
2008-07-28tr: fix "tr [=" case. Closes bug 4374.Denis Vlasenko
2008-07-26tr: fix "access past the end of a string" bug 4354Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-09fix warnings about pointer signednessDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko
2007-11-13tr: more of code shrink (getopt32-ification)Denis Vlasenko
2007-11-13tr: better comments, small code shrinkDenis Vlasenko
2007-11-13tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>)Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-08add some missed statics on constant objects.Denis Vlasenko
2007-03-30- fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..Bernhard Reutner-Fischer
2007-03-30- fix bug where we did not reject invalid classes like '[[:alpha'Bernhard Reutner-Fischer
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko
2006-09-09using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko
2006-07-01Remove all usage of the "register" storage class specifier."Robert P. J. Day"
2006-06-30Make warnings go away.Rob Landley
2006-06-30Fix bug 744 by moving the flushing logic into the exhausted read buffer test.Rob Landley
2006-04-19Patch from Jean Wolter:Rob Landley
2006-04-10We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER isRob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-01-30clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen
2005-10-15common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"
2005-10-08Rob Sullivan added character and equivalence classes to tr. I changed someRob Landley
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-03-12Hideki IWAMOTO writes:Eric Andersen
2003-07-22eliminate DOSTATIC, DODEBUG, etc and name them sensiblyEric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2001-10-31Fixup some silly prototype warningsEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen