TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / ptx.c
2008-07-15 Jim Meyeringfix two bugs in ptx
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringuse gnulib's proper_name_utf8 function, but *not* prope...
2008-03-21 Jim Meyeringptx: avoid heap overrun for backslash at end of optarg...
2008-03-21 Jim Meyeringptx.c readability
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-14 Jim MeyeringRemove long-deprecated options.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-07-09 Paul Eggert(initialize_regex, fix_output_parameters): Don't assume...
2006-04-17 Jim Meyering(main) [DEFAULT_IGNORE_FILE]: Remove code to use a...
2006-04-11 Paul Eggert(context_regex_string, word_regex_string): Remove.
2006-03-28 Jim Meyering(usage): Remove mention of --copyright/-C.
2005-09-09 Paul Eggert(SKIP_SOMETHING, find_occurs_in_text):
2005-08-12 Jim Meyering(sort_found_occurs, digest_word_file): Likewise.
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-04-11 Paul Eggert(main): Don't assume fopen returns stdout after closing
2005-03-28 Jim Meyering(long_options, format_args): Use NULL, not `0'.
2004-09-21 Paul EggertRemove unused "case 0".
2004-08-03 Paul EggertAdd a FIXME mentioning that there are many
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-06-01 Jim Meyering(swallow_file_in_memory, main):
2004-05-29 Jim Meyering(text_buffer_maxend): Remove declarations unused variable.
2004-04-27 Jim Meyering(syntax_table, re_syntax_table): Remove declarations...
2004-04-27 Jim MeyeringMake over 40 global extern variables `static'.
2004-03-31 Jim Meyeringwhoops. Remove old code, too, <blush>.
2004-03-31 Jim MeyeringSpecifying an invalid --width=N (-w) or --gap-size...
2003-11-20 Jim Meyering(usage): Output bug-reporting address.
2003-11-02 Jim Meyering(alloc_and_compile_regex, main): Use `sizeof *var'...
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-22 Jim MeyeringSwitch encoding from Latin-1 to UTF-8.
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-08-01 Jim MeyeringDo not include bumpalloc.h.
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-04-11 Jim MeyeringRemove SPC in SPC-TAB sequence.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2003-03-07 Jim Meyering(output_one_tex_line, output_one_dumb_line):
2002-09-15 Jim Meyering(generate_all_output): Likewise.
2002-01-22 Jim Meyeringupdate copyright year
2002-01-22 Jim Meyering(swallow_file_in_memory): Work even if `open' returns 0.
2001-12-01 Jim MeyeringReflect renaming to, and new usage of these macros:
2001-12-01 Jim Meyering(usage): Use new macros, EMIT_HELP_DESCRIPTION and...
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-23 Jim Meyering(main): Don't split string in the middle of sentence.
2001-11-11 Jim Meyering(main, usage): Split --help output into smaller pieces.
2001-11-04 Jim Meyering(usage): Add one-line description.
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
1999-05-03 Jim Meyering<ctype.h>: Don't include.
1999-04-04 Jim MeyeringStandardize --help and --version processing.
1999-04-03 Jim MeyeringUse AUTHORS in place of string in parse_long_options...
1999-04-03 Jim MeyeringInsert AUTHORS definition.
1999-04-03 Jim MeyeringUse PROGRAM_NAME in place of string in parse_long_optio...
1999-04-03 Jim Meyeringdefine PROGRAM_NAME
1999-03-07 Jim Meyering(swallow_file_in_memory): Use a `%s' format in error...
1999-03-07 Jim Meyering(swallow_file_in_memory): Slurp up the whole file at
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-15 Jim Meyering*** empty log message ***
1999-01-14 Jim MeyeringDon't prototype usage as static.
1999-01-02 Jim Meyering(format_vals): New array.
1998-09-19 Jim Meyering(program_name): Declare *not* to be const.
1998-08-15 Jim MeyeringAdd braces to suppress warning about ambiguous `else'.
1998-08-14 Jim Meyering.