tail: ignore -f for piped-stdin, as POSIX requires
[platform/upstream/coreutils.git] / src / tail.c
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...
2004-01-04 Jim Meyering(main): Warn about following stdin.
2003-11-27 Jim MeyeringInclude "c-strtod.h".
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-10-16 Jim Meyering(start_bytes): Rename local, remainder, to avoid
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-09-06 Jim Meyering(enum): Add ALLOW_MISSING_OPTION.
2003-09-05 Jim Meyering(pipe_lines, pipe_bytes): Don't assign 0 or SAFE_READ_E...
2003-09-04 Jim Meyering(pipe_lines): Don't truncate return value from safe_read.
2003-08-16 Jim Meyering(tail_lines): Fix a potential (but very hard to exercise)
2003-08-16 Jim MeyeringAn invalid initial value for *read_pos would result in
2003-08-09 Jim Meyering(main): Tweak Solaris OS version number in comment.
2003-08-09 Jim Meyering(pipe_lines): Use memchr to skip lines, rather than...
2003-08-09 Jim MeyeringAdd new undocumented option, --presume-input-pipe.
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-23 Jim MeyeringTweak comment: Solaris2.7 -> Solaris 2.7
2003-07-10 Jim Meyering(usage): Use 1024*1024 in place of 1048576.
2003-07-09 Jim Meyering(xlseek): Avoid warning about ``return without value
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-06-01 Jim MeyeringAvoid a race condition in `tail -f' described by Ken...
2003-05-13 Jim MeyeringRemove unnecessary cast of argument to free. twice...
2003-05-13 Jim MeyeringRemove unnecessary cast of argument to free.
2003-05-13 Jim MeyeringInclude "quote.h".
2003-05-10 Jim Meyering(main): Test for the case of no arguments before comput...
2003-05-01 Jim MeyeringChange type of n_units, n_bytes, n_lines to be `uintmax_t'.
2003-05-01 Jim Meyering(file_lines): Rename parameter, file_length, to end_pos.
2003-05-01 Jim Meyering(start_lines): Rewrite to use memchr. Clean up.
2003-04-11 Jim MeyeringRemove SPC in SPC-TAB sequence.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
next