| Age | Commit message (Expand) | Author | Lines |
| 2000-07-09 | update copyright date | Jim Meyering | -1/+1 |
| 2000-07-01 | Change type of global, field_1_bufsize, from int to size_t. | Jim Meyering | -1/+1 |
| 2000-06-29 | (find_bracketed_repeat): Add a cast to suppress a warning. | Jim Meyering | -1/+1 |
| 2000-06-29 | (enum): Remove comma from end of enumerator list. | Jim Meyering | -1/+1 |
| 2000-06-27 | (count_entry): Don't set errno before | Jim Meyering | -10/+4 |
| 2000-06-27 | (copy_dir): Don't set errno before | Jim Meyering | -9/+3 |
| 2000-06-27 | (change_dir_mode): Don't set errno before | Jim Meyering | -9/+3 |
| 2000-06-27 | (change_dir_owner): Don't set errno before | Jim Meyering | -9/+3 |
| 2000-06-27 | (change_dir_group): Don't set errno before | Jim Meyering | -9/+3 |
| 2000-06-27 | (show_dev): Round disk usage percentage up, not to nearest value. | Jim Meyering | -17/+26 |
| 2000-06-26 | `id -Gn' (invoked by groups) would fail without giving a diagnostic | Jim Meyering | -2/+8 |
| 2000-06-25 | (copy_internal): Don't return return immediately after a | Jim Meyering | -2/+9 |
| 2000-06-24 | tweak copyright | Jim Meyering | -2/+2 |
| 2000-06-24 | (sysv_sum_file): Avoid overflowing 32-bit accumulator | Jim Meyering | -0/+3 |
| 2000-06-22 | (main): Correct a comment. | Jim Meyering | -3/+3 |
| 2000-06-21 | (getstr): Remove private (and out of date) version of this function. | Jim Meyering | -85/+8 |
| 2000-06-21 | (valid_options): Don't segfault on `stty erase -'. | Jim Meyering | -1/+1 |
| 2000-06-20 | (main): Fix off-by-argc test, so +N-style options are recognized once again. | Jim Meyering | -2/+2 |
| 2000-06-16 | (print_size): Round disk usage up. | Jim Meyering | -1/+2 |
| 2000-06-16 | (print_dir, gobble_file, print_long_format, print_file_name_and_frills): | Jim Meyering | -7/+11 |
| 2000-06-16 | (df_readable): New arg for rounding style. | Jim Meyering | -10/+13 |
| 2000-06-16 | (copy_reg): Give a slightly better diagnostic. | Jim Meyering | -1/+1 |
| 2000-06-12 | (main): Give the correct diagnostic when using the | Jim Meyering | -21/+10 |
| 2000-06-04 | (show_point) [HAVE_REALPATH && !HAVE_RESOLVEPATH]: | Jim Meyering | -1/+1 |
| 2000-06-03 | Allow -v as synonym for --verbose, to be consistent with other fileutils. | Jim Meyering | -4/+4 |
| 2000-06-03 | Allow -v as synonym for --verbose, to be consistent with other fileutils. | Jim Meyering | -4/+4 |
| 2000-06-03 | (usage): Document that -v is a synonym for --verbose. | Jim Meyering | -1/+1 |
| 2000-05-29 | Allow `cp -d -u' to copy one symlink onto another that's identical. | Jim Meyering | -3/+23 |
| 2000-05-27 | Arrange to call close_stdout upon exit. | Jim Meyering | -10/+9 |
| 2000-05-27 | Arrange to call close_stdout upon exit. | Jim Meyering | -19/+27 |
| 2000-05-25 | (close_stdout_wrapper): Don't dereference NULL pointer. | Jim Meyering | -1/+1 |
| 2000-05-24 | (head_file): Use STDIN_FILENO in place of `0'. | Jim Meyering | -3/+2 |
| 2000-05-20 | Arrange to call close_stdout upon exit. Don't close stdout explicitly. | Jim Meyering | -49/+78 |
| 2000-05-20 | Arrange to call close_stdout upon exit. Don't close stdout explicitly. | Jim Meyering | -3/+3 |
| 2000-05-20 | Arrange to call close_stdout upon exit. Don't close stdout explicitly. | Jim Meyering | -6/+4 |
| 2000-05-20 | Arrange to call close_stdout upon exit. Don't close stdout explicitly. | Jim Meyering | -0/+3 |
| 2000-05-20 | Arrange to call close_stdout upon exit. Don't close stdout explicitly. | Jim Meyering | -2/+6 |
| 2000-05-20 | add format args to match new %lu directives | Jim Meyering | -0/+2 |
| 2000-05-20 | tweak warning diagnostic | Jim Meyering | -4/+4 |
| 2000-05-20 | (struct File_spec) [have_device, st_dev]: New members | Jim Meyering | -1/+3 |
| 2000-05-20 | Save device number as well as inode number for each directory. | Jim Meyering | -50/+69 |
| 2000-05-18 | (rm): Combine adjacent fputc and fprintf. | Jim Meyering | -2/+1 |
| 2000-05-18 | remove some parens from some cpp lines | Jim Meyering | -2/+2 |
| 2000-05-18 | (remove_dir): Detect (and fail upon) attempt to subvert a running `rm -r'. | Jim Meyering | -1/+33 |
| 2000-05-17 | tweak comment | Jim Meyering | -1/+1 |
| 2000-05-15 | (do_link): Use complete strings in diagnostics so they | Jim Meyering | -18/+10 |
| 2000-05-13 | Arrange to call close_stdout only upon exit. | Jim Meyering | -43/+40 |
| 2000-05-13 | Include closeout.h. | Jim Meyering | -1/+18 |
| 2000-05-12 | Detect and report write failure of --help/--version. | Jim Meyering | -7/+8 |
| 2000-05-12 | (copy_internal): Fix force and interactive tests. | Jim Meyering | -2/+2 |