| Age | Commit message (Expand) | Author | Lines |
| 2000-01-06 | add blank line | Jim Meyering | -0/+1 |
| 2000-01-06 | (apply_suffix): Comment. | Jim Meyering | -4/+7 |
| 2000-01-06 | fix typo in comment | Jim Meyering | -1/+1 |
| 2000-01-06 | Minor code cleanup. | Jim Meyering | -15/+11 |
| 2000-01-05 | Include nanosleep.h. | Jim Meyering | -1/+2 |
| 2000-01-05 | Add #pragma STDC FENV_ACCESS ON if C99. | Jim Meyering | -17/+53 |
| 2000-01-02 | update usage | Jim Meyering | -4/+5 |
| 2000-01-02 | Remove non-POSIX warning about trailing-slashed symlink-to-directory. | Jim Meyering | -22/+2 |
| 2000-01-02 | New option: --strip-trailing-slashes. | Jim Meyering | -1/+40 |
| 2000-01-02 | (#pragma alloca): Add if _AIX is defined. | Jim Meyering | -19/+120 |
| 1999-12-30 | (remove_parents, main): Don't pass errno to error | Jim Meyering | -2/+2 |
| 1999-12-27 | minor var. renamings | Jim Meyering | -9/+9 |
| 1999-12-27 | tweak --help | Jim Meyering | -1/+1 |
| 1999-12-25 | Use < rather than >. | Jim Meyering | -3/+8 |
| 1999-12-23 | (USE_CLOCK_GETTIME): Define. | Jim Meyering | -7/+76 |
| 1999-12-23 | (usage): Correct typos. | Jim Meyering | -2/+4 |
| 1999-12-23 | (usage): List new --target-directory=... usage. | Jim Meyering | -2/+3 |
| 1999-12-22 | (ceil_percent): Remove. | Jim Meyering | -34/+30 |
| 1999-12-19 | tweak comment | Jim Meyering | -2/+2 |
| 1999-12-19 | tweak comment | Jim Meyering | -1/+1 |
| 1999-12-19 | [! LSTAT_FOLLOWS_SLASHED_SYMLINK]: Use lstat wrapper. | Jim Meyering | -2/+9 |
| 1999-12-18 | (wipename): When repeatedly renaming a file, making the name shorter | Jim Meyering | -13/+25 |
| 1999-12-18 | (print_entry): Correct do_lookup test so that who | Jim Meyering | -4/+7 |
| 1999-12-15 | (decode_switches): If -c or -u is specified and not -l (or any other | Jim Meyering | -4/+31 |
| 1999-12-12 | Move 120+ lines of stat.h-related macros from system.h (not shared) | Jim Meyering | -130/+130 |
| 1999-12-12 | (S_IRUSR, S_IRGRP, S_IWGRP, S_IROTH, S_IWOTH): Define | Jim Meyering | -24/+33 |
| 1999-12-09 | (IGNORE_FAIL_ON_NON_EMPTY_OPTION): Likewise. | Jim Meyering | -2/+10 |
| 1999-12-09 | (BLOCK_SIZE_OPTION, EXCLUDE_OPTION, MAX_DEPTH_OPTION): | Jim Meyering | -6/+15 |
| 1999-12-09 | (BLOCK_SIZE_OPTION, SYNC_OPTION, NO_SYNC_OPTION): Define | Jim Meyering | -6/+15 |
| 1999-12-09 | (anonymous enum): Define TIME_OPTION, and ... | Jim Meyering | -2/+9 |
| 1999-12-09 | (enum): Remove useless CHAR_MAX + 2 | Jim Meyering | -1/+1 |
| 1999-12-05 | (main): Flush stdout before switching to unbuffered mode | Jim Meyering | -0/+4 |
| 1999-12-05 | Revert the previous change. | Jim Meyering | -31/+28 |
| 1999-12-04 | (copy_internal): Be consistent with intra-device behavior | Jim Meyering | -12/+31 |
| 1999-12-04 | Give the right diagnostic when failing to create a file in an | Jim Meyering | -2/+5 |
| 1999-12-04 | (check_symlink_color): New variable. | Jim Meyering | -2/+12 |
| 1999-11-30 | (usage): Shorten help for --show-control-chars. | Jim Meyering | -4/+2 |
| 1999-11-28 | Don't include math.h or float.h. | Jim Meyering | -9/+7 |
| 1999-11-28 | don't include assert.h | Jim Meyering | -1/+0 |
| 1999-11-28 | Round more carefully so we never call nanosleep with more than 999,999,999 | Jim Meyering | -2/+7 |
| 1999-11-28 | Rewrite to use nanosleep (hence, timer stops when sleep is suspended) | Jim Meyering | -112/+21 |
| 1999-11-28 | *** empty log message *** | Jim Meyering | -0/+2 |
| 1999-11-28 | better error checking | Jim Meyering | -8/+18 |
| 1999-11-27 | remove another printf stmt | Jim Meyering | -1/+0 |
| 1999-11-27 | remove printf stmts | Jim Meyering | -4/+1 |
| 1999-11-27 | fix typos | Jim Meyering | -3/+2 |
| 1999-11-27 | Rewrite to allow fractional seconds and to handle SIGCONT. | Jim Meyering | -20/+153 |
| 1999-11-27 | (usage): Add elipses to show that sleep allows more than one argument. | Jim Meyering | -1/+1 |
| 1999-11-27 | (argdecode): Move definition to precede use. | Jim Meyering | -36/+34 |
| 1999-11-26 | (df_readable): Now returns char const *, not char *. | Jim Meyering | -90/+78 |