summaryrefslogtreecommitdiff
path: root/coreutils/realpath.c
Commit message (Expand)AuthorAgeFilesLines
* *: --help text tweaksDenys Vlasenko2021-04-141-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko2018-05-241-1/+1
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+2
* new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko2017-08-031-1/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-3/+12
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+5
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* whitespace fixesDenys Vlasenko2010-07-061-1/+1
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-261-13/+3
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-4/+3
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko2007-01-041-2/+0
* 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