| Age | Commit message (Expand) | Author | Lines |
| 1996-04-25 | (main): Use verbose_fmt_string, not string literal in | Jim Meyering | -1/+1 |
| 1996-04-25 | (do_link): With --force, don't remove DEST when it's | Jim Meyering | -6/+18 |
| 1996-04-25 | (do_link): Remove duplicate `if (lstat' block. | Jim Meyering | -6/+0 |
| 1996-04-24 | (usage): The long-named arg is --human-readable, not --human. | Jim Meyering | -1/+1 |
| 1996-04-24 | Be consistent. Accept --human-readable, not --human. | Jim Meyering | -2/+2 |
| 1996-04-24 | update Copyright years for 1996 | Jim Meyering | -22/+22 |
| 1996-04-24 | update Copyright years for 1996 | Jim Meyering | -23/+23 |
| 1996-04-24 | update Copyright years for 1996 | Jim Meyering | -20/+20 |
| 1996-04-24 | [HAVE_LCHOWN]: Define chown to lchown. | Jim Meyering | -0/+4 |
| 1996-04-24 | [chown]: Move definition up a little. | Jim Meyering | -4/+4 |
| 1996-04-24 | [HAVE_LCHOWN]: Define chown to lchown. | Jim Meyering | -0/+4 |
| 1996-04-24 | [HAVE_LCHOWN]: Define chown to lchown. | Jim Meyering | -0/+4 |
| 1996-04-24 | [HAVE_LCHOWN]: Define chown to lchown. | Jim Meyering | -0/+4 |
| 1996-04-24 | (main): Declare to return int, not void. | Jim Meyering | -1/+1 |
| 1996-04-24 | (main): Declare to return int, not void. | Jim Meyering | -2/+2 |
| 1996-04-24 | (usage): Add missing close paren and open paren. | Jim Meyering | -2/+2 |
| 1996-04-22 | (usage): Use FIRST, LAST consistently in description. | Jim Meyering | -3/+3 |
| 1996-04-22 | (usage): Describe new %V format. | Jim Meyering | -0/+1 |
| 1996-04-22 | (usage): Reflect that now --no-sync is the default. | Jim Meyering | -2/+2 |
| 1996-04-22 | (md5_check): Remove spurious `\n' at end of error format string. | Jim Meyering | -1/+1 |
| 1996-04-21 | (decode_one_format): Use printf's L modifier for long doubles, | Jim Meyering | -1/+1 |
| 1996-04-21 | Include <values.h>. | Jim Meyering | -3/+10 |
| 1996-04-21 | Include xstrtol.h. | Jim Meyering | -22/+26 |
| 1996-04-21 | Remove obsolete FIXME. | Jim Meyering | -1/+0 |
| 1996-04-21 | (decode_switches): Replace two more atoi uses with xstrtol. | Jim Meyering | -6/+8 |
| 1996-04-21 | (decode_switches): Use getenv (POSIXLY_CORRECT), not undefined posix_pedantic. | Jim Meyering | -1/+3 |
| 1996-04-21 | (decode_switches): Clean up last change. | Jim Meyering | -23/+25 |
| 1996-04-21 | (decode_switches): Use xstrtol, not atoi. | Jim Meyering | -9/+26 |
| 1996-04-21 | (usage): Improve help message. From Karl Berry. | Jim Meyering | -2/+3 |
| 1996-04-21 | (usage): Improve help message. From Karl Berry. | Jim Meyering | -3/+4 |
| 1996-04-21 | (usage): Improve help message. | Jim Meyering | -5/+9 |
| 1996-04-20 | No longer call sync by default. | Jim Meyering | -5/+4 |
| 1996-04-20 | (main): Make separation of case for n_files == 0 more clear. | Jim Meyering | -7/+11 |
| 1996-04-19 | (copy_reg): Rearrange arithmetic in conditional to avoid | Jim Meyering | -1/+1 |
| 1996-04-19 | (main): Make code clearer: use new variable `n_files' in | Jim Meyering | -10/+13 |
| 1996-04-13 | (usage): Add missing `\n\' at the end of newly added lines for %e and %z. | Jim Meyering | -2/+2 |
| 1996-04-13 | (print_uptime): Invoke getloadavg only if we have it. | Jim Meyering | -0/+5 |
| 1996-04-13 | (decode_field_spec): Rename local variable `valid' | Jim Meyering | -4/+4 |
| 1996-04-13 | (main): Add new option: --verbose. | Jim Meyering | -2/+11 |
| 1996-04-13 | Mark translatable strings in new code. | Jim Meyering | -7/+7 |
| 1996-04-13 | (usage): Document %e and %z. Reported by Karl Berry. | Jim Meyering | -0/+2 |
| 1996-04-11 | Reindent. | Jim Meyering | -31/+30 |
| 1996-04-10 | (print_uptime) [UPTIME]: New function. From Kaveh Ghazi. | Jim Meyering | -4/+81 |
| 1996-04-10 | Add new option --ignore-case (-i). | Jim Meyering | -3/+21 |
| 1996-04-10 | (memcasecmp): Remove static definition of function. | Jim Meyering | -18/+1 |
| 1996-04-08 | (print_numbers): Fix off-by-one error in backwards-counting loop. | Jim Meyering | -5/+5 |
| 1996-04-07 | (usage): Give minimal description of the program. | Jim Meyering | -1/+6 |
| 1996-04-07 | . | Jim Meyering | -1/+1 |
| 1996-04-07 | Fiddle with messages. | Jim Meyering | -6/+9 |
| 1996-04-07 | (print_numbers): Give more precise diagnostic when increment | Jim Meyering | -4/+6 |