Age | Commit message (Expand) | Author |
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 |
2003-06-17 | (main): Call initialize_main. | Jim Meyering |
2003-06-01 | Avoid a race condition in `tail -f' described by Ken Raeburn in | Jim Meyering |
2003-05-13 | Remove unnecessary cast of argument to free. twice more | Jim Meyering |
2003-05-13 | Remove unnecessary cast of argument to free. | Jim Meyering |
2003-05-13 | Include "quote.h". | Jim Meyering |
2003-05-10 | (main): Test for the case of no arguments before computing n_files. | Jim Meyering |
2003-05-01 | Change type of n_units, n_bytes, n_lines to be `uintmax_t'. | Jim Meyering |
2003-05-01 | (file_lines): Rename parameter, file_length, to end_pos. | Jim Meyering |
2003-05-01 | (start_lines): Rewrite to use memchr. Clean up. | Jim Meyering |
2003-04-11 | Remove SPC in SPC-TAB sequence. | Jim Meyering |
2003-04-11 | Remove anachronistic casts of xmalloc, | Jim Meyering |
2002-11-05 | (xlseek): | Jim Meyering |
2002-10-12 | tail -c +N would perform an extra read after encountering EOF | Jim Meyering |
2002-10-03 | Mark translatable string with `N_ (...)'. | Jim Meyering |
2002-09-29 | (parse_options): Give a sensible diagnostic for | Jim Meyering |
2002-09-28 | (tail_bytes): Change type of bytes_remaining to off_t | Jim Meyering |
2002-09-12 | Include xnanosleep.h and xstrtod.h. | Jim Meyering |
2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering |
2002-08-30 | Change `error (1, ...' to `error (EXIT_FAILURE, ...'. | Jim Meyering |
2002-08-25 | (main): Close STDIN_FILENO rather than a literal `0'. | Jim Meyering |
2002-07-29 | Adjust command examples in comments to use POSIX 1003.1-2001 option syntax. | Jim Meyering |
2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering |
2002-04-29 | (tail_forever): Do not treat | Jim Meyering |
2002-04-29 | (parse_obsolescent_option): Do not limit the maximum | Jim Meyering |
2002-02-16 | Include posixver.h. | Jim Meyering |
2002-02-01 | Add more support for POSIX 1003.1-2001, which requires removal for | Jim Meyering |
2002-02-01 | (start_lines): Handle the case in which bytes_read is zero. | Jim Meyering |
2002-01-27 | tail -n +2 would perform an extra read after encountering EOF | Jim Meyering |
2002-01-18 | (parse_obsolescent_option): Issue a warning for obsolete usage, | Jim Meyering |