TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / csplit.c
2008-06-27 Jim Meyeringfactor out time_t-to-string conversion idiom
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 Meyeringadjust copyright dates
2008-05-26 Jim Meyeringconvert 2-author programs to use proper_name
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
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...
2007-03-12 Jim MeyeringMerge branch 'master' of /cu
2007-02-10 Jim Meyering* src/csplit.c (usage): Use two spaces (not one) to...
2007-01-20 Jim MeyeringMerge branch 'master' of /cu
2007-01-20 Paul EggertStandardize on list of signals when an app catches...
2006-11-16 Jim Meyering* src/csplit.c (load_buffer): Plug an inconsequential...
2006-10-24 Jim Meyering* src/cat.c (infile): Add "const" to declaration.
2006-08-10 Paul Eggert(struct control): Remove fastmap member.
2006-07-09 Paul EggertAdjust to today's renaming changes in system.h.
2006-04-12 Paul EggertClear the RE_NO_EMPTY_RANGES re syntax option, as this...
2006-04-12 Paul Eggert(extract_regexp): Set re_syntax_options to a
2006-04-11 Paul EggertUpdate copyright year.
2006-04-11 Paul Eggert(struct control): Put re_compiled member at the
2005-09-10 Jim Meyeringcsplit could produce corrupt output, given input lines...
2005-09-09 Paul Eggert(process_regexp): Store match length in regoff_t,
2005-08-12 Jim MeyeringCosmetic: use X2NREALLOC (only two arguments) rather...
2005-07-09 Paul EggertDon't include stdio.h; no longer needed.
2005-07-03 Paul EggertInclude fd-reopen.h.
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 EggertInclude stdio-safer.h.
2005-04-09 Paul Eggert(SA_NOCLDSTOP): Define to 0 if not defined.
2005-03-28 Jim Meyering(extract_regexp): Use NULL, not `0'.
2004-12-21 Jim Meyering(usage): Say the default names are `xx00, xx01, .....
2004-09-24 Jim Meyering(xalloc_die): Declare to be `extern', not `static'
2004-09-22 Jim Meyering(xalloc_die): Declare to be static.
2004-09-21 Paul EggertRemove unused "case 0".
2004-08-09 Paul Eggert(xalloc_die): New function.
2004-08-03 Paul Eggert(struct line): Use size_t for sizes.
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-04-21 Jim Meyering - csplit sometimes failed to remove files when interru...
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2004-01-04 Jim Meyering(new_control_record): Use x2nrealloc rather than xrealloc.
2003-11-16 Jim MeyeringFix read-from-free'd-buffer error detected by valgrind.
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-10-08 Jim Meyering(main): Remove obsolete FIXME.
2003-10-08 Jim Meyeringcsplit cleanup.
2003-09-27 Jim MeyeringDon't exhaust virtual memory when processing large...
2003-09-23 Jim Meyering(close_output_file): Don't report bogus errno value
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
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 anachronistic casts of xmalloc,
2002-12-15 Jim MeyeringRemove all uses of `PARAMS'.
2002-11-10 Jim Meyering(interrupt_handler): Use raise, rather than kill+getpid.
2002-11-05 Jim Meyering(handle_line_error, parse_patterns):
2002-10-12 Jim Meyering(struct cstring) [len]: Declare to be unsigned int,
2002-09-30 Jim MeyeringDon't include stdlib.h here. It's already included...
2002-09-26 Jim Meyeringadd a FIXME comment
2002-09-15 Jim Meyering(get_format_width): Add cast to avoid
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-01-21 Jim MeyeringDon't include "xalloc.h", as system.h already does...
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-22 Jim Meyeringcsplit could get a failed assertion: printf 'a\n\n...
2001-11-11 Jim Meyering(usage): Split --help output into smaller pieces.
2001-11-04 Jim Meyering(usage): Say that
2001-08-13 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2000-08-05 Jim Meyering(MAX): Remove definition (It's in sys2.h).
2000-05-20 Jim MeyeringArrange to call close_stdout upon exit. Don't close...
2000-01-18 Jim Meyering(interrupt_handler, main):
1999-05-07 Jim Meyering(handle_line_error): Use %s, not %d, now that human_rea...
1999-04-24 Jim MeyeringInclude new "xstrtol.h", not "xstrtoul.h".
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-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-14 Jim MeyeringDon't prototype usage as static.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-07-04 Jim MeyeringRemove #ifdef around <regex.h> inclusion.
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-04-26 Jim MeyeringDo not define _GNU_SOURCE and/or NDEBUG
1998-04-12 Jim MeyeringUse STREQ rather than strcmp
1998-04-11 Jim MeyeringInclude safe-read.h instead of merely declaring safe_read.
1998-01-10 Jim MeyeringCHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX...
1997-12-21 Jim Meyerings/__P/PARAMS/
1997-12-13 Jim Meyering(close_output_file): Check ferror before calling fclose.
1997-10-25 Jim MeyeringInclude xalloc.h.
1997-10-23 Jim MeyeringRemove malloc and realloc dcls.
1997-10-07 Jim Meyeringindent cpp directives to reflect nesting
1997-10-07 Jim Meyeringupdate bug-reporting address
next