| Age | Commit message (Expand) | Author | Lines |
| 2000-10-22 | (make_path_private): Add a FIXME comment. | Jim Meyering | -0/+2 |
| 2000-10-22 | . | Jim Meyering | -0/+17 |
| 2000-10-22 | Factor out the differences between MD5 and SHA1, | Jim Meyering | -52/+90 |
| 2000-10-22 | Support 8-byte integers, assuming they're printable with e.g., %lld. | Jim Meyering | -2/+32 |
| 2000-10-22 | add missing backslash | Jim Meyering | -1/+1 |
| 2000-10-21 | The command, `yes ''|./cat -n' would stop printing after INT_MAX lines. | Jim Meyering | -6/+14 |
| 2000-10-21 | Prevent a counter buffer overrun when numbering lines and when | Jim Meyering | -12/+24 |
| 2000-10-21 | (SORT_OUT_OF_ORDER): Define. | Jim Meyering | -1/+2 |
| 2000-10-21 | (main): Use EXIT_SUCCESS rather than 0. | Jim Meyering | -1/+6 |
| 2000-10-18 | (universal_time): Remove; it's just a temptation to do the wrong thing. | Jim Meyering | -22/+14 |
| 2000-10-18 | Undo the effect of the 1997-07-12 change to date.c; it | Jim Meyering | -48/+7 |
| 2000-10-16 | fix spell-o in comment | Jim Meyering | -1/+1 |
| 2000-10-16 | (rm_option_init): Remove FIXME-maybe comment. | Jim Meyering | -1/+0 |
| 2000-09-30 | (main): Rename local `symbolic_mode' to `specified_mode'. | Jim Meyering | -12/+7 |
| 2000-09-30 | (change_file_mode): Perform the chmod even if the | Jim Meyering | -15/+12 |
| 2000-09-30 | (main): Don't set the umask to 0 and hand-apply | Jim Meyering | -7/+19 |
| 2000-09-30 | (main): Rename local `symbolic_mode' to `specified_mode'. | Jim Meyering | -6/+6 |
| 2000-09-30 | (main): Don't set the umask to 0 and hand-apply | Jim Meyering | -2/+13 |
| 2000-09-30 | (main): Rename local `symbolic_mode' to `specified_mode'. | Jim Meyering | -6/+6 |
| 2000-09-30 | (main): Don't set the umask to 0 and hand-apply | Jim Meyering | -5/+10 |
| 2000-09-30 | (main): Rename local `symbolic_mode' to `specified_mode'. | Jim Meyering | -5/+5 |
| 2000-09-30 | Remove option-describing comment block. | Jim Meyering | -44/+1 |
| 2000-09-29 | (usage): Add a separate usage line, just for `OPTION'. | Jim Meyering | -1/+6 |
| 2000-09-25 | (long_opts): --exact doesn't take an argument. | Jim Meyering | -1/+1 |
| 2000-09-25 | (usage): Match revised documentation better. | Jim Meyering | -8/+5 |
| 2000-09-24 | (main): Tweak a relatively new diagnostic. | Jim Meyering | -1/+1 |
| 2000-09-22 | (main): When used with --force, each of the --link and | Jim Meyering | -0/+5 |
| 2000-09-22 | (cp_option_init): Once again make it so install always | Jim Meyering | -2/+2 |
| 2000-09-22 | (do_move): Moving a directory specified with a trailing | Jim Meyering | -12/+17 |
| 2000-09-22 | (copy_internal): Don't try to unlink directories when | Jim Meyering | -4/+4 |
| 2000-09-09 | (usage): Make second `Usage' line more precise | Jim Meyering | -1/+1 |
| 2000-09-09 | (copy_internal): Call chmod also if we've made the | Jim Meyering | -3/+7 |
| 2000-09-09 | (SAME_OWNER, SAME_GROUP, SAME_OWNER_AND_GROUP): Define. | Jim Meyering | -1/+7 |
| 2000-09-08 | (S_IRWXUGO): Define here, instead. | Jim Meyering | -0/+4 |
| 2000-09-08 | (S_IRWXUGO): Remove definition. | Jim Meyering | -4/+0 |
| 2000-09-07 | (usage): Note that when using -f, lines with no delimiters are also printed. | Jim Meyering | -1/+3 |
| 2000-09-07 | Remove obsolete comment block. | Jim Meyering | -36/+1 |
| 2000-09-04 | Remove declaration of lstat, now that it's in copy.h. | Jim Meyering | -2/+0 |
| 2000-09-04 | Move declaractions of lstat, stat, and rpl_lstat | Jim Meyering | -0/+12 |
| 2000-09-04 | Move declaractions of lstat, stat, and rpl_lstat | Jim Meyering | -12/+0 |
| 2000-09-04 | (do_link): Tweak diagnostics. | Jim Meyering | -2/+2 |
| 2000-09-04 | (same_file_ok): Hoist a test. | Jim Meyering | -10/+9 |
| 2000-09-04 | factor out backup/same test, put it after if-else. | Jim Meyering | -25/+11 |
| 2000-09-04 | (same_file_ok): factor some more. improve -- now passes all tests. | Jim Meyering | -14/+19 |
| 2000-09-03 | (cp_option_init): Initialize new members. | Jim Meyering | -1/+2 |
| 2000-09-03 | Remove obsolete comment block. | Jim Meyering | -25/+4 |
| 2000-09-03 | (enum): Add UNLINK_DEST_BEFORE_OPENING. | Jim Meyering | -5/+15 |
| 2000-09-03 | correct description of unlink_dest_after_failed_open | Jim Meyering | -1/+2 |
| 2000-09-03 | comment | Jim Meyering | -1/+4 |
| 2000-09-03 | Use strcoll (not strcmp) when comparing file names. | Jim Meyering | -16/+16 |