Don't include version.h.
[platform/upstream/coreutils.git] / src / tail.c
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-09 Jim Meyering(main): Initialize for internationalized message suppor...
1996-02-01 Jim Meyering(dump_remainder): Flush stdout when tailing-forever...
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-10-16 Jim MeyeringProtoize.
1995-08-07 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
1995-07-27 Jim Meyering(tail_bytes) [from_start]: For regular files, seek
1995-07-12 Jim Meyering(tail): Explicitly cast to long the N_UNITS argumennt in
1995-06-18 Jim Meyeringmerge with 1.12
1995-05-28 Jim Meyering(main): Remove dcl of and statements that set now-unuse...
1995-05-25 Jim Meyering(tail_lines): Change one more `long' to `off_t'.
1995-05-13 Jim Meyering(usage): Include one- or two-line synopsis in --help...
1995-03-09 Jim Meyeringadd 1995 to Copyright dates
1995-01-28 Jim Meyering(pipe_lines, pipe_bytes): Use memcpy instead of bcopy.
1994-12-22 Jim Meyering(main): Update xstrtol calls to be consistent with...
1994-12-20 Jim Meyering(numerous functions): Give char* filename arguments...
1994-12-16 Jim MeyeringInclude "error.h" instead of simply declaring `void...
1994-12-11 Jim Meyering* (<most functions>): Change the type of n_units/n_line...
1994-11-30 Jim Meyeringname changes: number->n_lines|n_bytes
1994-11-17 Jim Meyering(dump_remainder): Flush standard output just before
1994-11-16 Jim MeyeringUse BUFSIZ instead of BUFSIZE.
1994-11-03 Jim Meyeringmerge with 1.9.1j2
1994-11-01 Jim Meyering(XWRITE): Guard against calling xwrite with n_bytes...
1994-11-01 Jim Meyering(XWRITE): Allow n_bytes to be zero in assertion. Other...
1994-10-19 Jim Meyeringmerge with 1.9.1h
1994-09-12 Jim Meyering.
1994-05-06 Jim Meyering.
1994-04-13 Jim Meyering.
1994-01-09 Jim Meyeringsafe_read and full_write + join patch
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-05 Jim Meyeringmerge with 1.8a
1993-05-22 Jim Meyeringmerge with 1.5.2
1993-04-29 Jim Meyeringadd --version and --help
1993-01-20 Jim Meyeringmerge with 1.4
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-19 Jim MeyeringMerged in changes for 1.3.5.
1992-11-08 Jim MeyeringDeclared lots of external functions and variables static.
1992-11-08 Jim MeyeringInitial revision