| Commit message (Expand) | Author | Age | Files | Lines |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | move help text from include/usage.src.h to coreutils/*.c | Pere Orga | 2011-03-31 | 1 | -0/+12 |
* | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko | 2011-01-18 | 1 | -1/+1 |
* | libbb: merge mail and uudecode's base64 decoders | Denys Vlasenko | 2010-09-16 | 1 | -69/+4 |
* | uudecode,base64: code shrink | Denys Vlasenko | 2010-09-01 | 1 | -27/+26 |
* | base64: new applet | Denys Vlasenko | 2010-08-31 | 1 | -4/+74 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -7/+6 |
* | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko | 2008-07-21 | 1 | -1/+1 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -1/+1 |
* | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko | 2008-03-26 | 1 | -2/+2 |
* | *: shrink by using [f]open_or_warn_stdin where appropriate | Denis Vlasenko | 2008-03-17 | 1 | -30/+40 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | update Glenn McGrath's email address | Denis Vlasenko | 2007-09-21 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | uudecode: nuke duplicate base64_table[]. saves 65 bytes | Denis Vlasenko | 2007-06-12 | 1 | -6/+7 |
* | uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com> | Denis Vlasenko | 2007-06-04 | 1 | -18/+50 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | - make read_stduu() and read_base64() void, small size tweaks | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -9/+8 |
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 1 | -1/+1 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | 2006-12-16 | 1 | -1/+1 |
* | last nail into error_msg() (de)capitalization | Denis Vlasenko | 2006-10-27 | 1 | -8/+8 |
* | rename functions to more understandable names | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | 2006-10-12 | 1 | -2/+2 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | Another attempt at untangling the logic so the compiler can follow it and not | Rob Landley | 2006-09-23 | 1 | -24/+23 |
* | Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, | Rob Landley | 2006-09-22 | 1 | -1/+1 |
* | - silence gcc warning about a funcptr possibly being used uninitialized. | Bernhard Reutner-Fischer | 2006-09-21 | 1 | -2/+2 |
* | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer | 2006-08-20 | 1 | -2/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -7/+2 |
* | Remove code that can't be reached. | Rob Landley | 2006-07-31 | 1 | -3/+1 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | Glenn gave permission for GPLv2 "or later". | Rob Landley | 2006-04-17 | 1 | -14/+3 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | more better for me signed<->unsigned and the const keyword usage | "Vladimir N. Oleynik" | 2006-01-31 | 1 | -3/+3 |
* | clean up yet more annoying signed/unsigned mismatches and fixup | Eric Andersen | 2006-01-30 | 1 | -1/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -5/+5 |
* | change strange depend to libbb.h, but require busybox.h | "Vladimir N. Oleynik" | 2005-10-06 | 1 | -2/+1 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | 2005-09-11 | 1 | -1/+1 |
* | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | 2004-04-25 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
* | Rewrite, 800+ bytes smaller and more robust. | Glenn L McGrath | 2003-11-06 | 1 | -330/+178 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -13/+13 |
* | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | 2002-07-03 | 1 | -2/+2 |
* | Fixup the location of pwd.h and grp.h | Eric Andersen | 2001-10-24 | 1 | -2/+2 |
* | Latest patch from vodz. Adds a check for divide by zero in the posix | Eric Andersen | 2001-08-02 | 1 | -8/+2 |
* | Some adjustments, mostly from David McCullough <davidm@lineo.com> to | Eric Andersen | 2001-07-19 | 1 | -3/+12 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |