cp: add an option to only copy the file attributes
[platform/upstream/coreutils.git] / src / mv.c
2010-07-01 Pádraig Bradycp: add an option to only copy the file attributes
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-09-11 Jim Meyeringrm: rewrite to use fts
2009-08-28 Pádraig Bradycp --reflink: add an "auto" parameter to fall back...
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-08-07 Giuseppe Scrivanocp: accept the --reflink option
2009-05-03 David Bartleymv, rm: adapt to new and improved gnulib interfaces
2009-04-07 Pádraig Bradymaint: Clarify ambiguous refs to Linux kernels or GNU...
2009-03-06 Jim Meyeringmaint: avoid new unused-macro warnings from gcc
2009-02-18 Ondřej Vašíkcp: -a now preserves SELinux context, with reduced...
2009-01-29 Kamil Dudkacp/mv: add xattr support
2009-01-14 Kamil Dudkacp/mv: add --no-clobber (-n) option to not overwrite...
2008-12-01 Jim Meyeringcp, mv: remove 3-year-deprecated+warned-about --reply...
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-08 Bo Borgersonstandardize some error messages
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringadjust copyright dates
2008-05-26 Jim Meyeringconvert 3-author programs to use proper_name
2007-12-01 Paul EggertFix a security race with "cp -p A B" when B already...
2007-11-21 Jim Meyeringcp: by default, refuse to copy through a dangling desti...
2007-10-05 Jim MeyeringMake a failing cross-partition mv give a sensible diagn...
2007-08-20 Eric BlakeAvoid consuming too much seekable input when yesno...
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-03-29 Jim Meyering* tests/cp/cp-a-selinux: New file. Test for the bug...
2007-03-29 Jim Meyeringcp, mv, install: add SELinux support, but unlike with...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2007-01-20 Jim MeyeringMerge branch 'master' of /cu
2007-01-17 Jim MeyeringMake "rm --interactive=never ..." never prompt.
2006-10-24 Jim Meyeringnew feature: rm accepts new option: --one-file-system
2006-09-14 Jim Meyering* src/mv.c (main): Remove unnecessary (always-true...
2006-09-08 Jim Meyeringmv and "cp -r" no longer fail when invoked with two...
2006-09-03 Paul EggertDon't include dirname.h, since system.h does it now.
2006-03-26 Jim Meyering(target_directory_operand, movefile): Use new last_comp...
2006-02-06 Jim Meyering(usage): Use two spaces (not one) to separate the
2005-12-17 Jim Meyering(cp_option_init): Don't set umask_kill member.
2005-11-02 Paul Eggert(rm_option_init): Don't initialize unlink_dirs member...
2005-07-03 Jim Meyering(main): Using --reply now evokes a warning.
2005-06-24 Jim Meyering(usage): Clarify how --reply=no works.
2005-06-16 Jim MeyeringFinally remove support for --version-control=S (-V).
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-05-31 Paul Eggert(cp_options_init): Use chown_privileges rather than...
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-03-28 Jim Meyering(reply_args): Use NULL, not `0'.
2004-09-21 Paul EggertRemove unused "case 0".
2004-09-13 Paul EggertAdjust to backup enum rename.
2004-07-30 Paul Eggert(remove_trailing_slashes, rm_option_init,
2004-07-04 Jim Meyering(movefile): Assume path_concat returns non-NULL.
2004-07-02 Jim MeyeringAdd short names -t and -T for --target-directory
2004-06-30 Jim MeyeringUse "file system" rather than "filesystem" in comments.
2004-06-30 Jim MeyeringAdd support for --no-target-directory option.
2004-06-28 Jim Meyering Use more-consistent rules among cp, ln, and mv when...
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-05-29 Jim Meyering(rm_option_init): Initialize new member, x->require_res...
2004-02-07 Jim Meyering(cp_option_init): Don't initialize xstat member.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-09 Jim MeyeringInitialized new member.
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-10-18 Jim Meyering(usage): Tweak descriptions of -i and -f so that the
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-07-12 Jim MeyeringIt appears that the `#pragma alloca' included via ...
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-10 Jim Meyering(main): Handle argc < optind.
2002-11-17 Jim Meyering(movefile): Don't remove trailing slashes from SOURCE.
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-07-09 Jim Meyering(euidaccess): Remove declaration. It was unused. ...
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-06-12 Jim Meyering(do_move): Give one diagnostic, not two, when unable to
2002-06-02 Jim Meyering(do_move): Adapt to new calling sequence for rm.
2002-04-25 Jim MeyeringRevert last change.
2002-04-22 Jim Meyering(do_move): Adjust caller of remove_init.
2002-03-30 Jim Meyering(do_move): Correct a comment.
2002-03-08 Jim Meyering(do_move): The first time we resort to copy/remove,
2001-12-02 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-23 Jim Meyering(usage): Note that ``Mandatory arguments to long option...
2001-11-23 Jim MeyeringSplit usage strings so that --help and --version
2001-11-22 Jim Meyering(cp_option_init): Initialize new member.
2001-11-22 Jim Meyering(cp_option_init): Initialize new member.
2001-10-18 Jim Meyering(movefile): Now that remember_copied xstrdup's the...
2001-10-13 Jim Meyering(cp_option_init): Initialize new member to 1.
2001-10-13 Jim Meyering(cp_option_init): Don't set it.
2001-10-13 Jim Meyering* src/copy.h (struct cp_options): Rename members:
2001-10-06 Jim Meyering(do_move): Reflect that hash_init now takes no arguments.
2001-09-28 Jim Meyering(main): Call dest_info_init if necessary.
2001-09-15 Jim MeyeringAccept new option: --reply={yes,no,query}
2001-08-31 Jim Meyering(full_write): Remove decl; not needed.
2001-08-14 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2001-08-13 Jim Meyering(cp_option_init): Adjust initialization of `interactive',
2001-08-06 Jim Meyering(usage): Correct the description of --update.
2001-05-12 Jim MeyeringInclude "dirname.h".
2001-02-03 Jim Meyering(long_options): Use `strip-trailing-slashes',
2001-01-10 Jim Meyering(do_move): Remove diagnostic, now that copy.c issues it.
2000-10-16 Jim Meyering(rm_option_init): Remove FIXME-maybe comment.
next