summaryrefslogtreecommitdiffstats
path: root/src/mv.c
AgeCommit message (Expand)AuthorLines
2013-12-05selinux: fix --context=CTX for cp and diagnose defaultcon() errorsPádraig Brady-1/+2
2013-11-27selinux: adjust utils to run restorecon with -ZPádraig Brady-1/+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-08-14rm: new option --dir (-d) to remove empty directoriesKrzysztof Goj-0/+1
2012-03-26doc: use $(...), not `...` in documentation and commentsJim Meyering-1/+1
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-1/+1
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-7/+7
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-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert-1/+2
2010-07-01cp: add an option to only copy the file attributesPádraig Brady-0/+1
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-09-11rm: rewrite to use ftsJim Meyering-1/+4
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-128/+128
2009-08-07cp: accept the --reflink optionGiuseppe Scrivano-0/+1
2009-05-03mv, rm: adapt to new and improved gnulib interfacesDavid Bartley-0/+4
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady-2/+2
2009-03-06maint: avoid new unused-macro warnings from gccJim Meyering-6/+0
2009-02-18cp: -a now preserves SELinux context, with reduced diagnosticsOndřej Vašík-0/+2
2009-01-29cp/mv: add xattr supportKamil Dudka-0/+1
2009-01-14cp/mv: add --no-clobber (-n) option to not overwrite targetKamil Dudka-2/+15
2008-12-01cp, mv: remove 3-year-deprecated+warned-about --reply optionJim Meyering-23/+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-26adjust copyright datesJim Meyering-1/+1
2008-05-26convert 3-author programs to use proper_nameJim Meyering-1/+4
2007-12-01Fix a security race with "cp -p A B" when B already exists.Paul Eggert-1/+1
2007-11-22cp: by default, refuse to copy through a dangling destination symlinkJim Meyering-0/+1
2007-10-05Make a failing cross-partition mv give a sensible diagnostic.Jim Meyering-1/+9
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-03-29* tests/cp/cp-a-selinux: New file. Test for the bug reported inJim Meyering-0/+1
2007-03-29cp, mv, install: add SELinux support, but unlike with the Red HatJim Meyering-0/+4
2007-03-28Help translators include translation team's web or email address.Jim Meyering-1/+1
2007-01-17Make "rm --interactive=never ..." never prompt.Jim Meyering-2/+2
2006-10-25new feature: rm accepts new option: --one-file-systemJim Meyering-0/+1
2006-09-14* src/mv.c (main): Remove unnecessary (always-true) test for 2 <= n.Jim Meyering-4/+4
2006-09-08mv and "cp -r" no longer fail when invoked with two argumentsJim Meyering-6/+0