summaryrefslogtreecommitdiff
path: root/src/ptx.c
AgeCommit message (Collapse)Author
2003-06-17(main): Call initialize_main.Jim Meyering
2003-04-11Remove SPC in SPC-TAB sequence.Jim Meyering
2003-04-11Remove anachronistic casts of xmalloc,Jim Meyering
xrealloc, and xcalloc return values and of xrealloc's first argument.
2003-03-07(output_one_tex_line, output_one_dumb_line):Jim Meyering
Use putchar, not fputs, to output a single character.
2002-09-15(generate_all_output): Likewise.Jim Meyering
2002-01-22update copyright yearJim Meyering
2002-01-22(swallow_file_in_memory): Work even if `open' returns 0.Jim Meyering
Check for `close' error.
2001-12-01Reflect renaming to, and new usage of these macros:Jim Meyering
HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION.
2001-12-01(usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering
instead of hard-coding --help and --version descriptions.
2001-11-23Factor out some common strings to make translation easier.Jim Meyering
Split usage strings so that --help and --version descriptions are alone in their own string. Likewise for the one that says: Mandatory arguments to long options are mandatory for short options too.
2001-11-23(main): Don't split string in the middle of sentence.Jim Meyering
2001-11-11(main, usage): Split --help output into smaller pieces.Jim Meyering
2001-11-04(usage): Add one-line description.Jim Meyering
2000-05-20Arrange to call close_stdout upon exit. Don't close stdout explicitly.Jim Meyering
1999-05-03<ctype.h>: Don't include.Jim Meyering
[!STDC_HEADERS]: Remove definitions of ctype macros. Convert e.g., isspace to ISSPACE to use definitions from sys2.h. Reported by Kaveh Ghazi.
1999-04-04Standardize --help and --version processing.Jim Meyering
1999-04-03Use AUTHORS in place of string in parse_long_options call.Jim Meyering
1999-04-03Insert AUTHORS definition.Jim Meyering
1999-04-03Use PROGRAM_NAME in place of string in parse_long_options call.Jim Meyering
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