Age | Commit message (Expand) | Author |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-22 | getopt: fix whitespace damage | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2005-10-19 | more const, attribute_noreturn saved 200 bytes | "Vladimir N. Oleynik" |
2005-09-05 | Fix the warnings, and fix the following two obvious segfaults: | Rob Landley |
2004-09-14 | Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ... | Glenn L McGrath |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann |
2002-07-19 | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl |
2001-04-23 | Applied patch from Larry Doolittle to remove some strlen calls, and add one | Mark Whitley |
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai |
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-10-19 | Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] | Mark Whitley |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-08-21 | Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> | Eric Andersen |