| Age | Commit message (Expand) | Author | Lines |
| 2006-09-14 | * src/mv.c (main): Remove unnecessary (always-true) test for 2 <= n. | Jim Meyering | -4/+4 |
| 2006-09-08 | mv and "cp -r" no longer fail when invoked with two arguments | Jim Meyering | -6/+0 |
| 2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert | -1/+0 |
| 2006-03-26 | (target_directory_operand, movefile): Use new last_component, in place of bas... | Jim Meyering | -2/+2 |
| 2006-02-06 | (usage): Use two spaces (not one) to separate the | Jim Meyering | -2/+2 |
| 2005-12-17 | (cp_option_init): Don't set umask_kill member. | Jim Meyering | -6/+0 |
| 2005-11-02 | (rm_option_init): Don't initialize unlink_dirs member, which went away. | Paul Eggert | -1/+0 |
| 2005-07-03 | (main): Using --reply now evokes a warning. | Jim Meyering | -11/+5 |
| 2005-06-24 | (usage): Clarify how --reply=no works. | Jim Meyering | -1/+6 |
| 2005-06-16 | Finally remove support for --version-control=S (-V). | Jim Meyering | -9/+1 |
| 2005-06-02 | Don't use "path" or "filename". | Paul Eggert | -2/+2 |
| 2005-05-31 | (cp_options_init): Use chown_privileges rather than geteuid. | Paul Eggert | -1/+1 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-03-28 | (reply_args): Use NULL, not `0'. | Jim Meyering | -2/+2 |
| 2004-09-21 | Remove unused "case 0". | Paul Eggert | -3/+0 |
| 2004-09-13 | Adjust to backup enum rename. | Paul Eggert | -1/+1 |
| 2004-07-30 | (remove_trailing_slashes, rm_option_init, | Paul Eggert | -51/+48 |
| 2004-07-04 | (movefile): Assume path_concat returns non-NULL. | Jim Meyering | -2/+0 |
| 2004-07-02 | Add short names -t and -T for --target-directory | Jim Meyering | -17/+16 |
| 2004-06-30 | Use "file system" rather than "filesystem" in comments. | Jim Meyering | -1/+1 |
| 2004-06-30 | Add support for --no-target-directory option. | Jim Meyering | -3/+22 |
| 2004-06-28 | Use more-consistent rules among cp, ln, and mv when dealing with | Jim Meyering | -75/+63 |
| 2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering | -1/+5 |
| 2004-05-29 | (rm_option_init): Initialize new member, x->require_restore_cwd. | Jim Meyering | -0/+6 |
| 2004-02-07 | (cp_option_init): Don't initialize xstat member. | Jim Meyering | -1/+0 |
| 2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering | -3/+3 |
| 2003-11-09 | Initialized new member. | Jim Meyering | -2/+1 |
| 2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering | -2/+2 |
| 2003-10-18 | (usage): Tweak descriptions of -i and -f so that the | Jim Meyering | -2/+2 |
| 2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering | -2/+2 |
| 2003-09-18 | revert previous change | Jim Meyering | -1/+1 |
| 2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering | -1/+1 |
| 2003-07-12 | It appears that the `#pragma alloca' included via "system.h" is | Jim Meyering | -4/+0 |
| 2003-06-17 | (main): Call initialize_main. | Jim Meyering | -0/+1 |
| 2003-05-10 | (main): Handle argc < optind. | Jim Meyering | -2/+2 |
| 2002-11-17 | (movefile): Don't remove trailing slashes from SOURCE. | Jim Meyering | -6/+3 |
| 2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering | -4/+4 |
| 2002-07-09 | (euidaccess): Remove declaration. It was unused. From Michael Stone. | Jim Meyering | -2/+0 |
| 2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering | -1/+1 |
| 2002-06-12 | (do_move): Give one diagnostic, not two, when unable to | Jim Meyering | -3/+0 |
| 2002-06-02 | (do_move): Adapt to new calling sequence for rm. | Jim Meyering | -26/+2 |
| 2002-04-25 | Revert last change. | Jim Meyering | -1/+1 |
| 2002-04-22 | (do_move): Adjust caller of remove_init. | Jim Meyering | -1/+1 |
| 2002-03-30 | (do_move): Correct a comment. | Jim Meyering | -1/+1 |
| 2002-03-08 | (do_move): The first time we resort to copy/remove, | Jim Meyering | -2/+15 |
| 2001-12-02 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering | -4/+2 |
| 2001-11-23 | (usage): Note that ``Mandatory arguments to long options are mandatory | Jim Meyering | -0/+5 |
| 2001-11-23 | Split usage strings so that --help and --version | Jim Meyering | -8/+12 |
| 2001-11-22 | (cp_option_init): Initialize new member. | Jim Meyering | -0/+1 |