| Age | Commit message (Expand) | Author | Lines |
| 1998-05-07 | rename variable | Jim Meyering | -4/+3 |
| 1998-05-07 | (tac_stdin): Use STDIN_FILENO rather than literal `0' in fstat call. | Jim Meyering | -1/+1 |
| 1998-05-04 | remove dcl of unused safe_read | Jim Meyering | -1/+0 |
| 1998-05-02 | (check_format): Use ISDIGIT, not isdigit. | Jim Meyering | -2/+2 |
| 1998-04-28 | (parse_line): Use ISSPACE, not isspace. | Jim Meyering | -8/+8 |
| 1998-04-27 | Remove definition of _GNU_SOURCE | Jim Meyering | -6/+0 |
| 1998-04-27 | (keycompare): Don't return 0 from inside the keyspec-iterating loop. | Jim Meyering | -3/+9 |
| 1998-04-27 | (strncoll): Remove bogus assertion. | Jim Meyering | -2/+0 |
| 1998-04-26 | Don't define NDEBUG. | Jim Meyering | -5/+1 |
| 1998-04-26 | Don't define NDEBUG. | Jim Meyering | -4/+0 |
| 1998-04-26 | Do not define _GNU_SOURCE and/or NDEBUG | Jim Meyering | -31/+1 |
| 1998-04-26 | [struct File_spec] (pretty_name): Remove member. | Jim Meyering | -24/+25 |
| 1998-04-26 | Remove usage-like comments near beginning of file. | Jim Meyering | -20/+0 |
| 1998-04-26 | (xwrite): New function -- converted from macro. | Jim Meyering | -19/+18 |
| 1998-04-26 | (close_fd): New function -- converted from macro. | Jim Meyering | -28/+26 |
| 1998-04-26 | (md5_check): Declare local, `md5num' as _unsigned_ char*. | Jim Meyering | -3/+3 |
| 1998-04-26 | (print_nth_dir): Remove first (and always-true) part of conjunct in assertion. | Jim Meyering | -1/+1 |
| 1998-04-17 | (xfields): Used unsigned char* pointers to avoid | Jim Meyering | -4/+5 |
| 1998-04-17 | (check_punctuation): Used unsigned char* pointers to avoid | Jim Meyering | -1/+1 |
| 1998-04-14 | Use STREQ in string equality tests, not strcmp. | Jim Meyering | -8/+8 |
| 1998-04-12 | Include safe-read.h instead of merely declaring safe_read. | Jim Meyering | -2/+1 |
| 1998-04-12 | Use STREQ rather than strcmp | Jim Meyering | -41/+40 |
| 1998-04-12 | (wc): Declare per-file counters and `linepos' to be of type uintmax_t. | Jim Meyering | -5/+5 |
| 1998-04-11 | Include safe-read.h instead of merely declaring safe_read. | Jim Meyering | -64/+43 |
| 1998-04-11 | Include safe-read.h instead of merely declaring safe_read. | Jim Meyering | -3/+2 |
| 1998-04-11 | [HAVE_INTTYPES_H]: Include inttypes.h. | Jim Meyering | -13/+24 |
| 1998-04-11 | *** empty log message *** | Jim Meyering | -3/+3 |
| 1998-04-06 | (cph_hash_insert): Rename from now-conflicting hash_insert. | Jim Meyering | -4/+6 |
| 1998-04-06 | (hash_insert): Remove declaration. | Jim Meyering | -1/+0 |
| 1998-04-06 | Change names/usage of hash-related functions to work with the above. | Jim Meyering | -23/+28 |
| 1998-04-04 | Use "%s", not device_name, as the format string, in case the | Jim Meyering | -20/+20 |
| 1998-04-04 | clean up comments | Jim Meyering | -15/+13 |
| 1998-04-04 | (valid_options): Parenthesize assignment in while expr. | Jim Meyering | -12/+11 |
| 1998-04-04 | Use STREQ in place of strcmp everywhere. | Jim Meyering | -95/+85 |
| 1998-04-04 | [1998-03-31 Theodore Ts'o <tytso@rsts-11.mit.edu>] | Jim Meyering | -70/+173 |
| 1998-04-01 | (compare_ctime, rev_cmp_ctime, compare_mtime, | Jim Meyering | -8/+32 |
| 1998-03-31 | (TYPE_MAXIMUM): Cast result to `(t)' so this macro works with `unsigned char'. | Jim Meyering | -1/+29 |
| 1998-03-28 | Add copyright. | Jim Meyering | -0/+19 |
| 1998-03-28 | Add copyright. | Jim Meyering | -0/+23 |
| 1998-03-26 | (batch_convert): Remove spurious space in error message. | Jim Meyering | -1/+1 |
| 1998-03-23 | update from automake-2.1h | Jim Meyering | -18/+17 |
| 1998-03-22 | merge variables: forever_multiple and forever | Jim Meyering | -94/+150 |
| 1998-03-21 | (tail_forever): plug gross fd leaks | Jim Meyering | -8/+13 |
| 1998-03-21 | (decode_switches): Pass a null pointer instead of address | Jim Meyering | -10/+9 |
| 1998-03-19 | (show_dev): If fsu_bavail_top_bit_set is nonzero, | Jim Meyering | -6/+20 |
| 1998-03-17 | *** empty log message *** | Jim Meyering | -58/+165 |
| 1998-03-15 | (tail_file): Merge largely-duplicated blocks of code. | Jim Meyering | -87/+68 |
| 1998-03-15 | Use #if, not #ifdef with HAVE_ macros. | Jim Meyering | -19/+19 |
| 1998-03-14 | s/get-date.h/getdate.h/ | Jim Meyering | -1/+1 |
| 1998-03-14 | s/get-date.h/getdate.h/ | Jim Meyering | -1/+1 |