| Age | Commit message (Expand) | Author | Lines |
| 1999-01-14 | Include closeout.h. (main): Use close_stdout_status. | Jim Meyering | -10/+9 |
| 1999-01-13 | new version from automake | Jim Meyering | -14/+49 |
| 1999-01-11 | All of the following new code is protected by `#if DONT_UNLINK_WHILE_OPEN' | Jim Meyering | -1/+47 |
| 1999-01-11 | (copy_internal): Handle two more values of errno from | Jim Meyering | -3/+17 |
| 1999-01-11 | (decode_switches): Now that escape_quoting_style no longer | Jim Meyering | -0/+2 |
| 1999-01-09 | declare `match' | Jim Meyering | -0/+1 |
| 1999-01-09 | New option: --all-repeated (-D). | Jim Meyering | -9/+30 |
| 1999-01-09 | s/max_n_consecutive_size_changes/max_n_consecutive_size_changes_between_opens/ | Jim Meyering | -3/+4 |
| 1999-01-09 | (parse_obsolescent_option): Interpret `number' as decimal. | Jim Meyering | -9/+48 |
| 1999-01-04 | (main): remove unused `i' | Jim Meyering | -1/+1 |
| 1999-01-03 | (usage): Remove third program_name argument -- there | Jim Meyering | -1/+1 |
| 1999-01-02 | (tsort): Use a single call to error instead of two to fprintf. | Jim Meyering | -6/+3 |
| 1999-01-02 | (parse_options): Use XARGMATCH in place of argmatch. | Jim Meyering | -5/+5 |
| 1999-01-02 | (format_vals): New array. | Jim Meyering | -14/+8 |
| 1999-01-02 | Adapt to use new interface to XARGMATCH. | Jim Meyering | -20/+28 |
| 1999-01-02 | use XARGMATCH, not XARGCASEMATCH | Jim Meyering | -7/+7 |
| 1999-01-02 | Move inclusion of assert.h to follow that of stdio.h. | Jim Meyering | -5/+5 |
| 1999-01-02 | Include readtokens.h. | Jim Meyering | -96/+20 |
| 1999-01-01 | fix typo in comment | Jim Meyering | -1/+1 |
| 1999-01-01 | (PATH_MAX_IN_DIR) [HAVE_UNISTD_H]: New macro, for max | Jim Meyering | -6/+22 |
| 1999-01-01 | (cwrite) [O_BINARY]: Write output in binary mode. | Jim Meyering | -2/+5 |
| 1999-01-01 | (bsd_sum_file, sysv_sum_file) [O_BINARY]: Read input in binary mode. | Jim Meyering | -2/+5 |
| 1999-01-01 | (tail_lines, tail_bytes) [O_BINARY]: Use binary I/O when appropriate. | Jim Meyering | -1/+9 |
| 1999-01-01 | (wc): Use binary mode for input. | Jim Meyering | -1/+4 |
| 1999-01-01 | (unexpand): Use binary I/O where appropriate. | Jim Meyering | -2/+8 |
| 1999-01-01 | (main) [O_BINARY]: Use binary I/O when appropriate. | Jim Meyering | -1/+6 |
| 1999-01-01 | (skip, read_char, read_block) [O_BINARY]: Switch input | Jim Meyering | -19/+3 |
| 1999-01-01 | (OPENOPTS) [O_BINARY]: Use binary I/O when non-zero argument. | Jim Meyering | -11/+24 |
| 1999-01-01 | (head_bytes, head_lines) [O_BINARY]: Use binary I/O. | Jim Meyering | -1/+7 |
| 1999-01-01 | (expand): Use binary I/O where appropriate. | Jim Meyering | -2/+9 |
| 1999-01-01 | (cksum) [O_BINARY]: Read redirected stdin in binary mode. | Jim Meyering | -1/+4 |
| 1999-01-01 | (usage) [O_BINARY]: Describe -B,--binary option. | Jim Meyering | -3/+90 |
| 1999-01-01 | (parse_options): Use XARGCASEMATCH in place of argmatch. | Jim Meyering | -13/+6 |
| 1999-01-01 | Rename globals N and R so they don't shadow locals. | Jim Meyering | -14/+15 |
| 1999-01-01 | remove trailing blanks | Jim Meyering | -15/+15 |
| 1999-01-01 | from Mark Kettenis | Jim Meyering | -0/+569 |
| 1998-12-31 | (main): Use XARGCASEMATCH in place of argmatch & co. | Jim Meyering | -12/+2 |
| 1998-12-31 | (indicator_style_types): New variable. | Jim Meyering | -57/+29 |
| 1998-12-31 | (main): Use XARGCASEMATCH in place of argmatch & co. | Jim Meyering | -9/+3 |
| 1998-12-18 | (copy_internal): Remove errnoeous `%s: ' prefix | Jim Meyering | -1/+1 |
| 1998-12-18 | (UID_T_MAX, GID_T_MAX): Define them here instead. | Jim Meyering | -0/+8 |
| 1998-12-18 | (UID_T_MAX, GID_T_MAX): Remove definitions. | Jim Meyering | -8/+0 |
| 1998-12-18 | (MAXGID): Define. | Jim Meyering | -7/+10 |
| 1998-12-17 | New options for tail: --follow=name, --follow=descriptor, --allow-missing | Jim Meyering | -46/+124 |
| 1998-12-13 | add comment about opening exclusively | Jim Meyering | -0/+4 |
| 1998-12-12 | In order to distinguish col(umn|or): | Jim Meyering | -46/+46 |
| 1998-12-12 | * src/ls.c: Group DIRED's code together. | Jim Meyering | -47/+47 |
| 1998-12-11 | (main): Arrange to exit unsuccessfully when stime fails. | Jim Meyering | -1/+4 |
| 1998-12-07 | Use dir_name, not dirname. Include dirname.h. | Jim Meyering | -13/+13 |
| 1998-12-07 | declare base_name | Jim Meyering | -1/+2 |