summaryrefslogtreecommitdiff
path: root/src/realpath.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: prefer attribute.h in .c filesPaul Eggert2021-10-311-1/+2
* maint: while (1) → while (true)Paul Eggert2021-06-261-1/+1
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-8/+8
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* doc: make blank lines before --help consistentPádraig Brady2020-10-271-1/+0
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* realpath: improve usage description for --relative-{to,base}Assaf Gordon2017-08-281-2/+2
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* all: reduce usage of proper_name_utf8()Pádraig Brady2016-11-141-1/+1
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-5/+6
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-7/+6
* doc: improve man page for realpath -mPádraig Brady2015-07-151-1/+2
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-1/+1
* doc: clarify --zero-terminated optionPádraig Brady2014-05-261-1/+1
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* maint: remove various FIXME commentsBernhard Voelker2013-11-291-1/+1
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: refactor relpath() from `realpath` for use by `ln`Pádraig Brady2012-03-221-92/+4
* realpath: optimize --relative-base usageEric Blake2012-03-151-10/+18
* realpath: let --relative-to default to --relative-baseEric Blake2012-03-151-4/+1
* realpath: fix problems with root handlingEric Blake2012-03-151-2/+25
* realpath: avoid the use of printfPádraig Brady2012-01-251-8/+11
* realpath: remove extraneous '/' for --relative-to edge casesPádraig Brady2012-01-251-4/+10
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-1/+1
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-1/+1
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* realpath: a new program to print the resolved pathPádraig Brady2012-01-031-0/+329