Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-11 | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko | |
libbb: rename xgetcwd and xreadlink | |||
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2006-10-26 | remove bb_printf and the like | Denis Vlasenko | |
2006-10-20 | readlink: do not emit errors if file doesnt not exist / not a link | Denis Vlasenko | |
getopt32: add =N support | |||
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
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. | |||
2006-09-13 | - fix copy'n paste errors that got introduced when switching to the shorter ↵ | Bernhard Reutner-Fischer | |
boilerplate. No object code changes. | |||
2006-06-02 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | |
and eventual platform specific includes in early. | |||
2006-05-17 | The gnu extension to have realpath() malloc its buffer when handed a NULL | Rob Landley | |
isn't implemented in uClibc, so we can't use it. | |||
2005-09-17 | Tito pointed out that if readlink doesn't have -f, there's no need to call | Rob Landley | |
the option parsing code at all. | |||
2005-09-11 | Clean up memory allocation. | Rob Landley | |
2005-09-11 | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob 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-19 | Major coreutils update. | Manuel Novoa III | |
2002-11-11 | Move readlink, mktemp, run-parts and which to a new debianutils dir. | Glenn L McGrath | |