aboutsummaryrefslogtreecommitdiff
path: root/libbb/xgetcwd.c
AgeCommit message (Expand)Author
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
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
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