summaryrefslogtreecommitdiffstats
path: root/src/realpath.c
AgeCommit message (Expand)AuthorLines
2012-03-22maint: refactor relpath() from `realpath` for use by `ln`Pádraig Brady-92/+4
2012-03-15realpath: optimize --relative-base usageEric Blake-10/+18
2012-03-15realpath: let --relative-to default to --relative-baseEric Blake-4/+1
2012-03-15realpath: fix problems with root handlingEric Blake-2/+25
2012-01-25realpath: avoid the use of printfPádraig Brady-8/+11
2012-01-25realpath: remove extraneous '/' for --relative-to edge casesPádraig Brady-4/+10
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-1/+1
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering-1/+1
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-03realpath: a new program to print the resolved pathPádraig Brady-0/+329