| Age | Commit message (Expand) | Author | Lines |
| 2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering | -1/+3 |
| 2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering | -2/+3 |
| 2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering | -35/+35 |
| 2005-06-16 | Rather than this: error (..., "...`%s'...", arg); | Jim Meyering | -5/+5 |
| 2005-06-16 | Rather than this: error (..., "...`%s'...", arg); | Jim Meyering | -8/+9 |
| 2005-06-16 | Finally remove support for --version-control=S (-V). | Jim Meyering | -36/+4 |
| 2005-06-15 | . | Jim Meyering | -1/+1 |
| 2005-06-15 | (main): Fix my typo: s/argv[optind]/file[i]/. | Jim Meyering | -1/+1 |
| 2005-06-14 | (create_parents): Remove static var (now local to 'main'). | Paul Eggert | -35/+16 |
| 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 | -9/+3 |
| 2005-06-14 | tweak diagnostic wording: Use `... return to working directory', rather | Jim Meyering | -2/+2 |
| 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-13 | (main): When make_dir_parents changes the current working | Jim Meyering | -1/+16 |
| 2005-06-10 | (any_has_acl): New var. | Paul Eggert | -2/+15 |
| 2005-06-10 | (VERIFY_W_TYPEOF): Add parentheses. | Jim Meyering | -1/+1 |
| 2005-06-03 | Fix typo in comment. | Paul Eggert | -1/+1 |
| 2005-06-02 | (usage): Put `Ordering options:' line where it belongs. | Jim Meyering | -2/+4 |
| 2005-06-02 | Regenerate. | Paul Eggert | -55/+55 |
| 2005-06-02 | Don't use "path" or "filename". | Paul Eggert | -222/+222 |
| 2005-06-02 | Don't use "path" or "filename". | Paul Eggert | -20/+21 |
| 2005-06-02 | Don't use "path" or "filename". | Paul Eggert | -32/+33 |
| 2005-06-02 | (FILE_BASENAME_CONCAT): Renamed from PATH_BASENAME_CONCAT. | Paul Eggert | -3/+3 |
| 2005-06-02 | Don't use "path" or "filename". | Paul Eggert | -24/+25 |
| 2005-06-02 | Don't use "path" or "filename". | Paul Eggert | -11/+10 |
| 2005-06-02 | Don't use "path" or "filename". | Paul Eggert | -17/+16 |
| 2005-06-02 | (usage): Don't use "path" to describe a file name. | Paul Eggert | -5/+5 |
| 2005-06-02 | Don't use "path" or "filename". | Paul Eggert | -79/+81 |
| 2005-05-31 | (chown_privileges, chown_failure_ok): Mark as `extern'. | Jim Meyering | -2/+2 |
| 2005-05-31 | (cp_options_init): Use chown_privileges rather than geteuid. | Paul Eggert | -2/+2 |
| 2005-05-31 | (re_protect): Remove unnecessary call to geteuid. | Paul Eggert | -7/+3 |
| 2005-05-31 | Add copyright notice. | Paul Eggert | -10/+30 |
| 2005-05-31 | Port to Solaris 10's rules for whether programs can chown files. | Paul Eggert | -13/+45 |
| 2005-05-30 | . | Jim Meyering | -1/+1 |
| 2005-05-30 | Regenerate. | Paul Eggert | -12/+12 |
| 2005-05-30 | Include sys/param.h if it exists, not if _POSIX_VERSION | Paul Eggert | -9/+2 |
| 2005-05-30 | Don't bother mentioning _POSIX_VERSION in comment. | Paul Eggert | -2/+0 |
| 2005-05-30 | (OPENOPTS, TEXT1T01, TEXTCNVT): Remove. | Paul Eggert | -24/+1 |
| 2005-05-30 | (getpwnam, getgrnam): Remove decl. | Paul Eggert | -9/+1 |
| 2005-05-30 | (getpwuid, getgrgid, getuid, getgid, geteuid, getegid) | Paul Eggert | -9/+0 |
| 2005-05-30 | (geteuid) [!defined _POSIX_VERSION]: Remove decl. | Paul Eggert | -4/+0 |
| 2005-05-30 | (getgrnam, getgrgid) [!defined _POSIX_VERSION]: | Paul Eggert | -5/+0 |
| 2005-05-30 | (getgrnam) [!defined _POSIX_VERSION]: Remove decl. | Paul Eggert | -4/+0 |
| 2005-05-30 | (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]: | Paul Eggert | -1/+1 |
| 2005-05-28 | (skip): Return the number of records that were not | Paul Eggert | -8/+35 |
| 2005-05-27 | Include inttostr.h, strnumcmp.h. | Paul Eggert | -205/+55 |
| 2005-05-27 | Refactor so that others can use large-integer | Paul Eggert | -200/+9 |
| 2005-05-27 | Include strnumcmp.h, xstrtol.h. | Paul Eggert | -70/+62 |
| 2005-05-26 | Fix typo in comment. | Paul Eggert | -1/+1 |