Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libbb: additional support for backslashes in paths | Ron Yorston | 2015-11-13 | 1 | -0/+21 |
| | |||||
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into merge | Ron Yorston | 2012-03-22 | 1 | -1/+14 |
|\ | | | | | | | | | | | | | Conflicts: coreutils/ls.c include/platform.h libbb/bb_basename.c | ||||
| * | find: cater for libc w/o FNM_CASEFOLD | Denys Vlasenko | 2011-05-23 | 1 | -1/+9 |
|/ | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
| | | | | | | | This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -2/+2 |
| | | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped | ||||
* | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko | 2007-09-24 | 1 | -16/+26 |
| | | | | | | | | | (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 | ||||
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
| | |||||
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -0/+2 |
| | | | | - include the correct headers: applets need busybox.h while lib* need libbb.h | ||||
* | More dead code removal. | Rob Landley | 2006-03-26 | 1 | -27/+1 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -3/+3 |
| | |||||
* | New version to cut size. Includes optional basename() compatibility, but | Manuel Novoa III | 2001-12-05 | 1 | -36/+27 |
| | | | | enabling that would break the basename applet at least for one corner case. | ||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -7/+1 |
| | | | | -Erik | ||||
* | With a bit of care I was able to save about 100 bytes. | Eric Andersen | 2001-06-15 | 1 | -2/+15 |
| | | | | -Erik | ||||
* | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | 2001-03-16 | 1 | -0/+58 |
files. Clean up the resulting damage and fix up the makefile. -Erik |