| Commit message (Expand) | Author | Age | Files | Lines |
* | *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | *: move getopt reset code to better place(s) | Denis Vlasenko | 2008-01-28 | 1 | -1/+8 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -2/+2 |
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -2/+2 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -1/+1 |
* | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko | 2007-07-24 | 1 | -1/+1 |
* | rework long option handling. saves ~1.2k | Denis Vlasenko | 2007-07-23 | 1 | -13/+12 |
* | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko | 2007-07-21 | 1 | -1/+1 |
* | whitespace fixes | Denis Vlasenko | 2007-05-30 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | Rename two config options: | Denis Vlasenko | 2007-04-10 | 1 | -8/+29 |
* | make a few struct bb_applet members conditional | Denis Vlasenko | 2007-04-10 | 1 | -2/+0 |
* | getopt: use getopt32 for option parsing - inspired by patch by | Denis Vlasenko | 2007-04-07 | 1 | -195/+158 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -4/+4 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 1 | -2/+2 |
* | silly size savings and capitalization fixes | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | getopt: fix whitespace damage | Denis Vlasenko | 2006-09-22 | 1 | -14/+14 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -9/+3 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -21/+1 |
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 1 | -3/+5 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -228/+228 |
* | more const, attribute_noreturn saved 200 bytes | "Vladimir N. Oleynik" | 2005-10-19 | 1 | -8/+8 |
* | Fix the warnings, and fix the following two obvious segfaults: | Rob Landley | 2005-09-05 | 1 | -10/+7 |
* | Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ... | Glenn L McGrath | 2004-09-14 | 1 | -4/+4 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -3/+3 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -11/+11 |
* | Change if(x)free(x); to free(x); | Aaron Lehmann | 2002-11-28 | 1 | -6/+3 |
* | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl | 2002-07-19 | 1 | -17/+9 |
* | Applied patch from Larry Doolittle to remove some strlen calls, and add one | Mark Whitley | 2001-04-23 | 1 | -7/+10 |
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 1 | -11/+10 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -1/+1 |
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -4/+4 |
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -3/+3 |
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -5/+5 |
* | Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] | Mark Whitley | 2000-10-19 | 1 | -16/+0 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
* | Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> | Eric Andersen | 2000-08-21 | 1 | -0/+416 |