summaryrefslogtreecommitdiff
path: root/src/readlink.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: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-1/+1
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* 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
* readlink: remove superfluous comma from usage outputPádraig Brady2017-11-291-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* doc: clarify that readlink's --quiet option is on by defaultBernhard Voelker2016-11-241-1/+1
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-2/+1
* all: quote string arguments in error messagesPádraig Brady2015-10-271-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
* build: support building all tools in a single binaryAlex Deymo2014-07-131-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: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* readlink: support multiple command line argumentsPádraig Brady2012-12-171-27/+33
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-1/+1
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* coreutils: keep lines within 80-column limitsPaul Eggert2010-12-281-3/+6
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-29/+29
* readlink: improve one-line summary: prints canonical file names, tooJim Meyering2009-07-241-1/+1
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-1/+1
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+1
* use gnulib's progname moduleJim Meyering2008-06-031-4/+1
* declare program_name consistentlyJim Meyering2008-06-021-1/+1
* adjust copyright datesJim Meyering2008-05-261-1/+1
* convert single-author programs to use proper_nameJim Meyering2008-05-261-1/+1
* Reflect renaming: mreadlink-with-size -> areadlink-with-size.Jim Meyering2007-08-281-2/+2
* Update all copyright notices to use the newer form.Jim Meyering2007-07-231-5/+4
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-101-1/+1
* Use mreadlink_with_size (doesn't exit), not xreadlink_with_size.Jim Meyering2007-06-181-3/+3
* Help translators include translation team's web or email address.Jim Meyering2007-03-281-1/+1
* * bootstrap.conf (gnulib_modules): Replace xreadlink withBruno Haible2007-03-011-2/+2
* Improve the check for departures from C89, and fix the departuresPaul Eggert2006-11-271-1/+3
* (usage): Don't use "path" to describe a file name.Paul Eggert2005-06-021-5/+5
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* (longopts): Use NULL, not `0'.Jim Meyering2005-03-281-8/+8
* (main): argv is not const.Paul Eggert2004-11-171-1/+1