tail --follow=name no longer implies --retry
[platform/upstream/coreutils.git] / src / tail.c
2011-04-25 Jim Meyeringtail --follow=name no longer implies --retry
2011-04-25 Jim Meyeringdoc: tail/inotify does use --sleep-interval=S, with...
2011-01-24 Jim Meyeringtail: avoid new diagnostic when applying -f to a pipe...
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-12-28 Paul Eggertcoreutils: keep lines within 80-column limits
2010-12-14 Jim Meyeringdoc: tail: semi-deprecate --sleep-interval and --max...
2010-10-25 Pádraig Bradytail: support rechecking currently missing remote dirs
2010-10-12 Pádraig Bradytail: fix checking of currently unavailable directories
2010-06-08 Jim Meyeringmaint: adjust INT_BUFSIZE_BOUND usage for maintainability
2010-04-04 Marc Kleine-Buddetail: include sys/vfs.h (if possible) when sys/statfs...
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-12-31 Jim Meyeringdoc: update tail's documentation to allow for new ...
2009-12-30 Giuseppe Scrivanotail -F: don't stop following the target of a rename
2009-12-29 Giuseppe Scrivanotail: remove `fdspec' from the hash table before changi...
2009-12-29 Jim Meyeringtail: rename an internal variable
2009-12-29 Jim Meyeringtail: avoid read-beyond-end-of-buffer error
2009-12-26 Jim Meyeringtail: shrink internal struct by 8 bytes
2009-12-25 Jim Meyeringmaint: tail: avoid in-function #if directives
2009-12-25 Pádraig Bradytail: fix --follow to not use inotify on remote files
2009-12-11 Jim Meyeringtail: don't call fstat on an uninitialized FD
2009-11-24 Eric Blakebuild: fix link failure on cygwin
2009-11-16 Jim Meyeringtail -F can fail to track a file after it's been rotated
2009-10-22 Giuseppe Scrivanotail -f: avoid a race condition
2009-10-13 C de-Avilleztail: add add missing backslash at the end of a line...
2009-10-12 Eric Blaketail: tweak usage for more clarity
2009-10-02 Pádraig Bradytail: avoid a race where we could miss new data with...
2009-09-23 Pádraig Bradymaint: Use logical rather than bitwise operators on...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-09-08 Jim Meyeringtail: make the new piped-stdin test as portable as...
2009-09-07 Jim Meyeringtail: syntax-only: use "false", rather than equivalent, 0
2009-09-07 Jim Meyeringtail: ignore -f for piped-stdin, as POSIX requires
2009-09-07 Jim Meyeringtail: don't give up on inotify mode for an already...
2009-09-07 Jim Meyeringtail -f: handle "-"/stdin once again
2009-09-06 Jim Meyeringtail: flush initial output before possibly blocking
2009-09-05 Pádraig Bradydoc: make the tail --sleep-interval help less confusing
2009-09-05 Pádraig Bradytests: test old tail -f method even on systems with...
2009-09-01 Jim Meyeringmaint: tail: remove unnecessary initialization
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-08-13 Pádraig Bradytail: fix tail -f failure when inotify used
2009-07-30 Jim Meyeringtail: tweak indentation
2009-07-30 Pádraig Bradytail: properly parse fractional seconds when monitoring...
2009-07-30 Giuseppe Scrivanotail: exit successfully upon watched process death
2009-07-28 Giuseppe Scrivanotail: use the inotify backend also with --pid=PID
2009-07-11 Jim Meyeringtail: adjust type of a local variable
2009-07-08 Jim Meyeringtail: use size_t for counter and index variables, ...
2009-07-08 Jim Meyeringtail: declare "file descriptor" variable to be "int...
2009-07-03 Giuseppe Scrivanotail: avoid an inotify portability problem in kernels...
2009-06-29 Jim Meyeringtail: add comments noting potential inotify-related...
2009-06-15 Giuseppe Scrivanotail: use inotify if it is available
2009-05-29 Eric Blakehead, tail: make --help less ambiguous
2008-11-10 Jim Meyeringavoid warnings about discarding "qualifiers from pointe...
2008-11-10 Jim Meyeringuse xfreopen in place of unchecked freopen
2008-09-19 Benno Schulenbergtail: gettextize the string, "standard input"
2008-09-19 Benno Schulenbergtail --help: move the --retry entry into alphabetical...
2008-06-27 Jim Meyeringfactor out time_t-to-string conversion idiom
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringconvert the rest to use proper_name -- manually
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-05-03 Paul EggertThe following commands and options now support the...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-12-27 Jim Meyering* src/tail.c (usage): Mention +N for --bytes and -...
2006-10-24 Jim Meyering* src/cat.c (infile): Add "const" to declaration.
2006-09-08 Paul Eggerttail now ignores the -f option if POSIXLY_CORRECT is...
2006-08-29 Paul Eggert* bootstrap.conf (gnulib_modules): Add isapipe.
2006-07-01 Paul Eggert(main): With no operand, 'tail -f' now silently ignores...
2006-01-31 Paul Eggert(parse_options): Use a better diagnostic when someone...
2006-01-24 Jim Meyering(tail_forever): Don't exit-nonzero when an attempt
2006-01-05 Jim Meyering(ENOSYS) [!defined ENOSYS]: Don't define here.
2006-01-02 Jim Meyering(parse_options): Change warning to say that --retry
2005-12-03 Jim Meyering(long_options): Change the name of each undocumented...
2005-11-01 Paul Eggert(parse_obsolete_option): Implement fix for "tail -c...
2005-10-15 Jim Meyering(parse_options): Remove --allow-missing option.
2005-09-16 Paul EggertInclude stat-time.h, and use its functions instead...
2005-08-22 Jim Meyering(xwrite_stdout): Rename from xwrite. Remove always...
2005-07-11 Paul Eggert(tail_bytes, tail_lines, tail_file, main):
2005-07-03 Paul EggertInclude fcntl--.h, not unistd-safer.h.
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-04-26 Paul Eggert(parse_obsolete_option): Don't complain about -NUM.
2005-04-11 Paul EggertInclude unistd-safer.h rather than fcntl-safer.h.
2005-03-28 Jim Meyering(follow_mode_string): Use NULL, not `0'.
2005-01-14 Jim MeyeringThe test, tests/tail/f-1, failed on powerpc-apple-darwi...
2004-12-04 Paul Eggert(tail_file): Set errnum to -1 if the initial "tail...
2004-09-28 Jim Meyering(usage): Clarify: --retry works only with --follow...
2004-09-23 Paul Eggert(parse_obsolete_option): Bring back support
2004-09-21 Paul EggertRemove unused "case 0".
2004-09-10 Paul Eggert(parse_obsolete_option): Renamed from
2004-08-02 Paul Eggert(struct File_spec, reopen_inaccessible_files, count_lines,
2004-07-23 Paul EggertInclude fcntl-safer.h.
2004-07-22 Paul Eggert(main): Ignore -f if no file operand is specified
2004-06-15 Jim Meyering(parse_obsolescent_option): Support multiple file operands
2004-05-06 Jim Meyering(main): Use xnmalloc, rather than xmalloc.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2004-01-12 Jim Meyering(main): Warn about following stdin only when it's a...
next