Age | Commit message (Expand) | Author |
2009-03-15 | tr: support -C as synonym to -c | Denis Vlasenko |
2009-03-02 | tr: fix overflow in expand and complement, fix stop after [:class:], | Denis Vlasenko |
2009-03-01 | tr: support [:xdigit:], fix handling of ranges and [x]'s. | Denis Vlasenko |
2008-07-30 | tr: fix yet another access past the end of a string (bug 4374) | Denis Vlasenko |
2008-07-28 | tr: fix "tr [=" case. Closes bug 4374. | Denis Vlasenko |
2008-07-26 | tr: fix "access past the end of a string" bug 4354 | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-05-13 | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-05-09 | fix warnings about pointer signedness | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2007-12-24 | nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) | Denis Vlasenko |
2007-11-13 | tr: more of code shrink (getopt32-ification) | Denis Vlasenko |
2007-11-13 | tr: better comments, small code shrink | Denis Vlasenko |
2007-11-13 | tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>) | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-07-24 | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko |
2007-06-04 | Audit bb_common_bufsiz usage, add script which looks for misuse. | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-08 | add 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-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko |
2006-09-09 | using [xa]sprintf for string concatenation is neat and saves | Denis Vlasenko |
2006-07-01 | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" |
2006-06-30 | Make warnings go away. | Rob Landley |
2006-06-30 | Fix bug 744 by moving the flushing logic into the exhausted read buffer test. | Rob Landley |
2006-04-19 | Patch from Jean Wolter: | Rob Landley |
2006-04-10 | We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER is | Rob Landley |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-01-30 | clean up yet more annoying signed/unsigned mismatches and fixup | Eric Andersen |
2005-10-15 | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" |
2005-10-08 | Rob Sullivan added character and equivalence classes to tr. I changed some | Rob Landley |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-03-12 | Hideki IWAMOTO writes: | Eric Andersen |
2003-07-22 | eliminate DOSTATIC, DODEBUG, etc and name them sensibly | Eric Andersen |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2001-10-31 | Fixup some silly prototype warnings | Eric Andersen |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-07-09 | Patch from vodz to support 'tr a-z A-Z' syntax. | Eric Andersen |
2001-07-02 | Per patch from vodz, change a couple of consts to defines, since | Eric Andersen |
2001-05-24 | Some more patchelttes from Larry Doolittle. | Mark Whitley |
2001-04-25 | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen |
2001-04-09 | Apply Vladimir's latest cleanup patch. | Eric Andersen |
2001-03-23 | -Wshadow tr fix from Jeff Garzik | Eric Andersen |
2001-03-21 | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |