summaryrefslogtreecommitdiff
path: root/coreutils/uudecode.c
Commit message (Expand)AuthorAgeFilesLines
* base32/64: accept -i "skip bad chars" option (currently in effect uncondition...Denys Vlasenko2021-06-131-2/+4
* *: --help tweaksDenys Vlasenko2021-06-131-2/+2
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* fix commentsDenys Vlasenko2020-11-281-3/+4
* base32/64: decode in-placeDenys Vlasenko2020-11-271-5/+12
* base32/64: implement -w COLDenys Vlasenko2020-11-271-22/+34
* base32: new appletDenys Vlasenko2020-11-261-10/+108
* uudecode: fix possible signed char bugDenys Vlasenko2020-10-071-4/+2
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-4/+4
* config: update size informationDenys Vlasenko2018-12-281-2/+2
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-4/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-2/+2
* uuencode: allow space instead of "`" as padding char. Closes 10046Denys Vlasenko2017-07-141-3/+9
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+9
* uudecode: tolerate text input with CR+LF line endsDenys Vlasenko2015-10-051-1/+12
* typo fixesManinder Singh2015-05-251-1/+1
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-2/+2
* uudecode: tweak help textDenys Vlasenko2012-03-051-1/+1
* uudecode: fix buggy check for empty filenameDenys Vlasenko2011-10-181-2/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+12
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* libbb: merge mail and uudecode's base64 decodersDenys Vlasenko2010-09-161-69/+4
* uudecode,base64: code shrinkDenys Vlasenko2010-09-011-27/+26
* base64: new appletDenys Vlasenko2010-08-311-4/+74
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-7/+6
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-2/+2
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-30/+40
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* update Glenn McGrath's email addressDenis Vlasenko2007-09-211-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* uudecode: nuke duplicate base64_table[]. saves 65 bytesDenis Vlasenko2007-06-121-6/+7
* uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>Denis Vlasenko2007-06-041-18/+50
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* - make read_stduu() and read_base64() void, small size tweaksBernhard Reutner-Fischer2007-01-201-9/+8
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-1/+1
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-271-8/+8
* rename functions to more understandable namesDenis Vlasenko2006-10-261-1/+1
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-2/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Another attempt at untangling the logic so the compiler can follow it and notRob Landley2006-09-231-24/+23
* Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1,Rob Landley2006-09-221-1/+1
* - silence gcc warning about a funcptr possibly being used uninitialized.Bernhard Reutner-Fischer2006-09-211-2/+2