summaryrefslogtreecommitdiff
path: root/src/realpath.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-11-14all: reduce usage of proper_name_utf8()Pádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-07-15doc: improve man page for realpath -mPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-05-26doc: clarify --zero-terminated optionPádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-11-29maint: remove various FIXME commentsBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-03-22maint: refactor relpath() from `realpath` for use by `ln`Pádraig Brady
2012-03-15realpath: optimize --relative-base usageEric Blake
2012-03-15realpath: let --relative-to default to --relative-baseEric Blake
2012-03-15realpath: fix problems with root handlingEric Blake
2012-01-25realpath: avoid the use of printfPádraig Brady
2012-01-25realpath: remove extraneous '/' for --relative-to edge casesPádraig Brady
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-03realpath: a new program to print the resolved pathPádraig Brady