summaryrefslogtreecommitdiff
path: root/src/tail.c
AgeCommit message (Expand)Author
2002-04-29(tail_forever): Do not treatJim Meyering
2002-04-29(parse_obsolescent_option): Do not limit the maximumJim Meyering
2002-02-16Include posixver.h.Jim Meyering
2002-02-01Add more support for POSIX 1003.1-2001, which requires removal forJim Meyering
2002-02-01(start_lines): Handle the case in which bytes_read is zero.Jim Meyering
2002-01-27tail -n +2 would perform an extra read after encountering EOFJim Meyering
2002-01-18(parse_obsolescent_option): Issue a warning for obsolete usage,Jim Meyering
2002-01-16add 2002 to Copyright lineJim Meyering
2002-01-16Add support for POSIX 1003.1-2001, which requires removal forJim Meyering
2001-12-03(usage): Don't split translatable strings in the middle of a sentence.Jim Meyering
2001-12-01Reflect renaming to, and new usage of these macros:Jim Meyering
2001-12-01(usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering
2001-11-23Factor out some common strings to make translation easier.Jim Meyering
2001-11-20remove FIXME comment about duplicate codeJim Meyering
2001-11-19(xlseek): New function.Jim Meyering
2001-11-17(tail_forever): Add a cast.Jim Meyering
2001-11-14(file_lines): Remove unnecessary cast.Jim Meyering
2001-11-13split a line that was too longJim Meyering
2001-11-13(file_lines): Add a parameter, start_pos.Jim Meyering
2001-11-13(tail_lines): Move declaration of local `length' into scope where it's used.Jim Meyering
2001-11-13`tail /proc/ksyms' would segfault on Linux.Jim Meyering
2001-11-11(xwrite): Remove assertion that size_t N >= 0.Jim Meyering
2001-11-11(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-04(usage): Say thatJim Meyering
2001-09-30tail -F would segfaultJim Meyering
2001-09-12tail: accept new option: -F, equivalent to `--follow=name --retry',Jim Meyering
2001-07-08(usage): Reformat so help2man generates a properly indented man page.Jim Meyering
2001-05-20(parse_obsolescent_option): Accept a b suffix.Jim Meyering
2001-05-15(parse_obsolescent_option): Use t_count_lines, notJim Meyering
2001-03-18(usage): Warn that the +N form will be withdrawn.Jim Meyering
2001-01-08whoops. move printf args, tooJim Meyering
2001-01-07Split a string that was longer than 2048 bytes.Jim Meyering
2000-12-03remove instrumentationJim Meyering
2000-12-03add instrumentation to detect some UMRsJim Meyering
2000-12-03(tail_file): Initialize ignore, dev, and ino members,Jim Meyering
2000-12-03(OFF_T_MIN): Remove definition.Jim Meyering
2000-12-03(parse_options): Use xstrtoumax to parse the byte and lineJim Meyering
2000-08-06We know nbytes is 0, so remove it from bail-out test.Jim Meyering
2000-08-06(pipe_lines): Declare local `cp' to be const.Jim Meyering
2000-08-06(pipe_lines): Add variable `nbytes' so we can freeJim Meyering
2000-06-29(enum): Remove comma from end of enumerator list.Jim Meyering
2000-05-27Arrange to call close_stdout upon exit.Jim Meyering
2000-04-17Don't remove support for --max-consecutive-size-changes just yet...Jim Meyering
2000-04-16Remove option: --max-consecutive-size-changes=N.Jim Meyering
2000-04-14tweak copyright dateJim Meyering
2000-04-12(usage): Tweak --help output. Suggestions from Karl Berry.Jim Meyering
2000-04-09(usage): Clarify descriptions of the --max-* options.Jim Meyering
2000-03-04Once we encounter a file that is not of IS_TAILABLE_FILE_TYPE,Jim Meyering
2000-03-04Don't get failed assertion for `tail -f directory'.Jim Meyering
1999-12-05(main): Flush stdout before switching to unbuffered modeJim Meyering