summaryrefslogtreecommitdiff
path: root/debianutils/readlink.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko2007-02-111-1/+1
| | | | libbb: rename xgetcwd and xreadlink
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* remove bb_printf and the likeDenis Vlasenko2006-10-261-1/+1
|
* readlink: do not emit errors if file doesnt not exist / not a linkDenis Vlasenko2006-10-201-13/+24
| | | | getopt32: add =N support
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
| | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
* - fix copy'n paste errors that got introduced when switching to the shorter ↵Bernhard Reutner-Fischer2006-09-131-1/+1
| | | | | | boilerplate. No object code changes.
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-2/+3
| | | | and eventual platform specific includes in early.
* The gnu extension to have realpath() malloc its buffer when handed a NULLRob Landley2006-05-171-2/+2
| | | | isn't implemented in uClibc, so we can't use it.
* Tito pointed out that if readlink doesn't have -f, there's no need to callRob Landley2005-09-171-6/+6
| | | | the option parsing code at all.
* Clean up memory allocation.Rob Landley2005-09-111-32/+8
|
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-5/+2
| | | | getopt.h, whitespace changes, typos, etc.
* - CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson ↵Ned Ludd2004-12-081-2/+22
| | | | <cjwatson@debian.org> on busybox mailing list 08/11/04
* Major coreutils update.Manuel Novoa III2003-03-191-1/+1
|
* Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath2002-11-111-0/+46