Age | Commit message (Expand) | Author |
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 |
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 |
2005-09-16 | Include stat-time.h, and use its functions instead of the obsolete | Paul Eggert |
2005-08-22 | (xwrite_stdout): Rename from xwrite. Remove always-equal-to-STDOUT_FILENO | Jim Meyering |
2005-07-11 | (tail_bytes, tail_lines, tail_file, main): | Paul Eggert |
2005-07-03 | Include fcntl--.h, not unistd-safer.h. | Paul Eggert |
2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-04-26 | (parse_obsolete_option): Don't complain about -NUM. | Paul Eggert |
2005-04-11 | Include unistd-safer.h rather than fcntl-safer.h. | Paul Eggert |
2005-03-28 | (follow_mode_string): Use NULL, not `0'. | Jim Meyering |
2005-01-14 | The test, tests/tail/f-1, failed on powerpc-apple-darwin7.7.0. | Jim Meyering |
2004-12-04 | (tail_file): Set errnum to -1 if the initial "tail" failed. | Paul Eggert |
2004-09-28 | (usage): Clarify: --retry works only with --follow=name. | Jim Meyering |
2004-09-23 | (parse_obsolete_option): Bring back support | Paul Eggert |
2004-09-21 | Remove unused "case 0". | Paul Eggert |
2004-09-10 | (parse_obsolete_option): Renamed from | Paul Eggert |
2004-08-02 | (struct File_spec, reopen_inaccessible_files, count_lines, | Paul Eggert |
2004-07-23 | Include fcntl-safer.h. | Paul Eggert |
2004-07-22 | (main): Ignore -f if no file operand is specified | Paul Eggert |
2004-06-15 | (parse_obsolescent_option): Support multiple file operands | Jim Meyering |
2004-05-06 | (main): Use xnmalloc, rather than xmalloc. | Jim Meyering |
2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering |
2004-01-12 | (main): Warn about following stdin only when it's a tty. | Jim Meyering |
2004-01-04 | (main): Warn about following stdin. | Jim Meyering |
2003-11-27 | Include "c-strtod.h". | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering |
2003-10-16 | (start_bytes): Rename local, remainder, to avoid | Jim Meyering |
2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering |
2003-09-18 | revert previous change | Jim Meyering |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering |
2003-09-06 | (enum): Add ALLOW_MISSING_OPTION. | Jim Meyering |
2003-09-05 | (pipe_lines, pipe_bytes): Don't assign 0 or SAFE_READ_ERROR to tmp->nbytes. | Jim Meyering |
2003-09-04 | (pipe_lines): Don't truncate return value from safe_read. | Jim Meyering |
2003-08-16 | (tail_lines): Fix a potential (but very hard to exercise) | Jim Meyering |
2003-08-16 | An invalid initial value for *read_pos would result in | Jim Meyering |
2003-08-09 | (main): Tweak Solaris OS version number in comment. | Jim Meyering |
2003-08-09 | (pipe_lines): Use memchr to skip lines, rather than an explicit loop. | Jim Meyering |
2003-08-09 | Add new undocumented option, --presume-input-pipe. | Jim Meyering |
2003-07-23 | Don't include headers already included by system.h: | Jim Meyering |
2003-07-23 | Tweak comment: Solaris2.7 -> Solaris 2.7 | Jim Meyering |
2003-07-10 | (usage): Use 1024*1024 in place of 1048576. | Jim Meyering |
2003-07-09 | (xlseek): Avoid warning about ``return without value | Jim Meyering |