summaryrefslogtreecommitdiff
path: root/src/tail.c
AgeCommit message (Expand)Author
2001-09-12tail: accept new option: -F, equivalent to `--follow=name --retry',Jim Meyering
2001-07-08(usage): Reformat so help2man generates a properly indented man page.Jim Meyering
2001-05-20(parse_obsolescent_option): Accept a b suffix.Jim Meyering
2001-05-15(parse_obsolescent_option): Use t_count_lines, notJim Meyering
2001-03-18(usage): Warn that the +N form will be withdrawn.Jim Meyering
2001-01-08whoops. move printf args, tooJim Meyering
2001-01-07Split a string that was longer than 2048 bytes.Jim Meyering
2000-12-03remove instrumentationJim Meyering
2000-12-03add instrumentation to detect some UMRsJim Meyering
2000-12-03(tail_file): Initialize ignore, dev, and ino members,Jim Meyering
2000-12-03(OFF_T_MIN): Remove definition.Jim Meyering
2000-12-03(parse_options): Use xstrtoumax to parse the byte and lineJim Meyering
2000-08-06We know nbytes is 0, so remove it from bail-out test.Jim Meyering
2000-08-06(pipe_lines): Declare local `cp' to be const.Jim Meyering
2000-08-06(pipe_lines): Add variable `nbytes' so we can freeJim Meyering
2000-06-29(enum): Remove comma from end of enumerator list.Jim Meyering
2000-05-27Arrange to call close_stdout upon exit.Jim Meyering
2000-04-17Don't remove support for --max-consecutive-size-changes just yet...Jim Meyering
2000-04-16Remove option: --max-consecutive-size-changes=N.Jim Meyering
2000-04-14tweak copyright dateJim Meyering
2000-04-12(usage): Tweak --help output. Suggestions from Karl Berry.Jim Meyering
2000-04-09(usage): Clarify descriptions of the --max-* options.Jim Meyering
2000-03-04Once we encounter a file that is not of IS_TAILABLE_FILE_TYPE,Jim Meyering
2000-03-04Don't get failed assertion for `tail -f directory'.Jim Meyering
1999-12-05(main): Flush stdout before switching to unbuffered modeJim Meyering
1999-11-22(recheck): Handle a race condition (including <dev,inode>Jim Meyering
1999-11-03Fix so that `tail -fn 2 file' works again.Jim Meyering
1999-11-03(anonymous enum) [RETRY_OPTION]: Define.Jim Meyering
1999-11-03(recheck): Don't refuse to tail a non-regular, non-pipe.Jim Meyering
1999-08-15(ENOSYS): Define to a bogus value if not already defined.Jim Meyering
1999-08-06(Follow_mode): Remove comma at end of enumerator list.Jim Meyering
1999-08-03(tail_forever): When following by name and calling recheckJim Meyering
1999-07-31(tail_forever): Don't call kill if pid is 0.Jim Meyering
1999-07-30Include signal.h for kill prototype.Jim Meyering
1999-07-30New option: --pid=PID.Jim Meyering
1999-07-26more commentsJim Meyering
1999-07-26add commentJim Meyering
1999-07-26(struct File_spec) [n_stat_calls]: Remove unused member.Jim Meyering
1999-07-11(recheck): Use assert instead of unnecessary close_fd.Jim Meyering
1999-07-10(struct File_spec) [tailable]: Rename from `missing' andJim Meyering
1999-07-10(struct File_spec): New member, errnum.Jim Meyering
1999-04-24Include new "xstrtol.h", not "xstrtoul.h".Jim Meyering
1999-04-17(file_lines): Fix serious bug introduced with last changes.Jim Meyering
1999-04-12(COPY_TO_EOF): Define.Jim Meyering
1999-04-11Fix the problem whereby `yes > k & tail -1 k' would infloop.Jim Meyering
1999-04-11(xwrite): Use STDOUT_FILENO instead of literal `1'.Jim Meyering
1999-04-04Standardize --help and --version processing.Jim Meyering
1999-04-03Use AUTHORS in place of string in parse_long_options call.Jim Meyering
1999-04-03Insert AUTHORS definition.Jim Meyering
1999-04-03Use PROGRAM_NAME in place of string in parse_long_options call.Jim Meyering