| Age | Commit message (Expand) | Author | Lines |
| 2006-09-16 | * NEWS: Document that mkdir -p and install -d now fork on occasion. | Paul Eggert | -19/+48 |
| 2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert | -1/+0 |
| 2006-07-17 | Include mkancesdirs.h. | Paul Eggert | -67/+57 |
| 2006-03-26 | (target_directory_operand, install_file_in_dir): Use new last_component, in p... | Jim Meyering | -2/+2 |
| 2006-02-18 | (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 | -1/+0 |
| 2005-09-23 | (install_file_in_file): Be more conservative about the previous patch: | Paul Eggert | -2/+2 |
| 2005-09-23 | (change_timestamps): First arg is source | Paul Eggert | -13/+12 |
| 2005-09-16 | Include stat-time.h, and use its functions instead of the obsolete | Paul Eggert | -4/+3 |
| 2005-06-16 | Finally remove support for --version-control=S (-V). | Jim Meyering | -9/+1 |
| 2005-06-15 | (main): Fix my typo: s/argv[optind]/file[i]/. | Jim Meyering | -1/+1 |
| 2005-06-14 | (main): Standardize on a diagnostic for | Paul Eggert | -16/+17 |
| 2005-06-14 | (main): Adjust to new make_dir_parents convention. | Paul Eggert | -3/+1 |
| 2005-06-14 | tweak diagnostic wording: Use `... return to working directory', rather | Jim Meyering | -1/+1 |
| 2005-06-14 | remove obsolete FIXME | Jim Meyering | -1/+1 |
| 2005-06-13 | (main): When make_dir_parents changes the current working | Jim Meyering | -2/+19 |
| 2005-06-02 | Don't use "path" or "filename". | Paul Eggert | -24/+25 |
| 2005-05-31 | (cp_options_init): Use chown_privileges rather than geteuid. | Paul Eggert | -1/+1 |
| 2005-05-30 | (getpwnam, getgrnam): Remove decl. | Paul Eggert | -9/+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-05-01 | mode_free -> free | Paul Eggert | -1/+1 |
| 2005-04-28 | (main): Adjust to new modechange API. | Paul Eggert | -5/+4 |
| 2004-11-26 | (stat): Remove decl. | Paul Eggert | -2/+0 |
| 2004-11-21 | (usage): Avoid usage that runs afoul of Docbook | Paul Eggert | -6/+6 |
| 2004-09-21 | Remove unused "case 0". | Paul Eggert | -3/+0 |
| 2004-09-13 | Adjust to backup file rename. | Paul Eggert | -2/+2 |
| 2004-08-11 | Further fix for -d regression. | Paul Eggert | -2/+2 |
| 2004-08-11 | (main): Fix -d regression introduced with | Paul Eggert | -1/+1 |
| 2004-08-10 | (change_timestamps): Fix int->bool conversion | Paul Eggert | -3/+3 |
| 2004-08-02 | (isdir): Remove decl. | Paul Eggert | -17/+9 |
| 2004-07-30 | (isdir, change_timestamps, change_attributes, | Paul Eggert | -95/+87 |
| 2004-07-02 | Add short names -t and -T for --target-directory | Jim Meyering | -25/+17 |
| 2004-06-30 | Add support for --no-target-directory option. | Jim Meyering | -2/+21 |
| 2004-06-29 | Add support for 'install --target-directory', an option | Jim Meyering | -26/+74 |
| 2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering | -1/+4 |
| 2004-04-21 | install -s failed on System V if SIGCHLD was ignored. | Jim Meyering | -0/+5 |
| 2004-02-07 | (cp_option_init): Likewise. | Jim Meyering | -1/+0 |
| 2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering | -3/+3 |
| 2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering | -2/+2 |
| 2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering | -2/+2 |
| 2003-08-09 | Include utimens.h. | Jim Meyering | -8/+7 |
| 2003-07-12 | It appears that the `#pragma alloca' included via "system.h" is | Jim Meyering | -4/+0 |
| 2003-07-11 | (change_attributes): Enclose diagnostic in _(...). | Jim Meyering | -2/+2 |
| 2003-06-17 | (main): Call initialize_main. | Jim Meyering | -0/+1 |
| 2003-05-10 | (main): Handle argc < optind. | Jim Meyering | -2/+2 |
| 2002-12-15 | Remove all uses of `PARAMS'. | Jim Meyering | -13/+13 |
| 2002-09-26 | (get_ids): Use strtoul, not strtol. Remove some casts. | Jim Meyering | -8/+8 |
| 2002-09-21 | No longer include values.h. | Jim Meyering | -4/+0 |
| 2002-09-02 | (skip): Add casts to avoid warning about comparison | Jim Meyering | -2/+2 |