summaryrefslogtreecommitdiff
path: root/src/cp.c
AgeCommit message (Expand)Author
2014-07-01maint: fix const correctness warnings with security_context_tPádraig Brady
2014-04-09doc: clarify in --help that -Z doesn't take an argumentPádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-12-05selinux: fix --context=CTX for cp and diagnose defaultcon() errorsPádraig Brady
2013-11-27selinux: adjust utils to run restorecon with -ZPádraig Brady
2013-11-07cp: fix --link regarding the dereferencing of symbolic linksGian Piero Carrubba
2013-10-11cp: correct error message for invalid arguments of '--no-preserve'Ondřej Vašík
2013-02-06maint: improve error messages upon failed read, write, access, closeBenno Schulenberg
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-11-09doc: with cp -n, option -f is not redundant but ignoredBenno Schulenberg
2012-09-28cp: fix the --no-preserve=mode optionOndrej Oprala
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-07-08doc: note that cp -l creates _hard_ linksBenoît Knecht
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-12-19cp: ensure backups are created when -T specifiedPádraig Brady
2010-07-01cp: add an option to only copy the file attributesPádraig Brady
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering
2010-02-11doc: remove extraneous periods from --help outputPádraig Brady
2010-01-04maint: use more readable operator: "||" rather than "|"Jim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-29cp --reflink: add an "auto" parameter to fall back to a normal copyPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-08-07cp: accept the --reflink optionGiuseppe Scrivano
2009-03-11cp: make -a option preserve xattrs, but with reduced diagnosticsOndřej Vašík
2009-03-02maint: cp: avoid gcc warning about unused macro definitionsJim Meyering
2009-02-18cp: -a now preserves SELinux context, with reduced diagnosticsOndřej Vašík
2009-01-29cp/mv: add xattr supportKamil Dudka
2009-01-14cp/mv: add --no-clobber (-n) option to not overwrite targetKamil Dudka
2008-12-01cp, mv: remove 3-year-deprecated+warned-about --reply optionJim Meyering
2008-10-19accommodate gnulib header removalsJim Meyering
2008-10-17maint: avoid warnings due to attribute warn_unused_resultJim Meyering
2008-09-24cp.c: adjust a comment to make it consistent with documentationJim Meyering
2008-08-11cp: move a newline to make second message identical to othersBenno Schulenberg
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-08standardize some error messagesBo Borgerson
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26convert the rest to use proper_name -- manuallyJim Meyering
2008-05-26use gnulib's proper_name_utf8 function, but *not* proper_nameJim Meyering
2008-02-28Make copyright comments consistent.Jim Meyering