summaryrefslogtreecommitdiff
path: root/src/tail.c
AgeCommit message (Expand)Author
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-08-03tail: avoid rare error-path FD leakJim Meyering
2012-07-25tail: avoid misleading diagnostic upon fstat failureJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-02build: tail: avoid type/format mismatch warning from gccJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-12-28tail: avoid theoretically undefined behaviorJim Meyering
2011-12-23tail: with -f, use polling when a file is on an FS of unknown typeJim Meyering
2011-12-22tail,stat: add support for FhGFSJim Meyering
2011-10-21tail: with -f, use nanosleep (not inotify) on a GPFS file systemMartial Bornet
2011-06-01tail: fix an inconsequential bug spotted by coverityJim Meyering
2011-05-11maint: tail: mark a global variable as staticJim Meyering
2011-04-25tail --follow=name no longer implies --retryJim Meyering
2011-04-25doc: tail/inotify does use --sleep-interval=S, with --pid=PJim Meyering
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