aboutsummaryrefslogtreecommitdiff
path: root/debianutils/readlink.c
AgeCommit message (Collapse)Author
2005-09-17Tito pointed out that if readlink doesn't have -f, there's no need to callRob Landley
the option parsing code at all.
2005-09-11Clean up memory allocation.Rob Landley
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley
getopt.h, whitespace changes, typos, etc.
2004-12-08- CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson ↵Ned Ludd
<cjwatson@debian.org> on busybox mailing list 08/11/04
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-11Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath