summaryrefslogtreecommitdiff
path: root/src/cp.c
Commit message (Expand)AuthorAgeFilesLines
* maint: improve error messages upon failed read, write, access, closeBenno Schulenberg2013-02-061-2/+3
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-4/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* doc: with cp -n, option -f is not redundant but ignoredBenno Schulenberg2012-11-091-3/+2
* cp: fix the --no-preserve=mode optionOndrej Oprala2012-09-281-0/+3
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1
* maint: src/*.[ch]: convert more `...' to '...'Jim Meyering2012-01-091-5/+5
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-14/+14
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-1/+1
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* doc: note that cp -l creates _hard_ linksBenoît Knecht2011-07-081-1/+1
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* coreutils: keep lines within 80-column limitsPaul Eggert2010-12-281-7/+12
* cp: ensure backups are created when -T specifiedPádraig Brady2010-12-191-0/+2
* cp: add an option to only copy the file attributesPádraig Brady2010-07-011-1/+9
* maint: make spacing around "=" consistent, even in IF_LINTJim Meyering2010-05-311-1/+1
* doc: remove extraneous periods from --help outputPádraig Brady2010-02-111-2/+2
* maint: use more readable operator: "||" rather than "|"Jim Meyering2010-01-041-2/+2
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* maint: Use logical rather than bitwise operators on boolsPádraig Brady2009-09-231-2/+2
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* cp --reflink: add an "auto" parameter to fall back to a normal copyPádraig Brady2009-08-291-6/+24
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-502/+502
* cp: accept the --reflink optionGiuseppe Scrivano2009-08-071-0/+14
* cp: make -a option preserve xattrs, but with reduced diagnosticsOndřej Vašík2009-03-111-0/+1
* maint: cp: avoid gcc warning about unused macro definitionsJim Meyering2009-03-021-6/+0
* cp: -a now preserves SELinux context, with reduced diagnosticsOndřej Vašík2009-02-181-2/+6
* cp/mv: add xattr supportKamil Dudka2009-01-291-3/+20
* cp/mv: add --no-clobber (-n) option to not overwrite targetKamil Dudka2009-01-141-4/+20
* cp, mv: remove 3-year-deprecated+warned-about --reply optionJim Meyering2008-12-011-22/+0
* accommodate gnulib header removalsJim Meyering2008-10-191-1/+0
* maint: avoid warnings due to attribute warn_unused_resultJim Meyering2008-10-171-1/+2
* cp.c: adjust a comment to make it consistent with documentationJim Meyering2008-09-241-1/+1
* cp: move a newline to make second message identical to othersBenno Schulenberg2008-08-111-1/+1
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+1
* standardize some error messagesBo Borgerson2008-06-081-1/+1
* use gnulib's progname moduleJim Meyering2008-06-031-4/+1
* declare program_name consistentlyJim Meyering2008-06-021-1/+1
* convert the rest to use proper_name -- manuallyJim Meyering2008-05-261-1/+2
* use gnulib's proper_name_utf8 function, but *not* proper_nameJim Meyering2008-05-261-1/+3
* Make copyright comments consistent.Jim Meyering2008-02-281-1/+1
* Fix a minor race condition when using cp -p --parents.Paul Eggert2008-01-091-18/+29
* cp (but not copy.c): plug a small leak.Jim Meyering2008-01-071-0/+10
* cp --parents: don't use uninitialized memory when restoring permissionsJan Blunck2008-01-071-12/+12
* Fix a security race with "cp -p A B" when B already exists.Paul Eggert2007-12-011-1/+1
* "cp -p" tries to preserve GID even if preserving the UID fails.Lasse Collin2007-11-241-7/+12
* cp: by default, refuse to copy through a dangling destination symlinkJim Meyering2007-11-221-0/+7
* Clarify description of cp's -a option.Benno Schulenberg2007-11-121-1/+1