aboutsummaryrefslogtreecommitdiff
path: root/coreutils/readlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+17
* readlink: note that our -f is really -eMike Frysinger2013-03-121-1/+4
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+12
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* readlink: use xmalloc_realpath()Jeremie Koenig2010-07-191-3/+2
* readlink: support -n, -v, -s and -q too if support for -f is requestedDenys Vlasenko2009-06-121-5/+28
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-2/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-1/+0
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too smallDenis Vlasenko2007-11-101-2/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* move several applets to more correct ex-project. No code changes.Denis Vlasenko2007-06-121-0/+50