Per patch from vodz, change a couple of consts to defines, since
[oweals/busybox.git] / coreutils / tr.c
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