summaryrefslogtreecommitdiff
path: root/src/tail.c
AgeCommit message (Expand)Author
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
2008-09-19tail: gettextize the string, "standard input"Benno Schulenberg
2008-09-19tail --help: move the --retry entry into alphabetical orderBenno Schulenberg
2008-06-27factor out time_t-to-string conversion idiomJim Meyering
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26convert the rest to use proper_name -- manuallyJim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-05-03The following commands and options now support the standard sizePaul Eggert
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2006-12-27* src/tail.c (usage): Mention +N for --bytes and --lines.Jim Meyering
2006-10-25* src/cat.c (infile): Add "const" to declaration.Jim Meyering
2006-09-08tail now ignores the -f option if POSIXLY_CORRECT is set,Paul Eggert
2006-08-29* bootstrap.conf (gnulib_modules): Add isapipe.Paul Eggert
2006-07-01(main): With no operand, 'tail -f' now silently ignores the '-f'Paul Eggert
2006-01-31(parse_options): Use a better diagnostic when someone uses a trailingPaul Eggert
2006-01-24(tail_forever): Don't exit-nonzero when an attemptJim Meyering
2006-01-05(ENOSYS) [!defined ENOSYS]: Don't define here.Jim Meyering
2006-01-02(parse_options): Change warning to say that --retryJim Meyering
2005-12-03(long_options): Change the name of each undocumented, for-Jim Meyering
2005-11-01(parse_obsolete_option): Implement fix for "tail -c 2 FILE".Paul Eggert
2005-10-15(parse_options): Remove --allow-missing option.Jim Meyering