aboutsummaryrefslogtreecommitdiff
path: root/libbb/get_last_path_component.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-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 functionsDenis Vlasenko2007-09-241-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 #2Denis Vlasenko2007-01-291-1/+1
|
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-0/+2
| | | | - include the correct headers: applets need busybox.h while lib* need libbb.h
* More dead code removal.Rob Landley2006-03-261-27/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-3/+3
|
* New version to cut size. Includes optional basename() compatibility, butManuel Novoa III2001-12-051-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 Andersen2001-10-241-7/+1
| | | | -Erik
* With a bit of care I was able to save about 100 bytes.Eric Andersen2001-06-151-2/+15
| | | | -Erik
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+58
files. Clean up the resulting damage and fix up the makefile. -Erik