Include safe-read.h instead of merely declaring safe_read.
[platform/upstream/coreutils.git] / src / csplit.c
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
1993-10-30 Jim Meyeringmerge with 1.8.1a
1993-10-24 Jim Meyeringmerge with 1.8h
1993-10-24 Jim Meyeringmerge with 1.8g
1993-10-23 Jim Meyeringmerge with 1.8d+
1993-10-21 Jim Meyeringmerge with 1.8d
1993-10-21 Jim Meyeringmerge with 1.8c
1993-10-20 Jim Meyering* [MAX]: Macro renamed from max and moved to top of...
1993-10-20 Jim MeyeringRemove register keyword (replace with `int' in two...
1993-10-20 Jim Meyeringpatch from rfg
1993-10-05 Jim Meyeringmerge with 1.8a
1993-05-22 Jim Meyeringmerge with 1.5.2
1993-05-07 Jim Meyeringmerge with 1.5
1993-04-29 Jim Meyeringadd --version and --help
1992-12-10 Jim MeyeringMerge with pre-release 1.3.6.
1992-12-07 Jim MeyeringRemove inclusion of <ctype.h> and definitions of is...
1992-12-02 Jim MeyeringConvert static declarations of struct option to use...
1992-11-08 Jim MeyeringDeclared lots of external functions and variables static.
1992-11-08 Jim MeyeringInitial revision