aboutsummaryrefslogtreecommitdiff
path: root/libbb/simplify_path.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* whitespace cleanupDenys Vlasenko2010-10-291-5/+5
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-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>
* httpd: simplify insane conf file parserDenis Vlasenko2009-04-221-13/+19
| | | | | | | | | | | | | | function old new delta bb_simplify_abs_path_inplace - 98 +98 parse_expr 824 832 +8 passwd_main 1025 1027 +2 evalvar 1374 1376 +2 parse_command 1463 1460 -3 bb_simplify_path 137 55 -82 parse_conf 1572 1422 -150 ------------------------------------------------------------------------------ (add/remove: 3/2 grow/shrink: 3/3 up/down: 126/-251) Total: -125 bytes
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
| | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
* teach find_root_device to deal with /dev/ subdirsDenis Vlasenko2007-04-131-4/+7
| | | | (by "Kirill K. Smirnov" <lich@math.spbu.ru>)
* syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko2007-02-111-1/+1
| | | | libbb: rename xgetcwd and xreadlink
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-2/+1
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-14/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-5/+4
|
* More copyright and email addr cleanupsEric Andersen2001-12-061-2/+0
|
* Rewritten by Manuel Novoa III.Matt Kraai2001-08-141-39/+28
|
* Commit Vladimir's simplify_path.Matt Kraai2001-08-101-0/+78