maint: improve error messages upon failed read, write, access, close
[platform/upstream/coreutils.git] / src / mv.c
2013-02-06 Benno Schulenbergmaint: improve error messages upon failed read, write...
2013-01-23 Bernhard Voelkermaint: define usage note about mandatory args centrally
2013-01-01 Jim Meyeringmaint: update all copyright year number ranges
2012-09-28 Ondrej Opralacp: fix the --no-preserve=mode option
2012-08-14 Krzysztof Gojrm: new option --dir (-d) to remove empty directories
2012-03-26 Jim Meyeringdoc: use $(...), not `...` in documentation and comments
2012-01-27 Jim Meyeringmaint: use single copyright year range
2012-01-09 Jim Meyeringmaint: src/*.[ch]: convert more `...' to '...'
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: convert `...' to '...' in --help output
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-12-28 Paul Eggertcoreutils: keep lines within 80-column limits
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...
next