(WRITTEN_BY): Rename from AUTHORS.
[platform/upstream/coreutils.git] / src / csplit.c
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
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1997-01-25 Jim Meyeringupdate for changed xstrtou?l
1996-12-14 Jim Meyeringtwiddle FSF address in comment.
1996-12-14 Jim Meyering(get_format_width, get_format_prec): Avoid
1996-11-23 Jim Meyering(process_regexp): Update CURRENT_LINE only if
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-04 Jim Meyering(main): update --version output again
1996-10-04 Jim Meyering(main): update --version output to conform to coding...
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-03-24 Jim MeyeringCall error with EXIT_FAILURE (rather than `1') as first...
1996-03-24 Jim MeyeringExit with status EXIT_SUCCESS or EXIT_FAILURE, rather...
1996-03-22 Jim MeyeringInclude assert.h, but disable assertions.
1996-03-21 Jim Meyering(main): Declare to be of type int, not void.
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-09 Jim Meyering(main): Initialize for internationalized message suppor...
1995-12-31 Jim Meyering(extract_regexp) [!WITH_REGEX]: Initialize re_compiled...
1995-12-06 Jim Meyering[!WITH_REGEX]: Include rx.h.
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-11-26 Jim Meyering[!UINT_MAX]: Define.
1995-11-15 Jim Meyering[__P]: Don't define it here.
1995-11-15 Jim Meyering(cleanup): Don't exit.
1995-11-05 Jim MeyeringProtect prototypes with __P.
1995-11-05 Jim MeyeringMove prototypes after struct declarations.
1995-11-05 Jim MeyeringProtoize.
1995-11-05 Jim Meyering(close_output_file): Set output_stream to NULL so we...
1995-10-04 Jim MeyeringTest SA_INTERRUPT, not _POSIX_VERSION,
1995-08-07 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
1995-07-25 Jim Meyering(main): When too few arguments are given, don't just
1995-06-24 Jim Meyering(read_input): Rename paramater MAX to MAX_N_BYTES....
1995-06-22 Jim Meyering(interrupt_handler): Declare to have a single integer
1995-06-18 Jim Meyeringmerge with 1.12
1995-05-25 Jim Meyering[struct control]: Change type of `repeat' member to...
1995-05-19 Jim Meyering(record_line_starts): Remove set-but-not-used, file...
1995-05-13 Jim Meyering(usage): Include one- or two-line synopsis in --help...
1995-03-24 Jim MeyeringDeclare as `unsigned int' all variables that were just...
1995-03-09 Jim Meyeringadd 1995 to Copyright dates
1995-01-29 Jim Meyering(extract_regexp): Use strrchr, not rindex.
1995-01-28 Jim Meyering(load_buffer): Use memcpy rather than bcopy.
1994-12-16 Jim MeyeringInclude "error.h" instead of simply declaring `void...
1994-12-11 Jim Meyering(get_format_width, get_format_prec): Use ISDIGIT instead of
1994-10-19 Jim Meyeringmerge with 1.9.1h
1994-04-13 Jim Meyering.
1994-04-11 Jim Meyering.
1994-03-25 Jim Meyering.
1994-01-26 Jim Meyering.
1994-01-09 Jim Meyeringsafe_read and full_write + join patch
next