summaryrefslogtreecommitdiff
path: root/src/ptx.c
Commit message (Expand)AuthorAgeFilesLines
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-4/+4
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: use "const" and "pure" function attributes where possibleJim Meyering2011-07-021-1/+1
* maint: correct typos involving misuse of "a" and "an"Jim Meyering2011-05-191-1/+1
* maint: refactor to use read-file from gnulibPádraig Brady2011-01-141-76/+6
* maint: trivial system header file cleanupsPádraig Brady2011-01-131-1/+1
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* coreutils: keep lines within 80-column limitsPaul Eggert2010-12-281-4/+5
* provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady2010-07-221-0/+3
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* build: consistently use freopen-saferEric Blake2009-11-071-1/+1
* maint: Use logical rather than bitwise operators on boolsPádraig Brady2009-09-231-6/+6
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-731/+731
* maint: avoid new unused-macro warnings from gccJim Meyering2009-03-061-4/+1
* fix two bugs in ptxJim Meyering2008-07-151-3/+4
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+1
* use gnulib's progname moduleJim Meyering2008-06-031-4/+1
* declare program_name consistentlyJim Meyering2008-06-021-1/+1
* use gnulib's proper_name_utf8 function, but *not* proper_nameJim Meyering2008-05-261-4/+4
* ptx: avoid heap overrun for backslash at end of optarg stringJim Meyering2008-03-211-0/+4
* ptx.c readabilityJim Meyering2008-03-211-70/+72
* Update all copyright notices to use the newer form.Jim Meyering2007-07-231-9/+8
* Remove long-deprecated options.Jim Meyering2007-07-141-8/+2
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-101-1/+1
* Help translators include translation team's web or email address.Jim Meyering2007-03-281-1/+1
* (initialize_regex, fix_output_parameters): Don't assume that isprintPaul Eggert2006-07-091-7/+7
* (main) [DEFAULT_IGNORE_FILE]: Remove code to use a defaultJim Meyering2006-04-171-7/+0
* (context_regex_string, word_regex_string): Remove.Paul Eggert2006-04-111-48/+46
* (usage): Remove mention of --copyright/-C.Jim Meyering2006-03-281-26/+7
* (SKIP_SOMETHING, find_occurs_in_text):Paul Eggert2005-09-091-18/+34
* (sort_found_occurs, digest_word_file): Likewise.Jim Meyering2005-08-121-3/+3
* Don't embed `this'-style quotes in format strings.Jim Meyering2005-06-161-1/+1
* Update FSF postal mail address.Jim Meyering2005-05-141-2/+2
* Update FSF postal mail address.Jim Meyering2005-05-141-2/+2
* (main): Don't assume fopen returns stdout after closingPaul Eggert2005-04-111-3/+1
* (long_options, format_args): Use NULL, not `0'.Jim Meyering2005-03-281-3/+3
* Remove unused "case 0".Paul Eggert2004-09-211-3/+0
* Add a FIXME mentioning that there are manyPaul Eggert2004-08-031-30/+34
* (main): Standardize on the diagnostics given when someone givesJim Meyering2004-06-211-1/+5
* (swallow_file_in_memory, main):Jim Meyering2004-06-011-3/+3
* (text_buffer_maxend): Remove declarations unused variable.Jim Meyering2004-05-291-1/+0
* (syntax_table, re_syntax_table): Remove declarations of two unusedJim Meyering2004-04-271-9/+0
* Make over 40 global extern variables `static'.Jim Meyering2004-04-271-50/+50
* whoops. Remove old code, too, <blush>.Jim Meyering2004-03-311-2/+0
* Specifying an invalid --width=N (-w) or --gap-size=N (-g)Jim Meyering2004-03-311-3/+21
* (usage): Output bug-reporting address.Jim Meyering2003-11-201-0/+1
* (alloc_and_compile_regex, main): Use `sizeof *var' ratherJim Meyering2003-11-021-10/+7