summaryrefslogtreecommitdiff
path: root/src/mv.c
AgeCommit message (Expand)Author
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
2004-07-04(movefile): Assume path_concat returns non-NULL.Jim Meyering
2004-07-02Add short names -t and -T for --target-directoryJim Meyering
2004-06-30Use "file system" rather than "filesystem" in comments.Jim Meyering
2004-06-30Add support for --no-target-directory option.Jim Meyering
2004-06-28 Use more-consistent rules among cp, ln, and mv when dealing withJim Meyering
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering
2004-05-29(rm_option_init): Initialize new member, x->require_restore_cwd.Jim Meyering
2004-02-07(cp_option_init): Don't initialize xstat member.Jim Meyering
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
2003-11-09Initialized new member.Jim Meyering
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-10-18(usage): Tweak descriptions of -i and -f so that theJim Meyering
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering
2003-07-12It appears that the `#pragma alloca' included via "system.h" isJim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2003-05-10(main): Handle argc < optind.Jim Meyering
2002-11-17(movefile): Don't remove trailing slashes from SOURCE.Jim Meyering
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering
2002-07-09(euidaccess): Remove declaration. It was unused. From Michael Stone.Jim Meyering
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering
2002-06-12(do_move): Give one diagnostic, not two, when unable toJim Meyering
2002-06-02(do_move): Adapt to new calling sequence for rm.Jim Meyering
2002-04-25Revert last change.Jim Meyering
2002-04-22(do_move): Adjust caller of remove_init.Jim Meyering
2002-03-30(do_move): Correct a comment.Jim Meyering
2002-03-08(do_move): The first time we resort to copy/remove,Jim Meyering
2001-12-02Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering
2001-11-23(usage): Note that ``Mandatory arguments to long options are mandatoryJim Meyering
2001-11-23Split usage strings so that --help and --versionJim Meyering
2001-11-22(cp_option_init): Initialize new member.Jim Meyering
2001-11-22(cp_option_init): Initialize new member.Jim Meyering
2001-10-18(movefile): Now that remember_copied xstrdup's the file name, free `new_dest'.Jim Meyering
2001-10-13(cp_option_init): Initialize new member to 1.Jim Meyering
2001-10-13(cp_option_init): Don't set it.Jim Meyering
2001-10-13* src/copy.h (struct cp_options): Rename members:Jim Meyering
2001-10-06(do_move): Reflect that hash_init now takes no arguments.Jim Meyering
2001-09-28(main): Call dest_info_init if necessary.Jim Meyering
2001-09-15Accept new option: --reply={yes,no,query}Jim Meyering
2001-08-31(full_write): Remove decl; not needed.Jim Meyering