| Age | Commit message (Expand) | Author | Lines |
| 2008-11-10 | avoid warnings about discarding "qualifiers from pointer target type" | Jim Meyering | -1/+1 |
| 2008-11-10 | use xfreopen in place of unchecked freopen | Jim Meyering | -2/+3 |
| 2008-09-19 | tail: gettextize the string, "standard input" | Benno Schulenberg | -1/+1 |
| 2008-09-19 | tail --help: move the --retry entry into alphabetical order | Benno Schulenberg | -5/+6 |
| 2008-06-27 | factor out time_t-to-string conversion idiom | Jim Meyering | -1/+0 |
| 2008-06-16 | remove redundant const directives | Jim Meyering | -1/+1 |
| 2008-06-14 | add "const" attribute, where possible | Jim Meyering | -1/+1 |
| 2008-06-03 | use gnulib's progname module | Jim Meyering | -4/+1 |
| 2008-06-02 | declare program_name consistently | Jim Meyering | -1/+1 |
| 2008-05-26 | convert the rest to use proper_name -- manually | Jim Meyering | -2/+5 |
| 2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | -5/+4 |
| 2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | -1/+1 |
| 2007-05-03 | The following commands and options now support the standard size | Paul Eggert | -2/+3 |
| 2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering | -1/+1 |
| 2006-12-27 | * src/tail.c (usage): Mention +N for --bytes and --lines. | Jim Meyering | -2/+4 |
| 2006-10-25 | * src/cat.c (infile): Add "const" to declaration. | Jim Meyering | -1/+1 |
| 2006-09-08 | tail now ignores the -f option if POSIXLY_CORRECT is set, | Paul Eggert | -3/+8 |
| 2006-08-29 | * bootstrap.conf (gnulib_modules): Add isapipe. | Paul Eggert | -12/+8 |
| 2006-07-01 | (main): With no operand, 'tail -f' now silently ignores the '-f' | Paul Eggert | -4/+11 |
| 2006-01-31 | (parse_options): Use a better diagnostic when someone uses a trailing | Paul Eggert | -1/+7 |
| 2006-01-24 | (tail_forever): Don't exit-nonzero when an attempt | Jim Meyering | -6/+17 |
| 2006-01-05 | (ENOSYS) [!defined ENOSYS]: Don't define here. | Jim Meyering | -6/+0 |
| 2006-01-02 | (parse_options): Change warning to say that --retry | Jim Meyering | -2/+2 |
| 2005-12-03 | (long_options): Change the name of each undocumented, for- | Jim Meyering | -1/+1 |
| 2005-11-01 | (parse_obsolete_option): Implement fix for "tail -c 2 FILE". | Paul Eggert | -5/+7 |
| 2005-10-15 | (parse_options): Remove --allow-missing option. | Jim Meyering | -7/+0 |
| 2005-09-16 | Include stat-time.h, and use its functions instead of the obsolete | Paul Eggert | -8/+6 |
| 2005-08-22 | (xwrite_stdout): Rename from xwrite. Remove always-equal-to-STDOUT_FILENO | Jim Meyering | -10/+9 |
| 2005-07-11 | (tail_bytes, tail_lines, tail_file, main): | Paul Eggert | -9/+6 |
| 2005-07-03 | Include fcntl--.h, not unistd-safer.h. | Paul Eggert | -6/+3 |
| 2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering | -10/+10 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-04-26 | (parse_obsolete_option): Don't complain about -NUM. | Paul Eggert | -17/+6 |
| 2005-04-11 | Include unistd-safer.h rather than fcntl-safer.h. | Paul Eggert | -3/+4 |
| 2005-03-28 | (follow_mode_string): Use NULL, not `0'. | Jim Meyering | -1/+1 |
| 2005-01-14 | The test, tests/tail/f-1, failed on powerpc-apple-darwin7.7.0. | Jim Meyering | -3/+9 |
| 2004-12-04 | (tail_file): Set errnum to -1 if the initial "tail" failed. | Paul Eggert | -1/+1 |
| 2004-09-28 | (usage): Clarify: --retry works only with --follow=name. | Jim Meyering | -2/+3 |
| 2004-09-23 | (parse_obsolete_option): Bring back support | Paul Eggert | -32/+29 |
| 2004-09-21 | Remove unused "case 0". | Paul Eggert | -3/+0 |
| 2004-09-10 | (parse_obsolete_option): Renamed from | Paul Eggert | -122/+70 |
| 2004-08-02 | (struct File_spec, reopen_inaccessible_files, count_lines, | Paul Eggert | -130/+131 |
| 2004-07-23 | Include fcntl-safer.h. | Paul Eggert | -133/+139 |
| 2004-07-22 | (main): Ignore -f if no file operand is specified | Paul Eggert | -0/+9 |
| 2004-06-15 | (parse_obsolescent_option): Support multiple file operands | Jim Meyering | -22/+0 |
| 2004-05-06 | (main): Use xnmalloc, rather than xmalloc. | Jim Meyering | -1/+1 |
| 2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering | -2/+2 |
| 2004-01-12 | (main): Warn about following stdin only when it's a tty. | Jim Meyering | -1/+1 |
| 2004-01-04 | (main): Warn about following stdin. | Jim Meyering | -2/+20 |