summaryrefslogtreecommitdiff
path: root/src/mv.c
AgeCommit message (Expand)Author
2010-07-01cp: add an option to only copy the file attributesPádraig Brady
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-11rm: rewrite to use ftsJim Meyering
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-05-03mv, rm: adapt to new and improved gnulib interfacesDavid Bartley
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady
2009-03-06maint: avoid new unused-macro warnings from gccJim 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-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-26adjust copyright datesJim Meyering
2008-05-26convert 3-author programs to use proper_nameJim Meyering
2007-12-01Fix a security race with "cp -p A B" when B already exists.Paul Eggert
2007-11-22cp: by default, refuse to copy through a dangling destination symlinkJim Meyering
2007-10-05Make a failing cross-partition mv give a sensible diagnostic.Jim Meyering
2007-08-20Avoid consuming too much seekable input when yesno is used.Eric Blake
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-03-29* tests/cp/cp-a-selinux: New file. Test for the bug reported inJim Meyering
2007-03-29cp, mv, install: add SELinux support, but unlike with the Red HatJim Meyering
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2007-01-17Make "rm --interactive=never ..." never prompt.Jim Meyering
2006-10-25new feature: rm accepts new option: --one-file-systemJim Meyering
2006-09-14* src/mv.c (main): Remove unnecessary (always-true) test for 2 <= n.Jim Meyering
2006-09-08mv and "cp -r" no longer fail when invoked with two argumentsJim Meyering
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert
2006-03-26(target_directory_operand, movefile): Use new last_component, in place of bas...Jim Meyering
2006-02-06(usage): Use two spaces (not one) to separate theJim Meyering
2005-12-17(cp_option_init): Don't set umask_kill member.Jim Meyering
2005-11-02(rm_option_init): Don't initialize unlink_dirs member, which went away.Paul Eggert
2005-07-03(main): Using --reply now evokes a warning.Jim Meyering
2005-06-24(usage): Clarify how --reply=no works.Jim Meyering
2005-06-16Finally remove support for --version-control=S (-V).Jim Meyering
2005-06-02Don't use "path" or "filename".Paul Eggert
2005-05-31(cp_options_init): Use chown_privileges rather than geteuid.Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-03-28(reply_args): Use NULL, not `0'.Jim Meyering
2004-09-21Remove unused "case 0".Paul Eggert
2004-09-13Adjust to backup enum rename.Paul Eggert
2004-07-30(remove_trailing_slashes, rm_option_init,Paul Eggert