Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-01 | (init_parameters): For compatibility: use default | Jim Meyering | |
separator `TAB' with full length lines. From Roland Huebner. | |||
1997-02-01 | . | Jim Meyering | |
1997-02-01 | (usage): Make parenthetical note on --no-dereference a little more general. | Jim Meyering | |
1997-02-01 | . | Jim Meyering | |
1997-02-01 | bracket bug address with <> and append a period | Jim Meyering | |
1997-02-01 | bracket bug address with <> and append a period | Jim Meyering | |
1997-02-01 | bracket bug address with <> and append a period | Jim Meyering | |
1997-02-01 | Rename globals buffer and buffer_size to have G_ prefix | Jim Meyering | |
to avoid shadowing local variables. | |||
1997-02-01 | (add_line_number): Rename from `number' to avoid shadowing local variables. | Jim Meyering | |
1997-02-01 | . | Jim Meyering | |
1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int ↵ | Jim Meyering | |
*) 0' as last parameter in getopt_long call. | |||
1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int ↵ | Jim Meyering | |
*) 0' as last parameter in getopt_long call. | |||
1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int ↵ | Jim Meyering | |
*) 0' as last parameter in getopt_long call. | |||
1997-01-30 | (maintainer-clean): Remove GMOFILES. | Jim Meyering | |
From Paul Eggert. | |||
1997-01-30 | . | Jim Meyering | |
1997-01-30 | . | Jim Meyering | |
1997-01-30 | Do each test twice: get input via REDIR and PIPE. | Jim Meyering | |
1997-01-30 | (test_vector): Do each (non-stdin-requiring) test three times. | Jim Meyering | |
1997-01-30 | . | Jim Meyering | |
1997-01-30 | . | Jim Meyering | |
1997-01-30 | correctly compute number of tests | Jim Meyering | |
1997-01-30 | Remove common_option_prefix flag. | Jim Meyering | |
(test_vector): Prepend the common option here instead. | |||
1997-01-30 | Remove input_via_stdin flag. | Jim Meyering | |
Do each test twice: get input via REDIR and PIPE. | |||
1997-01-30 | Do each test three times. | Jim Meyering | |
1997-01-30 | . | Jim Meyering | |
1997-01-30 | . | Jim Meyering | |
1997-01-30 | . | Jim Meyering | |
1997-01-29 | Allow each test to be run any or all of three different ways. Program | Jim Meyering | |
input may be specified via a file or files listed on the command line, via input redirection (if there's only one file), or via a pipe. | |||
1997-01-29 | . | Jim Meyering | |
1997-01-29 | . | Jim Meyering | |
1997-01-28 | Remove `t' prefix on all generated test file names. | Jim Meyering | |
Change suffixes from (.in, .exp, .out, .err) to (.I, .X, .O, .E). Ensure that no test file (generated or maintainer-supplied) has a longer than 14 characters. | |||
1997-01-28 | (usage): Remove one space in message to make colons line up. | Jim Meyering | |
1997-01-28 | . | Jim Meyering | |
1997-01-28 | (print_long_format): Fix off-by-one problem in size being passed to strftime. | Jim Meyering | |
1997-01-27 | . | Jim Meyering | |
1997-01-27 | . | Jim Meyering | |
1997-01-27 | really make the messages identical | Jim Meyering | |
1997-01-27 | . | Jim Meyering | |
1997-01-26 | . | Jim Meyering | |
1997-01-26 | . | Jim Meyering | |
1997-01-26 | . | Jim Meyering | |
1997-01-26 | . | Jim Meyering | |
1997-01-26 | . | Jim Meyering | |
1997-01-26 | . | Jim Meyering | |
1997-01-26 | (usage): Fix typo (--writeable -> --writable) in help output | Jim Meyering | |
1997-01-26 | (parse_options): Add quotes to make messages identical. | Jim Meyering | |
1997-01-26 | . | Jim Meyering | |
1997-01-26 | bracket prototype with PARAMS | Jim Meyering | |
1997-01-26 | . | Jim Meyering | |
1997-01-26 | Restore dcl of free. with obstacks, you need it. | Jim Meyering | |