summaryrefslogtreecommitdiff
path: root/src/tail.c
AgeCommit message (Expand)Author
2011-01-24tail: avoid new diagnostic when applying -f to a pipe on linux-2.3.38Jim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-12-14doc: tail: semi-deprecate --sleep-interval and --max-unchanged-statsJim Meyering
2010-10-25tail: support rechecking currently missing remote dirsPádraig Brady
2010-10-12tail: fix checking of currently unavailable directoriesPádraig Brady
2010-06-08maint: adjust INT_BUFSIZE_BOUND usage for maintainabilityJim Meyering
2010-04-04tail: include sys/vfs.h (if possible) when sys/statfs.h is absentMarc Kleine-Budde
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-12-31doc: update tail's documentation to allow for new -F semanticsJim Meyering
2009-12-30tail -F: don't stop following the target of a renameGiuseppe Scrivano
2009-12-29tail: remove `fdspec' from the hash table before changing its keyGiuseppe Scrivano
2009-12-29tail: rename an internal variableJim Meyering
2009-12-29tail: avoid read-beyond-end-of-buffer errorJim Meyering
2009-12-26tail: shrink internal struct by 8 bytesJim Meyering
2009-12-25maint: tail: avoid in-function #if directivesJim Meyering
2009-12-25tail: fix --follow to not use inotify on remote filesPádraig Brady
2009-12-11tail: don't call fstat on an uninitialized FDJim Meyering
2009-11-24build: fix link failure on cygwinEric Blake
2009-11-16tail -F can fail to track a file after it's been rotatedJim Meyering
2009-10-22tail -f: avoid a race conditionGiuseppe Scrivano
2009-10-13tail: add add missing backslash at the end of a line in usageC de-Avillez
2009-10-12tail: tweak usage for more clarityEric Blake
2009-10-02tail: avoid a race where we could miss new data with --pidPádraig Brady
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-08tail: make the new piped-stdin test as portable as the old oneJim Meyering
2009-09-07tail: syntax-only: use "false", rather than equivalent, 0Jim Meyering
2009-09-07tail: ignore -f for piped-stdin, as POSIX requiresJim Meyering
2009-09-07tail: don't give up on inotify mode for an already-ignored "-"Jim Meyering
2009-09-07tail -f: handle "-"/stdin once againJim Meyering
2009-09-06tail: flush initial output before possibly blockingJim Meyering
2009-09-05doc: make the tail --sleep-interval help less confusingPádraig Brady
2009-09-05tests: test old tail -f method even on systems with inotifyPádraig Brady
2009-09-01maint: tail: remove unnecessary initializationJim Meyering
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-08-13tail: fix tail -f failure when inotify usedPádraig Brady
2009-07-30tail: tweak indentationJim Meyering
2009-07-30tail: properly parse fractional seconds when monitoring a pidPádraig Brady
2009-07-30tail: exit successfully upon watched process deathGiuseppe Scrivano
2009-07-28tail: use the inotify backend also with --pid=PIDGiuseppe Scrivano
2009-07-11tail: adjust type of a local variableJim Meyering
2009-07-08tail: use size_t for counter and index variables, ...Jim Meyering
2009-07-08tail: declare "file descriptor" variable to be "int", not size_tJim Meyering
2009-07-03tail: avoid an inotify portability problem in kernels prior to 2.6.21Giuseppe Scrivano
2009-06-29tail: add comments noting potential inotify-related problemsJim Meyering
2009-06-15tail: use inotify if it is availableGiuseppe Scrivano
2009-05-29head, tail: make --help less ambiguousEric Blake
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering
2008-11-10use xfreopen in place of unchecked freopenJim Meyering