| Age | Commit message (Expand) | Author | Lines |
| 1999-11-22 | (recheck): Handle a race condition (including <dev,inode> | Jim Meyering | -3/+13 |
| 1999-11-20 | (errno_rmdir_non_empty): New function to encapsulate errno comparison. | Jim Meyering | -2/+12 |
| 1999-11-20 | Declare lstat; needed on e.g. SunOS4. | Jim Meyering | -0/+2 |
| 1999-11-17 | (S_IRWXUGO): Define if necessary. | Jim Meyering | -8/+26 |
| 1999-11-14 | (touch): Simplify code a tad, using fd == -1 instead | Jim Meyering | -10/+4 |
| 1999-11-13 | (touch): Don't fail just because we couldn't open | Jim Meyering | -23/+12 |
| 1999-11-12 | (print_nth_dir): Write one fewer byte so we don't print a trailing slash. | Jim Meyering | -7/+4 |
| 1999-11-12 | Adjust comments to reflect that lots of code has moved to remove.c. | Jim Meyering | -4/+4 |
| 1999-11-11 | (copy_internal): Treat src and dest as the `same' in | Jim Meyering | -2/+4 |
| 1999-11-09 | (NEW): Undefine to avoid warning about redefinition. | Jim Meyering | -1/+3 |
| 1999-11-07 | Add several more TERM types. | Jim Meyering | -6/+16 |
| 1999-11-07 | (xstat): New global. | Jim Meyering | -1/+10 |
| 1999-11-07 | Define and use REFERENCE_FILE_OPTION and | Jim Meyering | -8/+24 |
| 1999-11-07 | Use REFERENCE_FILE_OPTION instead of bare `CHAR_MAX + 1'. | Jim Meyering | -2/+9 |
| 1999-11-07 | (do_link): Warn that making a hard link to a symbolic link is not portable. | Jim Meyering | -0/+7 |
| 1999-11-07 | Remove entire #if LINK_FOLLOWS_SYMLINKS block. | Jim Meyering | -20/+2 |
| 1999-11-07 | Add comment prior to removing #if LINK_FOLLOWS_SYMLINKS block | Jim Meyering | -1/+8 |
| 1999-11-07 | Allow hard links to symlinks on systems that support it. | Jim Meyering | -3/+23 |
| 1999-11-07 | add missing \n\ | Jim Meyering | -3/+5 |
| 1999-11-07 | (remove_parents): Use the correct test | Jim Meyering | -3/+7 |
| 1999-11-06 | (do_link): Fix typo (in which the function name `symlink' | Jim Meyering | -1/+1 |
| 1999-11-06 | (long_options): Correct typo (s/'F'/'p'/) so that `-p' | Jim Meyering | -1/+1 |
| 1999-11-05 | Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated HAVE_ST_BLOCKS. | Jim Meyering | -4/+4 |
| 1999-11-05 | (SORTALLOC): New macro. | Jim Meyering | -6/+7 |
| 1999-11-04 | (begfield, limfield, findlines, keycompare, compare): | Jim Meyering | -44/+29 |
| 1999-11-04 | (compare_files): | Jim Meyering | -4/+4 |
| 1999-11-03 | Fix so that `tail -fn 2 file' works again. | Jim Meyering | -2/+4 |
| 1999-11-03 | (anonymous enum) [RETRY_OPTION]: Define. | Jim Meyering | -9/+20 |
| 1999-11-03 | (recheck): Don't refuse to tail a non-regular, non-pipe. | Jim Meyering | -17/+1 |
| 1999-11-01 | (usage): Warn about mixing use of `-r' with FIFOs and | Jim Meyering | -0/+2 |
| 1999-10-31 | Convert --backup to take an optional argument. | Jim Meyering | -18/+24 |
| 1999-10-31 | tweak usage | Jim Meyering | -6/+9 |
| 1999-10-30 | (usage): Tweak --backup description | Jim Meyering | -1/+1 |
| 1999-10-30 | Convert --backup to take an optional argument. | Jim Meyering | -17/+22 |
| 1999-10-24 | (do_copy): Constify `dest', and cast-away the new | Jim Meyering | -2/+2 |
| 1999-10-24 | add missing program_name arg to match new usage %s | Jim Meyering | -1/+1 |
| 1999-10-23 | label use of -V/--versin-control as a warning | Jim Meyering | -2/+8 |
| 1999-10-23 | (full_write): Remove unused decl. | Jim Meyering | -59/+3 |
| 1999-10-17 | Convert --backup to take an optional argument. | Jim Meyering | -16/+22 |
| 1999-10-17 | change a message and add usage(1) to another. | Jim Meyering | -2/+5 |
| 1999-10-17 | Accept new option: --target-directory=DIR | Jim Meyering | -29/+59 |
| 1999-10-17 | don't compute isdir() of -- or an option string | Jim Meyering | -3/+7 |
| 1999-10-17 | remove last `,' in enum | Jim Meyering | -2/+2 |
| 1999-10-16 | Convert --backup to take an optional argument. | Jim Meyering | -18/+22 |
| 1999-10-09 | Accept new option: --target-directory=DIR | Jim Meyering | -19/+67 |
| 1999-10-04 | (__attribute__): Wrap with #ifndef __attribute__. | Jim Meyering | -2/+4 |
| 1999-10-04 | (__attribute__): Define to empty if GCC claims to | Jim Meyering | -1/+1 |
| 1999-10-03 | (TARGET_DIRECTORY_OPTION): Define. | Jim Meyering | -19/+63 |
| 1999-09-28 | Do s/#ifdef HAVE_/#if HAVE_/ -- solely for aesthetics. | Jim Meyering | -14/+14 |
| 1999-09-28 | Do s/#ifdef HAVE_/#if HAVE_/ -- solely for aesthetics. | Jim Meyering | -12/+12 |