index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
realpath.c
Age
Commit message (
Expand
)
Author
Lines
2021-06-26
maint: while (1) → while (true)
Paul Eggert
-1
/
+1
2021-04-11
maint: use "char const *" rather than "const char *"
Pádraig Brady
-8
/
+8
2021-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2020-10-27
doc: make blank lines before --help consistent
Pádraig Brady
-1
/
+0
2020-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2019-01-01
maint: update all copyright year number ranges
Assaf Gordon
-1
/
+1
2018-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2017-09-19
all: prefer HTTPS in URLs
Paul Eggert
-1
/
+1
2017-08-28
realpath: improve usage description for --relative-{to,base}
Assaf Gordon
-2
/
+2
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2016-11-14
all: reduce usage of proper_name_utf8()
Pádraig Brady
-1
/
+1
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
-5
/
+6
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2015-11-04
all: avoid quoting file names when possible
Pádraig Brady
-7
/
+6
2015-07-15
doc: improve man page for realpath -m
Pádraig Brady
-1
/
+2
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
-1
/
+1
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
-1
/
+1
2014-05-26
doc: clarify --zero-terminated option
Pádraig Brady
-1
/
+1
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
-1
/
+1
2013-11-29
maint: remove various FIXME comments
Bernhard Voelker
-1
/
+1
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2012-03-22
maint: refactor relpath() from `realpath` for use by `ln`
Pádraig Brady
-92
/
+4
2012-03-15
realpath: optimize --relative-base usage
Eric Blake
-10
/
+18
2012-03-15
realpath: let --relative-to default to --relative-base
Eric Blake
-4
/
+1
2012-03-15
realpath: fix problems with root handling
Eric Blake
-2
/
+25
2012-01-25
realpath: avoid the use of printf
Pádraig Brady
-8
/
+11
2012-01-25
realpath: remove extraneous '/' for --relative-to edge cases
Pádraig Brady
-4
/
+10
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
-1
/
+1
2012-01-09
maint: convert `...' to '...' in --help output
Jim Meyering
-1
/
+1
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
-2
/
+1
2012-01-03
realpath: a new program to print the resolved path
Pádraig Brady
-0
/
+329