Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / uudecode.c
2012-03-05 Denys Vlasenkouudecode: tweak help text
2011-10-18 Denys Vlasenkouudecode: fix buggy check for empty filename
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-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-09-16 Denys Vlasenkolibbb: merge mail and uudecode's base64 decoders
2010-09-01 Denys Vlasenkouudecode,base64: code shrink
2010-08-31 Denys Vlasenkobase64: new applet
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-06-12 Denis Vlasenkouudecode: nuke duplicate base64_table[]. saves 65 bytes
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
2007-01-20 Bernhard Reutner... - make read_stduu() and read_base64() void, small size...
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-23 Rob LandleyAnother attempt at untangling the logic so the compiler...
2006-09-22 Rob LandleyFollow-up to 16172: this also doesn't produce a warning...
2006-09-21 Bernhard Reutner... - silence gcc warning about a funcptr possibly being...
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-31 Rob LandleyRemove code that can't be reached.
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-04-17 Rob LandleyGlenn gave permission for GPLv2 "or later".
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
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...
2006-01-25 Tim Rikerjust whitespace
2005-10-06 "Vladimir N. Oleynik"change strange depend to libbb.h, but require busybox.h
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-11-06 Glenn L McGrathRewrite, 800+ bytes smaller and more robust.
2003-03-19 Manuel Novoa III Major coreutils update.
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2001-10-24 Eric AndersenFixup the location of pwd.h and grp.h
2001-08-02 Eric AndersenLatest patch from vodz. Adds a check for divide by...
2001-07-19 Eric AndersenSome adjustments, mostly from David McCullough <davidm...
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...