summaryrefslogtreecommitdiffstats
path: root/src/ln.c
AgeCommit message (Expand)AuthorLines
2021-05-08maint: consistently free hash structures in dev modePádraig Brady-0/+6
2021-04-11doc: clarify that ln --relative requires --symbolic to be specifiedPádraig Brady-1/+1
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-1/+1
2021-03-25maint: indentingPaul Eggert-2/+2
2021-03-25ln: fix memory leaks in do_linkKamil Dudka-6/+13
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-03-30maint: fix syntax check failurePádraig Brady-1/+1
2019-03-17ln: port to symlink ("x", ".") failing with EINVALPaul Eggert-1/+2
2019-03-16ln: port to platforms lacking O_DIRECTORYPaul Eggert-1/+13
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-10-28ln: use linkat and symlinkatPaul Eggert-77/+85
2018-10-28build: update gnulib submodule to latestPaul Eggert-1/+2
2018-10-19ln: avoid directory hard-link racesPaul Eggert-146/+187
2018-06-13doc: port man pages to doclifterPaul Eggert-4/+4
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-09-24copy: revert recent patch for vulnerable dirsPaul Eggert-23/+11
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-09-19copy: check for vulnerable target dirsPaul Eggert-11/+23
2017-07-30copy: sanity-check --suffixPaul Eggert-1/+3
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady-3/+1
2017-02-11ln: replace destination links more atomicallyPaul Eggert-23/+8
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-11-07maint: refactor printing of backup suffix --helpPádraig Brady-13/+1
2016-11-07maint: simplify handling of backup --suffix in various toolsRishabh Dave-9/+1
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-15/+16
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-12-14maint: remove form feed characters from sourcesPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-22/+23
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-04-10maint: avoid static analysis warnings in ln.cPádraig Brady-1/+2
2014-03-13ln: with -sr, don't segfault for a TARGET of ''Jim Meyering-6/+10
2014-01-17ln: fix replacing symbolic links whose targets can't existPádraig Brady-2/+12
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-04-04ln: --relative: fix updating of existing symlinksRémy Lefevre-6/+8
2013-02-06maint: improve error messages upon failed read, write, access, closeBenno Schulenberg-4/+5
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-4/+3
2013-01-10doc: make a --help text fragment identical to three othersBenno Schulenberg-1/+1
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-03-22ln: add the --relative optionHarald Hoyer-1/+51
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-3/+3
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-2/+2
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-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-12-05ln: clarify usage of -L, -n, -TPaul Eggert-4/+5
2011-11-20doc: clarify ln's --help outputJim Meyering-1/+1