Age | Commit message (Expand) | Author |
2009-10-13 | tail: add add missing backslash at the end of a line in usage | C de-Avillez |
2009-10-12 | tail: tweak usage for more clarity | Eric Blake |
2009-10-02 | tail: avoid a race where we could miss new data with --pid | Pádraig Brady |
2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-09-08 | tail: make the new piped-stdin test as portable as the old one | Jim Meyering |
2009-09-07 | tail: syntax-only: use "false", rather than equivalent, 0 | Jim Meyering |
2009-09-07 | tail: ignore -f for piped-stdin, as POSIX requires | Jim Meyering |
2009-09-07 | tail: don't give up on inotify mode for an already-ignored "-" | Jim Meyering |
2009-09-07 | tail -f: handle "-"/stdin once again | Jim Meyering |
2009-09-06 | tail: flush initial output before possibly blocking | Jim Meyering |
2009-09-05 | doc: make the tail --sleep-interval help less confusing | Pádraig Brady |
2009-09-05 | tests: test old tail -f method even on systems with inotify | Pádraig Brady |
2009-09-01 | maint: tail: remove unnecessary initialization | Jim Meyering |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-08-13 | tail: fix tail -f failure when inotify used | Pádraig Brady |
2009-07-30 | tail: tweak indentation | Jim Meyering |
2009-07-30 | tail: properly parse fractional seconds when monitoring a pid | Pádraig Brady |
2009-07-30 | tail: exit successfully upon watched process death | Giuseppe Scrivano |
2009-07-28 | tail: use the inotify backend also with --pid=PID | Giuseppe Scrivano |
2009-07-11 | tail: adjust type of a local variable | Jim Meyering |
2009-07-08 | tail: use size_t for counter and index variables, ... | Jim Meyering |
2009-07-08 | tail: declare "file descriptor" variable to be "int", not size_t | Jim Meyering |
2009-07-03 | tail: avoid an inotify portability problem in kernels prior to 2.6.21 | Giuseppe Scrivano |
2009-06-29 | tail: add comments noting potential inotify-related problems | Jim Meyering |
2009-06-15 | tail: use inotify if it is available | Giuseppe Scrivano |
2009-05-29 | head, tail: make --help less ambiguous | Eric Blake |
2008-11-10 | avoid warnings about discarding "qualifiers from pointer target type" | Jim Meyering |
2008-11-10 | use xfreopen in place of unchecked freopen | Jim Meyering |
2008-09-19 | tail: gettextize the string, "standard input" | Benno Schulenberg |
2008-09-19 | tail --help: move the --retry entry into alphabetical order | Benno Schulenberg |
2008-06-27 | factor out time_t-to-string conversion idiom | Jim Meyering |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-14 | add "const" attribute, where possible | Jim Meyering |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | convert the rest to use proper_name -- manually | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-05-03 | The following commands and options now support the standard size | Paul Eggert |
2007-03-28 | Help 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-08 | tail 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 trailing | Paul Eggert |
2006-01-24 | (tail_forever): Don't exit-nonzero when an attempt | Jim Meyering |
2006-01-05 | (ENOSYS) [!defined ENOSYS]: Don't define here. | Jim Meyering |
2006-01-02 | (parse_options): Change warning to say that --retry | Jim Meyering |