aboutsummaryrefslogtreecommitdiff
path: root/libbb/get_last_path_component.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* preparatory patch for -Wwrite-strings #2vda2007-01-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17654 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - move buffer allocation schemes to libbb.haldot2006-04-031-0/+2
| | | | | | | - include the correct headers: applets need busybox.h while lib* need libbb.h git-svn-id: svn://busybox.net/trunk/busybox@14739 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More dead code removal.landley2006-03-261-27/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14661 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major coreutils update.mjn32003-03-191-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6751 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New version to cut size. Includes optional basename() compatibility, butmjn32001-12-051-36/+27
| | | | | | | enabling that would break the basename applet at least for one corner case. git-svn-id: svn://busybox.net/trunk/busybox@3825 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major rework of the directory structure and the entire build system.andersen2001-10-241-7/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3561 69ca8d6d-28ef-0310-b511-8ec308f3f277
* With a bit of care I was able to save about 100 bytes.andersen2001-06-151-2/+15
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2843 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Convert utility.c into libbb.a. It is now a whole pile of .candersen2001-03-161-0/+58
files. Clean up the resulting damage and fix up the makefile. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2123 69ca8d6d-28ef-0310-b511-8ec308f3f277