summaryrefslogtreecommitdiff
path: root/coreutils/realpath.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
| | | | | *: s/include "busybox.h"/include "libbb.h"
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko2007-01-041-2/+0
| | | | | syslogd, logread: add debugging code (disabled) syslogs: drastically smaller bss; fix "-C n" behaviour
* remove bb_printf and the likeDenis Vlasenko2006-10-261-1/+1
|
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
|
* - use shorter boilerplate.Bernhard Reutner-Fischer2006-05-191-15/+3
|
* RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1"Vladimir N. Oleynik"2005-10-151-1/+7
|
* Major coreutils update.Manuel Novoa III2003-03-191-4/+16
|
* Fix undefined behaviour and save some bytes as suggested by Manuel Novoa IIIGlenn L McGrath2002-12-101-12/+10
|
* Realpath appletGlenn L McGrath2002-12-101-0/+44