Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-24 | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko | |
(one which strips trailing slash and one which does not) wget: straighten out as a result of above change text data bss dec hex filename 5056 1 0 5057 13c1 busybox.t4/networking/wget.o 5022 0 0 5022 139e busybox.t5/networking/wget.o | |||
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | |
2006-04-03 | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | |
- include the correct headers: applets need busybox.h while lib* need libbb.h | |||
2006-03-26 | More dead code removal. | Rob Landley | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2001-12-05 | New version to cut size. Includes optional basename() compatibility, but | Manuel Novoa III | |
enabling that would break the basename applet at least for one corner case. | |||
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-06-15 | With a bit of care I was able to save about 100 bytes. | Eric Andersen | |
-Erik | |||
2001-03-16 | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | |
files. Clean up the resulting damage and fix up the makefile. -Erik |