cksum: code shrink
[oweals/busybox.git] / coreutils / tr.c
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2016-11-23 Denys VlasenkoConvert all coreutils/* applets to "new style" applet...
2015-10-26 Richard Genoudtr: support octal ranges
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2011-03-06 Alexey Solovievtr: free allocated memory in tr if CLEANUP enabled
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-06 Denys Vlasenkoremove defconfig. Now "make defconfig" simply uses...
2010-06-05 Denys Vlasenkotr: add forgotten //config: prefixes
2010-06-04 Denys Vlasenkopartially migrate coreutils to Config.src and Kbuild.src
2009-11-18 Denys Vlasenkolibbb: robustify isXXXX(). +39 bytes
2009-03-15 Denis Vlasenkotr: support -C as synonym to -c
2009-03-02 Denis Vlasenkotr: fix overflow in expand and complement, fix stop...
2009-03-01 Denis Vlasenkotr: support [:xdigit:], fix handling of ranges and...
2008-07-30 Denis Vlasenkotr: fix yet another access past the end of a string...
2008-07-28 Denis Vlasenkotr: fix "tr [=" case. Closes bug 4374.
2008-07-26 Denis Vlasenkotr: fix "access past the end of a string" bug 4354
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-05-09 Denis Vlasenkofix warnings about pointer signedness
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-12-24 Denis Vlasenkonameif: extended matching (Nico Erfurth <masta@perlgolf...
2007-11-13 Denis Vlasenkotr: more of code shrink (getopt32-ification)
2007-11-13 Denis Vlasenkotr: better comments, small code shrink
2007-11-13 Denis Vlasenkotr: properly detect read errors (Fernando Silveira...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-08 Denis Vlasenkoadd some missed statics on constant objects.
2007-03-30 Bernhard Reutner... - fix compilation if FEATURE_TR_CLASSES is off. Sorry...
2007-03-30 Bernhard Reutner... - fix bug where we did not reject invalid classes like...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-09-09 Denis Vlasenkousing [xa]sprintf for string concatenation is neat...
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-30 Rob LandleyMake warnings go away.
2006-06-30 Rob LandleyFix bug 744 by moving the flushing logic into the exhau...
2006-04-19 Rob LandleyPatch from Jean Wolter:
2006-04-10 Rob LandleyWe use -funsigned-char now, so having a separate RESERV...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-30 Eric Andersenclean up yet more annoying signed/unsigned mismatches...
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-10-08 Rob LandleyRob Sullivan added character and equivalence classes...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-12 Eric AndersenHideki IWAMOTO writes:
2003-07-22 Eric Anderseneliminate DOSTATIC, DODEBUG, etc and name them sensibly
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2001-10-31 Eric AndersenFixup some silly prototype warnings
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-07-09 Eric AndersenPatch from vodz to support 'tr a-z A-Z' syntax.
2001-07-02 Eric AndersenPer patch from vodz, change a couple of consts to defin...
2001-05-24 Mark WhitleySome more patchelttes from Larry Doolittle.
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-03-23 Eric Andersen-Wshadow tr fix from Jeff Garzik
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-25 Eric AndersenCommit Larry Doolittle's buffers-on-stack/buffers-via...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-07 Matt KraaiGet rid of redundant TRUE and FALSE definitions.
2000-12-06 Eric AndersenPatch from Matt Kraai to fix 'echo "1 2 3" | tr ...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Eric AndersenMore cleanups.
2000-07-13 Eric AndersenFix uninitialized variable.
2000-07-13 Eric AndersenFrom Matt Kraai <kraai@alumni.carnegiemellon.edu>
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-10 Eric AndersenPatch from Matt Kraai <kraai@alumni.carnegiemellon...
2000-07-05 Eric Andersen* Fix to tr so it recognizes standard escape sequences...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-02 Erik AndersenMore stuff
2000-05-01 Erik AndersenDue to the license change I can now use Minix code...
2000-04-17 Erik AndersenBugfixes.
2000-04-15 Erik AndersenMore documentation updates, and minor fixes to make...
2000-03-21 Erik Andersen* all mallocs now use xmalloc (and so are OOM error...
2000-03-05 Erik AndersenAdd in tr and dirname