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
2017-01-21
maint: appease syntax-check failures due to recent updates
Assaf Gordon
2017-01-14
maint: modernize URLs
Paul Eggert
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
2016-11-27
tail: fix uninitialized memory read when failing to read file
Pádraig Brady
2016-11-24
tail: fix checking of remoteness when not using inotify
Pádraig Brady
2016-11-10
tail: only retry file open if --retry specifed
Pádraig Brady
2016-11-09
tail: ensure -f --retry 'missing' handles truncation
Pádraig Brady
2016-11-09
tail: avoid outputting repeated data with remote files
Pádraig Brady
2016-11-08
tail: terminate when following pipes and untailable non pipes
Pádraig Brady
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
2016-10-15
build: add die.h; avoid new warnings from GCC 7
Jim Meyering
2016-09-28
tail: -F now always processes initially untailable files
Pádraig Brady
2016-02-23
all: be less strict about usage if POSIX 2008
Paul Eggert
2016-01-19
tail: disable inotify with only non existent files
Pádraig Brady
2016-01-13
head,tail: add the -z,--zero-terminated option
Richard Russon
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
2015-11-30
doc: avoid confusing K argument in the man pages of head and tail
Bernhard Voelker
2015-11-04
all: avoid quoting file names when possible
Pádraig Brady
2015-10-27
all: quote string arguments in error messages
Pádraig Brady
2015-10-12
tail: no longer warn about unrecognized file systems
Pádraig Brady
2015-10-03
tail: handle kernel dentry unlink race
Pádraig Brady
2015-09-04
maint: avoid "definitely lost" valgrind warnings
Pádraig Brady
2015-06-09
tail: display consistent diagnostics upon file replacement
Pádraig Brady
2015-06-09
tail: display file headers correctly with inotify
Pádraig Brady
2015-05-11
tail: consistently output all data for truncated files
Pádraig Brady
2015-05-11
tail: fix inotify startup races
Pádraig Brady
2015-04-30
doc: standardize messages about the '-' stdin FILE
Pádraig Brady
2015-04-22
maint: avoid -Werror=strict-overflow warnings with GCC 5
Pádraig Brady
2015-03-31
tail: fix -f to follow changes after a rename
Stephane Chazelas
2015-02-06
maint: document a caveat in the tail inotify implementation
Pádraig Brady
2015-02-06
tail: return inotify resources where possible
Pádraig Brady
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
2014-12-19
diagnose too-large numbers better
Pádraig Brady
2014-10-07
wc: don't miscount /sys and similar file systems
Paul Eggert
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
2014-02-09
head,tail: consistently diagnose write errors
Pádraig Brady
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
2013-12-09
tail: use consistent diagnostics with and without inotify
Pádraig Brady
2013-11-27
tail: improve inotify handling of symlinks
Pádraig Brady
2013-08-05
doc: more semicolons instead of periods in option descriptions
Benno Schulenberg
2013-08-01
doc: use semicolon instead of period in option descriptions
Benno Schulenberg
2013-05-18
maint: port --enable-gcc-warnings to clang
Paul Eggert
2013-04-20
tail: exit following by descriptor when no tailable file left
Bernhard Voelker
2013-04-20
tail: let -f --retry wait for inaccessible files
Bernhard Voelker
2013-04-04
tail: exit without reading input if would never output
Pádraig Brady
2013-01-23
maint: define usage note about mandatory args centrally
Bernhard Voelker
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
2012-08-03
tail: avoid rare error-path FD leak
Jim Meyering
2012-07-25
tail: avoid misleading diagnostic upon fstat failure
Jim Meyering
[next]