summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2015-10-05uudecode: tolerate text input with CR+LF line endsDenys Vlasenko2-13/+19
2015-05-25typo fixesManinder Singh17-24/+24
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2012-03-05uudecode: tweak help textDenys Vlasenko1-1/+1
2011-10-18uudecode: fix buggy check for empty filenameDenys Vlasenko1-2/+3
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2010-09-16libbb: merge mail and uudecode's base64 decodersDenys Vlasenko6-139/+90
2010-09-01uudecode,base64: code shrinkDenys Vlasenko1-27/+26
2010-08-31base64: new appletDenys Vlasenko2-6/+76
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-21update Glenn McGrath's email addressDenis Vlasenko15-16/+15
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-06-12uudecode: nuke duplicate base64_table[]. saves 65 bytesDenis Vlasenko2-8/+10
2007-06-04uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>Denis Vlasenko3-28/+56
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-20- make read_stduu() and read_base64() void, small size tweaksBernhard Reutner-Fischer1-9/+8
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko48-310/+310
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko28-63/+69
2006-10-27last nail into error_msg() (de)capitalizationDenis Vlasenko12-88/+88
2006-10-26rename functions to more understandable namesDenis Vlasenko27-68/+63
2006-10-12bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko20-32/+33
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-23Another attempt at untangling the logic so the compiler can follow it and notRob Landley1-24/+23
2006-09-22Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1,Rob Landley1-1/+1
2006-09-21- silence gcc warning about a funcptr possibly being used uninitialized.Bernhard Reutner-Fischer1-2/+2
2006-08-20- merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer14-210/+137
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-31Remove code that can't be reached.Rob Landley1-3/+1
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-04-17Glenn gave permission for GPLv2 "or later".Rob Landley2-15/+4
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-01-31more better for me signed<->unsigned and the const keyword usage"Vladimir N. Oleynik"2-8/+8
2006-01-30clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen9-26/+28
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-10-06change strange depend to libbb.h, but require busybox.h"Vladimir N. Oleynik"4-5/+3
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley23-36/+20
2004-04-25Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath19-25/+27
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-11-06Rewrite, 800+ bytes smaller and more robust.Glenn L McGrath1-330/+178
[next]