Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | #49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes. | ||||
* | Applied patch from Larry Doolittle to remove some strlen calls, and add one | Mark Whitley | 2001-04-23 | 1 | -7/+10 |
| | | | | paranoia check to avoid buffer underrun. Saves 120 text bytes. | ||||
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 1 | -11/+10 |
| | | | | namespace polluting things that really should be static. | ||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -1/+1 |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | ||||
* | 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 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | 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 |
| | | | | -Erik | ||||
* | Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> | Eric Andersen | 2000-08-21 | 1 | -0/+416 |
-Erik |