Age | Commit message (Expand) | Author | Files | Lines |
2002-08-30 | Change `error (1, ...' to `error (EXIT_FAILURE, ...'. | Jim Meyering | 1 | -3/+4 |
2002-08-25 | (main): Close STDIN_FILENO rather than a literal `0'. | Jim Meyering | 1 | -1/+1 |
2002-07-29 | Adjust command examples in comments to use POSIX 1003.1-2001 option syntax. | Jim Meyering | 1 | -2/+2 |
2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering | 1 | -1/+1 |
2002-04-29 | (tail_forever): Do not treat | Jim Meyering | 1 | -7/+5 |
2002-04-29 | (parse_obsolescent_option): Do not limit the maximum | Jim Meyering | 1 | -5/+5 |
2002-02-16 | Include posixver.h. | Jim Meyering | 1 | -26/+21 |
2002-02-01 | Add more support for POSIX 1003.1-2001, which requires removal for | Jim Meyering | 1 | -10/+8 |
2002-02-01 | (start_lines): Handle the case in which bytes_read is zero. | Jim Meyering | 1 | -0/+3 |
2002-01-27 | tail -n +2 would perform an extra read after encountering EOF | Jim Meyering | 1 | -3/+14 |
2002-01-18 | (parse_obsolescent_option): Issue a warning for obsolete usage, | Jim Meyering | 1 | -2/+7 |
2002-01-16 | add 2002 to Copyright line | Jim Meyering | 1 | -1/+1 |
2002-01-16 | Add support for POSIX 1003.1-2001, which requires removal for | Jim Meyering | 1 | -8/+10 |
2001-12-03 | (usage): Don't split translatable strings in the middle of a sentence. | Jim Meyering | 1 | -3/+10 |
2001-12-01 | Reflect renaming to, and new usage of these macros: | Jim Meyering | 1 | -2/+2 |
2001-12-01 | (usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTION | Jim Meyering | 1 | -4/+2 |
2001-11-23 | Factor out some common strings to make translation easier. | Jim Meyering | 1 | -4/+8 |
2001-11-20 | remove FIXME comment about duplicate code | Jim Meyering | 1 | -1/+0 |
2001-11-19 | (xlseek): New function. | Jim Meyering | 1 | -16/+49 |
2001-11-17 | (tail_forever): Add a cast. | Jim Meyering | 1 | -1/+1 |
2001-11-14 | (file_lines): Remove unnecessary cast. | Jim Meyering | 1 | -6/+3 |
2001-11-13 | split a line that was too long | Jim Meyering | 1 | -1/+2 |
2001-11-13 | (file_lines): Add a parameter, start_pos. | Jim Meyering | 1 | -14/+16 |
2001-11-13 | (tail_lines): Move declaration of local `length' into scope where it's used. | Jim Meyering | 1 | -2/+4 |
2001-11-13 | `tail /proc/ksyms' would segfault on Linux. | Jim Meyering | 1 | -3/+3 |
2001-11-11 | (xwrite): Remove assertion that size_t N >= 0. | Jim Meyering | 1 | -1/+0 |
2001-11-11 | (usage): Split --help output into smaller pieces. | Jim Meyering | 1 | -6/+18 |
2001-11-04 | (usage): Say that | Jim Meyering | 1 | -0/+1 |
2001-09-30 | tail -F would segfault | Jim Meyering | 1 | -0/+1 |
2001-09-12 | tail: accept new option: -F, equivalent to `--follow=name --retry', | Jim Meyering | 1 | -1/+7 |
2001-07-08 | (usage): Reformat so help2man generates a properly indented man page. | Jim Meyering | 1 | -9/+10 |
2001-05-20 | (parse_obsolescent_option): Accept a b suffix. | Jim Meyering | 1 | -2/+4 |
2001-05-15 | (parse_obsolescent_option): Use t_count_lines, not | Jim Meyering | 1 | -1/+1 |
2001-03-18 | (usage): Warn that the +N form will be withdrawn. | Jim Meyering | 1 | -1/+2 |
2001-01-08 | whoops. move printf args, too | Jim Meyering | 1 | -5/+5 |
2001-01-07 | Split a string that was longer than 2048 bytes. | Jim Meyering | 1 | -1/+3 |
2000-12-03 | remove instrumentation | Jim Meyering | 1 | -22/+2 |
2000-12-03 | add instrumentation to detect some UMRs | Jim Meyering | 1 | -2/+22 |
2000-12-03 | (tail_file): Initialize ignore, dev, and ino members, | Jim Meyering | 1 | -0/+3 |
2000-12-03 | (OFF_T_MIN): Remove definition. | Jim Meyering | 1 | -8/+0 |
2000-12-03 | (parse_options): Use xstrtoumax to parse the byte and line | Jim Meyering | 1 | -10/+12 |
2000-08-06 | We know nbytes is 0, so remove it from bail-out test. | Jim Meyering | 1 | -1/+1 |
2000-08-06 | (pipe_lines): Declare local `cp' to be const. | Jim Meyering | 1 | -1/+1 |
2000-08-06 | (pipe_lines): Add variable `nbytes' so we can free | Jim Meyering | 1 | -4/+9 |
2000-06-29 | (enum): Remove comma from end of enumerator list. | Jim Meyering | 1 | -1/+1 |
2000-05-27 | Arrange to call close_stdout upon exit. | Jim Meyering | 1 | -10/+9 |
2000-04-17 | Don't remove support for --max-consecutive-size-changes just yet... | Jim Meyering | 1 | -0/+18 |
2000-04-16 | Remove option: --max-consecutive-size-changes=N. | Jim Meyering | 1 | -22/+1 |
2000-04-14 | tweak copyright date | Jim Meyering | 1 | -1/+1 |
2000-04-12 | (usage): Tweak --help output. Suggestions from Karl Berry. | Jim Meyering | 1 | -7/+11 |