summaryrefslogtreecommitdiff
path: root/src/realpath.c
AgeCommit message (Expand)Author
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