aboutsummaryrefslogtreecommitdiffstats
path: root/src/tail.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-25global: convert indentation-TABs to spacesJim Meyering1-557/+557
2009-08-13tail: fix tail -f failure when inotify usedPádraig Brady1-3/+2
2009-07-30tail: tweak indentationJim Meyering1-1/+1
2009-07-30tail: properly parse fractional seconds when monitoring a pidPádraig Brady1-1/+1
2009-07-30tail: exit successfully upon watched process deathGiuseppe Scrivano1-1/+1
2009-07-28tail: use the inotify backend also with --pid=PIDGiuseppe Scrivano1-11/+41
2009-07-11tail: adjust type of a local variableJim Meyering1-1/+1
2009-07-08tail: use size_t for counter and index variables, ...Jim Meyering1-9/+9
2009-07-08tail: declare "file descriptor" variable to be "int", not size_tJim Meyering1-1/+1
2009-07-03tail: avoid an inotify portability problem in kernels prior to 2.6.21Giuseppe Scrivano1-3/+4
2009-06-29tail: add comments noting potential inotify-related problemsJim Meyering1-2/+6
2009-06-15tail: use inotify if it is availableGiuseppe Scrivano1-8/+267
2009-05-29head, tail: make --help less ambiguousEric Blake1-8/+9
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering1-1/+1
2008-11-10use xfreopen in place of unchecked freopenJim Meyering1-2/+3
2008-09-19tail: gettextize the string, "standard input"Benno Schulenberg1-1/+1
2008-09-19tail --help: move the --retry entry into alphabetical orderBenno Schulenberg1-5/+6
2008-06-27factor out time_t-to-string conversion idiomJim Meyering1-1/+0
2008-06-16remove redundant const directivesJim Meyering1-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering1-1/+1
2008-06-03use gnulib's progname moduleJim Meyering1-4/+1
2008-06-02declare program_name consistentlyJim Meyering1-1/+1
2008-05-26convert the rest to use proper_name -- manuallyJim Meyering1-2/+5
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2007-05-03The following commands and options now support the standard sizePaul Eggert1-2/+3
2007-03-28Help translators include translation team's web or email address.Jim Meyering1-1/+1
2006-12-27* src/tail.c (usage): Mention +N for --bytes and --lines.Jim Meyering1-2/+4
2006-10-25* src/cat.c (infile): Add "const" to declaration.Jim Meyering1-1/+1
2006-09-08tail now ignores the -f option if POSIXLY_CORRECT is set,Paul Eggert1-3/+8
2006-08-29* bootstrap.conf (gnulib_modules): Add isapipe.Paul Eggert1-12/+8
2006-07-01(main): With no operand, 'tail -f' now silently ignores the '-f'Paul Eggert1-4/+11
2006-01-31(parse_options): Use a better diagnostic when someone uses a trailingPaul Eggert1-1/+7
2006-01-24(tail_forever): Don't exit-nonzero when an attemptJim Meyering1-6/+17
2006-01-05(ENOSYS) [!defined ENOSYS]: Don't define here.Jim Meyering1-6/+0
2006-01-02(parse_options): Change warning to say that --retryJim Meyering1-2/+2
2005-12-03(long_options): Change the name of each undocumented, for-Jim Meyering1-1/+1
2005-11-01(parse_obsolete_option): Implement fix for "tail -c 2 FILE".Paul Eggert1-5/+7
2005-10-15(parse_options): Remove --allow-missing option.Jim Meyering1-7/+0
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert1-8/+6
2005-08-22(xwrite_stdout): Rename from xwrite. Remove always-equal-to-STDOUT_FILENOJim Meyering1-10/+9
2005-07-11(tail_bytes, tail_lines, tail_file, main):Paul Eggert1-9/+6
2005-07-03Include fcntl--.h, not unistd-safer.h.Paul Eggert1-6/+3
2005-06-16Don't embed `this'-style quotes in format strings.Jim Meyering1-10/+10
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-04-26(parse_obsolete_option): Don't complain about -NUM.Paul Eggert1-17/+6
2005-04-11Include unistd-safer.h rather than fcntl-safer.h.Paul Eggert1-3/+4
2005-03-28(follow_mode_string): Use NULL, not `0'.Jim Meyering1-1/+1
2005-01-14The test, tests/tail/f-1, failed on powerpc-apple-darwin7.7.0.Jim Meyering1-3/+9