| Age | Commit message (Expand) | Author | Lines |
| 2001-01-14 | (UINT_MAX_32_BITS): Define. | Jim Meyering | -4/+10 |
| 2001-01-14 | [RENAME_TRAILING_SLASH_BUG]: Use the rename wrapper. | Jim Meyering | -0/+11 |
| 2001-01-13 | add comment to go along with last change | Jim Meyering | -1/+1 |
| 2001-01-13 | (same_file_ok): When moving a symlink onto itself, | Jim Meyering | -1/+1 |
| 2001-01-10 | (copy_internal): Add a comment. | Jim Meyering | -6/+24 |
| 2001-01-10 | (do_move): Remove diagnostic, now that copy.c issues it. | Jim Meyering | -7/+2 |
| 2001-01-10 | [struct entry] (node): Describe how it's used, | Jim Meyering | -5/+8 |
| 2001-01-10 | (copy_internal): Don't allow cp (or mv, when working | Jim Meyering | -0/+8 |
| 2001-01-09 | add comment | Jim Meyering | -2/+5 |
| 2001-01-09 | (top_level_src_path, top_level_dst_path): New globals. | Jim Meyering | -3/+21 |
| 2001-01-08 | whoops. move printf args, too | Jim Meyering | -5/+5 |
| 2001-01-07 | (usage): Split long message string. | Jim Meyering | -1/+3 |
| 2001-01-07 | Split a string that was longer than 2048 bytes. | Jim Meyering | -1/+3 |
| 2001-01-07 | (usage): Split a string that was longer than 2048 bytes. | Jim Meyering | -1/+3 |
| 2001-01-07 | back out last, prematurely-committed, change | Jim Meyering | -68/+3 |
| 2001-01-07 | Correct the indentation of an `#endif'. | Jim Meyering | -3/+68 |
| 2001-01-07 | clean up after commit hook testing | Jim Meyering | -2/+2 |
| 2001-01-07 | testing -- commit should fail | Jim Meyering | -1/+1 |
| 2001-01-07 | testing -- commit should fail | Jim Meyering | -2/+2 |
| 2001-01-07 | testing -- commit should fail | Jim Meyering | -1/+1 |
| 2001-01-07 | (usage): Untabify. | Jim Meyering | -2/+2 |
| 2001-01-07 | (parse_group): Normalize spelling. | Jim Meyering | -2/+2 |
| 2001-01-04 | (main): Fail when --rfc-822 (-R) is specified along | Jim Meyering | -1/+10 |
| 2001-01-03 | Use the more precise algorithm of GNU "make" to decide whether | Jim Meyering | -11/+65 |
| 2001-01-03 | (main): Remove embedded \n from diagnostic. | Jim Meyering | -1/+1 |
| 2001-01-03 | (long_time_expected_width, print_long_format): Fix | Jim Meyering | -7/+15 |
| 2001-01-03 | (dcgettext): New macro. | Jim Meyering | -0/+5 |
| 2001-01-03 | (decode_switches): Use dcgettext with LC_TIME, | Jim Meyering | -3/+4 |
| 2001-01-03 | (long_time_expected_width): New function. | Jim Meyering | -1/+31 |
| 2001-01-02 | (ulonglong_t): Define place-holder type to avoid some #if directives. | Jim Meyering | -11/+9 |
| 2001-01-02 | (decode_one_format): Guard use of print_long_long with | Jim Meyering | -4/+6 |
| 2001-01-02 | copyright | Jim Meyering | -1/+1 |
| 2001-01-02 | (print_long_format): | Jim Meyering | -7/+13 |
| 2000-12-31 | Improve performance by invoking gettext twice at the start, | Jim Meyering | -24/+25 |
| 2000-12-31 | (print_long_format): Don't dump core if strftime returns the empty string. | Jim Meyering | -1/+4 |
| 2000-12-31 | (gobble_file): If not using long format, don't invoke acl; it's not needed. | Jim Meyering | -3/+4 |
| 2000-12-31 | Avoid an unnecessary `stat' when using --dereference. | Jim Meyering | -3/+11 |
| 2000-12-28 | tweak comment | Jim Meyering | -1/+1 |
| 2000-12-28 | tweak comment | Jim Meyering | -2/+2 |
| 2000-12-28 | (same_file_ok): Fix *another* typo from my 2000-09-03 change: s/tmp_dst_sb/tm... | Jim Meyering | -1/+1 |
| 2000-12-28 | (same_file_ok): Fix typo from my 2000-09-03 change: s/tmp_dst_sb/tmp_src_sb/. | Jim Meyering | -1/+1 |
| 2000-12-28 | (same_file_ok): Use a single auto var for | Jim Meyering | -4/+2 |
| 2000-12-25 | (same_file_ok): Remove declaration and set of unused | Jim Meyering | -9/+0 |
| 2000-12-25 | For both ln and install, when using `--backup=simple --suffix=S', | Jim Meyering | -2/+7 |
| 2000-12-25 | (hash_compare_active_dir_ents): Return explicit `true' | Jim Meyering | -1/+1 |
| 2000-12-25 | (extract_dirs_from_files): Remove unused variable. | Jim Meyering | -3/+1 |
| 2000-12-24 | (main): Actually use the local variable, `backup_suffix_string'. | Jim Meyering | -0/+3 |
| 2000-12-23 | [HAVE_INTTYPES_H]: Include <inttypes.h>.FILEUTILS-4_0_34 | Jim Meyering | -0/+4 |
| 2000-12-22 | (isaac_seed_machdep) [_ARCH_PPC]: Disable the code | Jim Meyering | -3/+5 |
| 2000-12-19 | (UINTMAX_MAX): New macro, taken from C99. | Jim Meyering | -0/+4 |