summaryrefslogtreecommitdiffstats
path: root/src/cp.c
AgeCommit message (Expand)AuthorLines
2016-11-19cp: improve status message when omitting directoriesPádraig Brady-0/+1
2016-11-14all: reduce usage of proper_name_utf8()Pá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-22/+23
2016-10-15build: add die.h; avoid new warnings from GCC 7Jim Meyering-0/+1
2016-08-18cp: with --parents --no-preserve=mode don't copy dir permsPádraig Brady-1/+2
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-15/+15
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker-1/+1
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-08-11cp: remove redundant possibly expensive heap deallocationRasmus Borup Hansen-0/+2
2014-07-01maint: fix const correctness warnings with security_context_tPádraig Brady-2/+2
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-12-05selinux: fix --context=CTX for cp and diagnose defaultcon() errorsPádraig Brady-3/+2
2013-11-27selinux: adjust utils to run restorecon with -ZPádraig Brady-11/+53
2013-11-07cp: fix --link regarding the dereferencing of symbolic linksGian Piero Carrubba-1/+1
2013-10-11cp: correct error message for invalid arguments of '--no-preserve'Ondřej Vašík-1/+2
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-11-09doc: with cp -n, option -f is not redundant but ignoredBenno Schulenberg-3/+2
2012-09-28cp: fix the --no-preserve=mode optionOndrej Oprala-0/+3
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-5/+5
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-14/+14
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-07-08doc: note that cp -l creates _hard_ linksBenoît Knecht-1/+1
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert-7/+12
2010-12-19cp: ensure backups are created when -T specifiedPádraig Brady-0/+2
2010-07-01cp: add an option to only copy the file attributesPádraig Brady-1/+9
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering-1/+1
2010-02-11doc: remove extraneous periods from --help outputPádraig Brady-2/+2
2010-01-04maint: use more readable operator: "||" rather than "|"Jim Meyering-2/+2
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-2/+2
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-6/+24
2009-08-25global: convert indentation-TABs to spacesJim Meyering-502/+502
2009-08-07cp: accept the --reflink optionGiuseppe Scrivano-0/+14
2009-03-11cp: make -a option preserve xattrs, but with reduced diagnosticsOndřej Vašík-0/+1
2009-03-02maint: cp: avoid gcc warning about unused macro definitionsJim Meyering-6/+0
2009-02-18cp: -a now preserves SELinux context, with reduced diagnosticsOndřej Vašík-2/+6
2009-01-29cp/mv: add xattr supportKamil Dudka-3/+20