Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / uuencode.c
2012-03-05 Denys Vlasenkouuencode: tweak help text
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
2010-08-31 Denys Vlasenkobase64: new applet
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-01-04 Denys Vlasenko*: remove some uses of argc
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-06-26 Denis Vlasenkouuencode: shrink
2007-06-04 Denis Vlasenkouudecode: fix to base64 decode by Jorgen Cederlof ...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-03 Denis Vlasenkouuencode: common implementation for wget and uuencode...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-01-31 "Vladimir N. Oleynik"more better for me signed<->unsigned and the const...
2006-01-30 Eric Andersenclean up yet more annoying signed/unsigned mismatches...
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2004-01-26 Eric AndersenPascal Brisset writes:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-06 Eric AndersenFixup buffer allocation
2002-07-11 Eric AndersenFixup warnings and undefined operations that show up...
2002-05-01 Tim Rikerfix and shrink uuencode
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-07-29 Glenn L McGrathFix permisions when reading from stdin
2001-07-29 Glenn L McGrathFix broken logic when wraping encoded data into rows...
2001-07-28 Glenn L McGrathThe src buffer size has to be a multiple of 3 (as i...
2001-07-28 Glenn L McGrathRewrite based on wget uuencode function.
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
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-27 Eric AndersenAdd in a patch to make busybox use the normal pwd.h...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-14 Eric AndersenRemove the BSD advertising clause, and replace it with...
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-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-09 Eric AndersenMore portability updates. Now compiles cleanly vs...
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-13 Eric AndersenAdd new apps md5sum uudecode uuencode, fix some minor...