summaryrefslogtreecommitdiffstats
path: root/src/ptx.c
AgeCommit message (Expand)AuthorLines
2006-07-09(initialize_regex, fix_output_parameters): Don't assume that isprintPaul Eggert-7/+7
2006-04-17(main) [DEFAULT_IGNORE_FILE]: Remove code to use a defaultJim Meyering-7/+0
2006-04-11(context_regex_string, word_regex_string): Remove.Paul Eggert-48/+46
2006-03-28(usage): Remove mention of --copyright/-C.Jim Meyering-26/+7
2005-09-09(SKIP_SOMETHING, find_occurs_in_text):Paul Eggert-18/+34
2005-08-12(sort_found_occurs, digest_word_file): Likewise.Jim Meyering-3/+3
2005-06-16Don't embed `this'-style quotes in format strings.Jim Meyering-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering-2/+2
2005-05-14Update FSF postal mail address.Jim Meyering-2/+2
2005-04-11(main): Don't assume fopen returns stdout after closingPaul Eggert-3/+1
2005-03-28(long_options, format_args): Use NULL, not `0'.Jim Meyering-3/+3
2004-09-21Remove unused "case 0".Paul Eggert-3/+0
2004-08-03Add a FIXME mentioning that there are manyPaul Eggert-30/+34
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering-1/+5
2004-06-01(swallow_file_in_memory, main):Jim Meyering-3/+3
2004-05-29(text_buffer_maxend): Remove declarations unused variable.Jim Meyering-1/+0
2004-04-27(syntax_table, re_syntax_table): Remove declarations of two unusedJim Meyering-9/+0
2004-04-27Make over 40 global extern variables `static'.Jim Meyering-50/+50
2004-03-31whoops. Remove old code, too, <blush>.Jim Meyering-2/+0
2004-03-31Specifying an invalid --width=N (-w) or --gap-size=N (-g)Jim Meyering-3/+21
2003-11-20(usage): Output bug-reporting address.Jim Meyering-0/+1
2003-11-02(alloc_and_compile_regex, main): Use `sizeof *var' ratherJim Meyering-10/+7
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering-2/+2
2003-09-22Switch encoding from Latin-1 to UTF-8.Jim Meyering-3/+6
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering-2/+2
2003-08-01Do not include bumpalloc.h.Jim Meyering-9/+23
2003-07-23Don't include headers already included by system.h:Jim Meyering-1/+0
2003-06-17(main): Call initialize_main.Jim Meyering-0/+1
2003-04-11Remove SPC in SPC-TAB sequence.Jim Meyering-2/+2
2003-04-11Remove anachronistic casts of xmalloc,Jim Meyering-13/+13
2003-03-07(output_one_tex_line, output_one_dumb_line):Jim Meyering-7/+7
2002-09-15(generate_all_output): Likewise.Jim Meyering-1/+1
2002-01-22update copyright yearJim Meyering-1/+1
2002-01-22(swallow_file_in_memory): Work even if `open' returns 0.Jim Meyering-5/+5
2001-12-01Reflect renaming to, and new usage of these macros:Jim Meyering-2/+2
2001-12-01(usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering-4/+2
2001-11-23Factor out some common strings to make translation easier.Jim Meyering-2/+10
2001-11-23(main): Don't split string in the middle of sentence.Jim Meyering-1/+3
2001-11-11(main, usage): Split --help output into smaller pieces.Jim Meyering-0/+8
2001-11-04(usage): Add one-line description.Jim Meyering-2/+3
2000-05-20Arrange to call close_stdout upon exit. Don't close stdout explicitly.Jim Meyering-1/+5
1999-05-03<ctype.h>: Don't include.Jim Meyering-30/+7
1999-04-04Standardize --help and --version processing.Jim Meyering-4/+5
1999-04-03Use AUTHORS in place of string in parse_long_options call.Jim Meyering-1/+1
1999-04-03Insert AUTHORS definition.Jim Meyering-0/+2
1999-04-03Use PROGRAM_NAME in place of string in parse_long_options call.Jim Meyering-1/+1
1999-04-03define PROGRAM_NAMEJim Meyering-0/+3
1999-03-07(swallow_file_in_memory): Use a `%s' format in error call,Jim Meyering-5/+5
1999-03-07(swallow_file_in_memory): Slurp up the whole file atJim Meyering-11/+19
1999-03-04Include long-options.hJim Meyering-20/+7