summaryrefslogtreecommitdiffstats
path: root/src/realpath.c
AgeCommit message (Expand)AuthorLines
2021-06-26maint: while (1) → while (true)Paul Eggert-1/+1
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-8/+8
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-10-27doc: make blank lines before --help consistentPádraig Brady-1/+0
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-08-28realpath: improve usage description for --relative-{to,base}Assaf Gordon-2/+2
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-11-14all: reduce usage of proper_name_utf8()Pádraig Brady-1/+1
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-5/+6
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-7/+6
2015-07-15doc: improve man page for realpath -mPádraig Brady-1/+2
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-1/+1
2014-05-26doc: clarify --zero-terminated optionPádraig Brady-1/+1
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-11-29maint: remove various FIXME commentsBernhard Voelker-1/+1
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
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