aboutsummaryrefslogtreecommitdiff
path: root/libbb/xgetcwd.c
AgeCommit message (Collapse)Author
2010-10-28*: whitespace fixesDenys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
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>
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
2007-09-29xrealloc_getcwd_or_warn: smaller cod and less wasted RAM at run timeDenis Vlasenko
2007-02-11syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko
libbb: rename xgetcwd and xreadlink
2006-09-23remove unneeded #includes, fix indentationDenis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2003-05-26Vodz, last_patch_86Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2001-11-12Remove unnecessary errno handling.Matt Kraai
2001-08-22Add #include <sys/param.h> to ensure PATH_MAX is definedEric Andersen
2001-04-09Apply Vladimir's latest cleanup patch.Eric Andersen
-Erik