summaryrefslogtreecommitdiffstats
path: root/src/install.c
AgeCommit message (Expand)AuthorLines
2016-11-28install,mkdir: fix handling of -DZ and -pZ, respectivelyKamil Dudka-1/+1
2016-11-19cp: improve status message when omitting directoriesPádraig Brady-0/+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-29/+29
2016-10-15build: add die.h; avoid new warnings from GCC 7Jim Meyering-2/+2
2016-07-08install: with -Z, set default SELinux context for created directoriesKamil Dudka-5/+28
2016-01-03doc: mention in more places that -D will create --target-directoryPádraig Brady-0/+1
2016-01-03install: only attempt to create a target dir oncePádraig Brady-1/+1
2016-01-03install: fix relative copies to absolute directory with -DPádraig Brady-5/+8
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-19/+23
2015-11-04all: replace most uses of quotearg_colon() with quote()Pádraig Brady-2/+1
2015-10-27all: quote string arguments in error messagesPádraig Brady-4/+4
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-07-01maint: fix const correctness warnings with security_context_tPádraig Brady-5/+5
2014-06-11install: allow options -D and -t to be used togetherBernhard Voelker-16/+33
2014-04-09doc: clarify in --help that -Z doesn't take an argumentPádraig Brady-2/+4
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-11-27selinux: adjust utils to run restorecon with -ZPádraig Brady-19/+34
2013-02-22install: cleanup properly if the strip program failed for any reasonOndrej Oprala-5/+14
2013-02-06maint: improve error messages upon failed read, write, access, closeBenno Schulenberg-2/+3
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-4/+3
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-09-28cp: fix the --no-preserve=mode optionOndrej Oprala-0/+1
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering-2/+2
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-3/+3
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-11-20port to GNU hosts, where getuid and friends can failPaul Eggert-3/+21
2011-04-11maint: install: remove support for --preserve_context ("_", not "-")Jim Meyering-8/+0
2011-04-11maint: reorder install.c to eliminate declarations of static functionsJim Meyering-344/+327
2011-04-11maint: rename variables for clarity...Jim Meyering-6/+6
2011-01-13maint: trivial system header file cleanupsPádraig Brady-2/+1
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert-1/+2
2010-10-13install: avoid warning with Solaris 10 ccPaul Eggert-2/+2
2010-07-01cp: add an option to only copy the file attributesPádraig Brady-0/+1
2010-04-24maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering-3/+1
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-08-29cp --reflink: add an "auto" parameter to fall back to a normal copyPádraig Brady-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering-204/+204
2009-08-20install: avoid a portability bug when compiling with non-gccJim Meyering-1/+1
2009-08-07cp: accept the --reflink optionGiuseppe Scrivano-0/+1