summaryrefslogtreecommitdiff
path: root/src/ptx.c
AgeCommit message (Collapse)Author
1999-04-03define PROGRAM_NAMEJim Meyering
1999-03-07(swallow_file_in_memory): Use a `%s' format in error call,Jim Meyering
in case the argument string contains a `%'.
1999-03-07(swallow_file_in_memory): Slurp up the whole file atJim Meyering
once on MSDOS as well, but we have to relax the test for whether reading it succeeded.
1999-03-04Include long-options.hJim Meyering
[long_options]: Remove the "help" and "version" entries. Remove declarations of show_help and show_version. (main): Remove `const' attribute from dcl of argv parameter. Call bindtextdomain and textdomain. Use parse_long_options, including author name(s). Remove the show_version and show_help blocks.
1999-02-15*** empty log message ***Jim Meyering
1999-01-14Don't prototype usage as static.Jim Meyering
1999-01-02(format_vals): New array.Jim Meyering
(main): Use XARGMATCH in place of argmatch.
1998-09-19(program_name): Declare *not* to be const.Jim Meyering
1998-08-15Add braces to suppress warning about ambiguous `else'.Jim Meyering
1998-08-14.Jim Meyering