| Age | Commit message (Expand) | Author | Lines |
| 1998-01-08 | (tac_stream): Don't perform arithmetic on now-void pointer | Jim Meyering | -1/+2 |
| 1998-01-08 | (inittables): Add && HAVE_NL_LANGINFO to the #if-test | Jim Meyering | -7/+7 |
| 1998-01-05 | (df_readable): New function. | Jim Meyering | -23/+39 |
| 1998-01-05 | reindent a little | Jim Meyering | -7/+7 |
| 1998-01-05 | reformat comment, dcl fail, dirname | Jim Meyering | -6/+7 |
| 1998-01-05 | remove SPECIAL_BITS #ifdefs | Jim Meyering | -14/+0 |
| 1998-01-05 | Add support for marty's -D option | Jim Meyering | -3/+64 |
| 1998-01-04 | copyright | Jim Meyering | -2/+2 |
| 1998-01-04 | (main, usage): Check for write error to stdout before exiting. | Jim Meyering | -21/+76 |
| 1998-01-04 | Use a single enumerated type, Verbosity, instead of | Jim Meyering | -23/+50 |
| 1998-01-04 | Use a single enumerated type, Verbosity, instead of | Jim Meyering | -12/+25 |
| 1998-01-03 | (show_dev): Treat `fsu.fsu_bavail == (unsigned long) -1' | Jim Meyering | -1/+1 |
| 1998-01-02 | (get_ids): When otherwise unspecified, set uid and gid to -1. | Jim Meyering | -2/+2 |
| 1998-01-01 | (remove_cwd_entries): Initialize the entry-name obstack | Jim Meyering | -3/+9 |
| 1998-01-01 | (show_dev): Move check for 0-block device (and return if | Jim Meyering | -2/+3 |
| 1997-12-31 | (show_dev): Print inode counts human readably. | Jim Meyering | -3/+3 |
| 1997-12-31 | (decode_switches): -h and -H override output units. | Jim Meyering | -4/+9 |
| 1997-12-31 | (show_dev): Move computation of | Jim Meyering | -27/+33 |
| 1997-12-29 | (usage): s/TAB/ /g | Jim Meyering | -1/+1 |
| 1997-12-29 | (remove_cwd_entries): Plug a gross leak -- don't call | Jim Meyering | -4/+3 |
| 1997-12-29 | (usage): Replace TABs with spaces in --help message. | Jim Meyering | -2/+2 |
| 1997-12-28 | Remove incorrect declaration of group_member. | Jim Meyering | -2/+1 |
| 1997-12-25 | (get_ids): Don't cast GID_T_MAX to long, it might overflow. | Jim Meyering | -1/+1 |
| 1997-12-25 | (skip): Compare lseek return value with -1 to allow it | Jim Meyering | -1/+1 |
| 1997-12-25 | (S_ISLNK): Define this instead of S_ISDIR. | Jim Meyering | -2/+2 |
| 1997-12-25 | Declare stpcpy only if not defined as macro. | Jim Meyering | -0/+2 |
| 1997-12-25 | (copy_internal): Use S_ISLNK only if defined. | Jim Meyering | -0/+2 |
| 1997-12-21 | s/__P/PARAMS/ | Jim Meyering | -50/+50 |
| 1997-12-21 | s/__P/PARAMS/ | Jim Meyering | -72/+72 |
| 1997-12-21 | Don't include limits.h. | Jim Meyering | -3/+1 |
| 1997-12-21 | Don't include limits.h. | Jim Meyering | -1/+0 |
| 1997-12-21 | Don't include limits.h or sys/param.h. | Jim Meyering | -5/+1 |
| 1997-12-21 | Don't include limits.h. | Jim Meyering | -1/+0 |
| 1997-12-21 | Don't include limits.h. | Jim Meyering | -12/+0 |
| 1997-12-21 | Use PARAMS, not __P. | Jim Meyering | -7/+7 |
| 1997-12-21 | Include exclude.h. | Jim Meyering | -15/+19 |
| 1997-12-21 | Include exclude.h. | Jim Meyering | -11/+28 |
| 1997-12-16 | s/__P/PARAMS/g | Jim Meyering | -2/+2 |
| 1997-12-16 | s/__P/PARAMS/g. | Jim Meyering | -3/+3 |
| 1997-12-16 | s/__P/PARAMS/g | Jim Meyering | -103/+106 |
| 1997-12-16 | tweak indentation | Jim Meyering | -1/+1 |
| 1997-12-16 | (struct bin_str): Make len int, not unsigned, to avoid | Jim Meyering | -180/+154 |
| 1997-12-14 | Remove lseek and memchr dcls.FILEUTILS-3_16g | Jim Meyering | -8/+2 |
| 1997-12-14 | (ASSIGN_STRDUPA): Cast alloca return value to char*. | Jim Meyering | -1/+1 |
| 1997-12-14 | add memchr dcl | Jim Meyering | -0/+4 |
| 1997-12-14 | s/HAVE_DECLARATION/HAVE_DECL_/g | Jim Meyering | -6/+10 |
| 1997-12-13 | (main): Add some braces. | Jim Meyering | -11/+20 |
| 1997-12-13 | (close_output_file): Check ferror before calling fclose. | Jim Meyering | -3/+10 |
| 1997-12-13 | Change --help output to tell the truth: that for of=FILE, | Jim Meyering | -37/+1 |
| 1997-12-13 | (usage): Mention that `notrunc' is a conv= option. | Jim Meyering | -0/+1 |