summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-02-01(init_parameters): For compatibility: use defaultJim 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-01bracket bug address with <> and append a periodJim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1997-02-01Rename globals buffer and buffer_size to have G_ prefixJim 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-01Compare getopt_long return value against -1, not EOF. Use NULL, not '(int ↵Jim Meyering
*) 0' as last parameter in getopt_long call.
1997-02-01Compare getopt_long return value against -1, not EOF. Use NULL, not '(int ↵Jim Meyering
*) 0' as last parameter in getopt_long call.
1997-02-01Compare 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-30Do 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-30correctly compute number of testsJim Meyering
1997-01-30Remove common_option_prefix flag.Jim Meyering
(test_vector): Prepend the common option here instead.
1997-01-30Remove input_via_stdin flag.Jim Meyering
Do each test twice: get input via REDIR and PIPE.
1997-01-30Do each test three times.Jim Meyering
1997-01-30.Jim Meyering
1997-01-30.Jim Meyering
1997-01-30.Jim Meyering
1997-01-29Allow each test to be run any or all of three different ways. ProgramJim 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-28Remove `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-27really make the messages identicalJim 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 outputJim Meyering
1997-01-26(parse_options): Add quotes to make messages identical.Jim Meyering
1997-01-26.Jim Meyering
1997-01-26bracket prototype with PARAMSJim Meyering
1997-01-26.Jim Meyering
1997-01-26Restore dcl of free. with obstacks, you need it.Jim Meyering