summaryrefslogtreecommitdiffstats
path: root/src/cp.c
AgeCommit message (Expand)AuthorLines
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
2009-01-14cp/mv: add --no-clobber (-n) option to not overwrite targetKamil Dudka-4/+20
2008-12-01cp, mv: remove 3-year-deprecated+warned-about --reply optionJim Meyering-22/+0
2008-10-19accommodate gnulib header removalsJim Meyering-1/+0
2008-10-17maint: avoid warnings due to attribute warn_unused_resultJim Meyering-1/+2
2008-09-24cp.c: adjust a comment to make it consistent with documentationJim Meyering-1/+1
2008-08-11cp: move a newline to make second message identical to othersBenno Schulenberg-1/+1
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-1/+1
2008-06-08standardize some error messagesBo Borgerson-1/+1
2008-06-03use gnulib's progname moduleJim Meyering-4/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-05-26convert the rest to use proper_name -- manuallyJim Meyering-1/+2
2008-05-26use gnulib's proper_name_utf8 function, but *not* proper_nameJim Meyering-1/+3
2008-02-28Make copyright comments consistent.Jim Meyering-1/+1
2008-01-09Fix a minor race condition when using cp -p --parents.Paul Eggert-18/+29
2008-01-07cp (but not copy.c): plug a small leak.Jim Meyering-0/+10
2008-01-07cp --parents: don't use uninitialized memory when restoring permissionsJan Blunck-12/+12
2007-12-01Fix a security race with "cp -p A B" when B already exists.Paul Eggert-1/+1
2007-11-24"cp -p" tries to preserve GID even if preserving the UID fails.Lasse Collin-7/+12
2007-11-22cp: by default, refuse to copy through a dangling destination symlinkJim Meyering-0/+7
2007-11-12Clarify description of cp's -a option.Benno Schulenberg-1/+1
2007-09-30cp: do not abbreviate in --help output.Jim Meyering-1/+1
2007-08-20Avoid consuming too much seekable input when yesno is used.Eric Blake-1/+1
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-1/+1
2007-06-18A few more symlink-related fixes. Fix a bug triggered by cpPaul Eggert-20/+15
2007-06-15Correct cp's handling of destination symlinks in some cases.Paul Eggert-6/+6
2007-06-13Don't include "quotearg.h" when it is not used.Jim Meyering-1/+0
2007-03-29* tests/cp/cp-a-selinux: New file. Test for the bug reported inJim Meyering-0/+2
2007-03-29cp, mv, install: add SELinux support, but unlike with the Red HatJim Meyering-6/+24
2007-03-28Help translators include translation team's web or email address.Jim Meyering-1/+1
2007-02-03* NEWS: Document fix for cp --preserve=mode.Paul Eggert-2/+10
2007-02-03* NEWS: Document fix for cp --parents.Paul Eggert-3/+9
2006-12-06* NEWS: Document the cp --preserve=ownership fix.Paul Eggert-19/+26
2006-10-18* src/copy.c (copy_internal): Don't pass mkdir a mode greater thanPaul Eggert-1/+5
2006-09-08mv and "cp -r" no longer fail when invoked with two argumentsJim Meyering-5/+0