index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tail.c
Age
Commit message (
Expand
)
Author
2000-05-27
Arrange to call close_stdout upon exit.
Jim Meyering
2000-04-17
Don't remove support for --max-consecutive-size-changes just yet...
Jim Meyering
2000-04-16
Remove option: --max-consecutive-size-changes=N.
Jim Meyering
2000-04-14
tweak copyright date
Jim 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-04
Once we encounter a file that is not of IS_TAILABLE_FILE_TYPE,
Jim Meyering
2000-03-04
Don't get failed assertion for `tail -f directory'.
Jim Meyering
1999-12-05
(main): Flush stdout before switching to unbuffered mode
Jim Meyering
1999-11-22
(recheck): Handle a race condition (including <dev,inode>
Jim Meyering
1999-11-03
Fix 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 recheck
Jim Meyering
1999-07-31
(tail_forever): Don't call kill if pid is 0.
Jim Meyering
1999-07-30
Include signal.h for kill prototype.
Jim Meyering
1999-07-30
New option: --pid=PID.
Jim Meyering
1999-07-26
more comments
Jim Meyering
1999-07-26
add comment
Jim 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' and
Jim Meyering
1999-07-10
(struct File_spec): New member, errnum.
Jim Meyering
1999-04-24
Include 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-11
Fix 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-04
Standardize --help and --version processing.
Jim Meyering
1999-04-03
Use AUTHORS in place of string in parse_long_options call.
Jim Meyering
1999-04-03
Insert AUTHORS definition.
Jim Meyering
1999-04-03
Use PROGRAM_NAME in place of string in parse_long_options call.
Jim Meyering
1999-04-03
define PROGRAM_NAME
Jim Meyering
1999-03-25
(recheck): Factor out a block of duplicated code.
Jim Meyering
1999-03-12
(dump_remainder): Don't fflush stdout here.
Jim Meyering
1999-03-04
Include long-options.h
Jim Meyering
1999-02-16
update copyright dates
Jim Meyering
1999-01-14
Don't prototype usage as static.
Jim Meyering
1999-01-09
s/max_n_consecutive_size_changes/max_n_consecutive_size_changes_between_opens/
Jim Meyering
1999-01-09
(parse_obsolescent_option): Interpret `number' as decimal.
Jim Meyering
1999-01-02
(parse_options): Use XARGMATCH in place of argmatch.
Jim Meyering
1999-01-01
(tail_lines, tail_bytes) [O_BINARY]: Use binary I/O when appropriate.
Jim Meyering
1999-01-01
(parse_options): Use XARGCASEMATCH in place of argmatch.
Jim Meyering
1998-12-17
New options for tail: --follow=name, --follow=descriptor, --allow-missing
Jim Meyering
1998-09-19
update bug-reporting address
Jim Meyering
1998-08-30
Don't assume ASCII.
Jim Meyering
1998-06-29
revert back to using lower case _unlocked wrapper names
Jim Meyering
1998-06-29
Change all uses of unlocked-wrapped functions to their upper case wrapper names.
Jim Meyering
[next]