| Age | Commit message (Expand) | Author | Lines |
| 2002-03-17 | (copy_internal) [move_mode]: Give a better diagnostic | Jim Meyering | -5/+2 |
| 2002-03-10 | (strip): Change wording in diagnostic. | Jim Meyering | -2/+2 |
| 2002-03-10 | (do_copy): Change wording in diagnostic. | Jim Meyering | -1/+1 |
| 2002-03-10 | (main): Change wording in diagnostic. | Jim Meyering | -2/+2 |
| 2002-03-10 | (copy_reg): Don't exit upon finding a replaced file. | Jim Meyering | -1/+1 |
| 2002-03-10 | (copy_reg): Use a more concise diagnostic for | Jim Meyering | -9/+2 |
| 2002-03-10 | * src/copy.c (copy_reg): Use a more concise diagnostic for | Jim Meyering | -19/+4 |
| 2002-03-09 | (rm) Add comment on new parameter. | Jim Meyering | -1/+3 |
| 2002-03-08 | (struct dev_ino): Declare new type. | Jim Meyering | -2/+10 |
| 2002-03-08 | (main): Call lstat `.' to get the device/inode numbers | Jim Meyering | -12/+26 |
| 2002-03-08 | (do_move): The first time we resort to copy/remove, | Jim Meyering | -2/+15 |
| 2002-03-08 | Don't allow a malicious user to trick another user's rm process into | Jim Meyering | -11/+43 |
| 2002-03-03 | (copy_internal): Remove -r warning; no longer needed. | Jim Meyering | -8/+0 |
| 2002-03-03 | (COPY_CONTENTS_OPTION): New enum value. | Jim Meyering | -37/+15 |
| 2002-03-02 | (main): Warn when -r is specified before --archive (-a). | Jim Meyering | -0/+9 |
| 2002-03-02 | add a comment | Jim Meyering | -0/+2 |
| 2002-03-02 | (copy_internal): For each symlink copied by cp -r, | Jim Meyering | -0/+6 |
| 2002-03-02 | (main): Revert change of 2001-12-29. With this change, | Jim Meyering | -2/+2 |
| 2002-03-02 | (main): Fail if -r is specified after --archive (-a) on the command line. | Jim Meyering | -1/+15 |
| 2002-03-02 | (copy_reg): Detect abuse of a race condition | Jim Meyering | -3/+31 |
| 2002-03-01 | Include timespec.h. | Jim Meyering | -29/+31 |
| 2002-03-01 | reflect renaming: nanosleep.h -> timespec.h | Jim Meyering | -2/+2 |
| 2002-02-28 | (decode_switches, usage): Add --time-style=+FORMAT. | Jim Meyering | -27/+47 |
| 2002-02-26 | Include "acl.h" rather than <sys/acl.h>. | Jim Meyering | -20/+12 |
| 2002-02-26 | . | Jim Meyering | -293/+0 |
| 2002-02-26 | tweak comment | Jim Meyering | -1/+1 |
| 2002-02-24 | Include posixver.h. | Jim Meyering | -2/+4 |
| 2002-02-23 | (simple_cat, cat, main): Used char * rather than | Jim Meyering | -18/+16 |
| 2002-02-20 | Include posixver.h. | Jim Meyering | -9/+3 |
| 2002-02-16 | Add support for _POSIX2_VERSION, which lets you pick which POSIX | Jim Meyering | -26/+7 |
| 2002-02-16 | Add support for _POSIX2_VERSION, which lets you pick which POSIX | Jim Meyering | -12/+5 |
| 2002-02-16 | Include posixver.h. | Jim Meyering | -34/+14 |
| 2002-02-16 | Include posixver.h. | Jim Meyering | -26/+21 |
| 2002-02-16 | Include posixver.h. | Jim Meyering | -17/+7 |
| 2002-02-16 | Include posixver.h. | Jim Meyering | -28/+15 |
| 2002-02-16 | (_POSIX2_VERSION, POSIX2_VERSION): Remove definitions. | Jim Meyering | -27/+1 |
| 2002-02-16 | Include posixver.h. | Jim Meyering | -17/+10 |
| 2002-02-16 | Include posixver.h. | Jim Meyering | -21/+11 |
| 2002-02-16 | Include posixver.h. | Jim Meyering | -15/+11 |
| 2002-02-16 | Include posixver.h. | Jim Meyering | -26/+9 |
| 2002-02-16 | Include posixver.h. | Jim Meyering | -27/+24 |
| 2002-02-16 | Include posixver.h. | Jim Meyering | -32/+11 |
| 2002-02-12 | (DEFAULT_SUFFIX_LENGTH): Define constant. | Jim Meyering | -5/+7 |
| 2002-02-12 | Include "dirname.h". | Jim Meyering | -38/+56 |
| 2002-02-12 | (main): Output warnings only if OBSOLETE_OPTION_WARNINGS. | Jim Meyering | -2/+2 |
| 2002-02-11 | (main): Conform to POSIX 1003.1-2001 if | Jim Meyering | -5/+13 |
| 2002-02-11 | Add more support for POSIX 1003.1-2001, which requires removal | Jim Meyering | -3/+28 |
| 2002-02-11 | (usage): Describe %F, %g, %G, %P, and %R. | Jim Meyering | -2/+9 |
| 2002-02-11 | From Bruno Haible | Jim Meyering | -1/+1 |
| 2002-02-11 | (head_lines): If we have read too much data, try | Jim Meyering | -1/+14 |