Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change
[platform/upstream/coreutils.git] / src / tail.c
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-10-16 Jim Meyering(start_bytes): Rename local, remainder, to avoid
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-09-06 Jim Meyering(enum): Add ALLOW_MISSING_OPTION.
2003-09-05 Jim Meyering(pipe_lines, pipe_bytes): Don't assign 0 or SAFE_READ_E...
2003-09-04 Jim Meyering(pipe_lines): Don't truncate return value from safe_read.
2003-08-16 Jim Meyering(tail_lines): Fix a potential (but very hard to exercise)
2003-08-16 Jim MeyeringAn invalid initial value for *read_pos would result in
2003-08-09 Jim Meyering(main): Tweak Solaris OS version number in comment.
2003-08-09 Jim Meyering(pipe_lines): Use memchr to skip lines, rather than...
2003-08-09 Jim MeyeringAdd new undocumented option, --presume-input-pipe.
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-23 Jim MeyeringTweak comment: Solaris2.7 -> Solaris 2.7
2003-07-10 Jim Meyering(usage): Use 1024*1024 in place of 1048576.
2003-07-09 Jim Meyering(xlseek): Avoid warning about ``return without value
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-06-01 Jim MeyeringAvoid a race condition in `tail -f' described by Ken...
2003-05-13 Jim MeyeringRemove unnecessary cast of argument to free. twice...
2003-05-13 Jim MeyeringRemove unnecessary cast of argument to free.
2003-05-13 Jim MeyeringInclude "quote.h".
2003-05-10 Jim Meyering(main): Test for the case of no arguments before comput...
2003-05-01 Jim MeyeringChange type of n_units, n_bytes, n_lines to be `uintmax_t'.
2003-05-01 Jim Meyering(file_lines): Rename parameter, file_length, to end_pos.
2003-05-01 Jim Meyering(start_lines): Rewrite to use memchr. Clean up.
2003-04-11 Jim MeyeringRemove SPC in SPC-TAB sequence.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2002-11-05 Jim Meyering(xlseek):
2002-10-12 Jim Meyeringtail -c +N would perform an extra read after encounteri...
2002-10-03 Jim MeyeringMark translatable string with `N_ (...)'.
2002-09-29 Jim Meyering(parse_options): Give a sensible diagnostic for
2002-09-28 Jim Meyering(tail_bytes): Change type of bytes_remaining to off_t
2002-09-12 Jim MeyeringInclude xnanosleep.h and xstrtod.h.
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-30 Jim MeyeringChange `error (1, ...' to `error (EXIT_FAILURE, ...'.
2002-08-25 Jim Meyering(main): Close STDIN_FILENO rather than a literal `0'.
2002-07-29 Jim MeyeringAdjust command examples in comments to use POSIX 1003...
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-04-29 Jim Meyering(tail_forever): Do not treat
2002-04-29 Jim Meyering(parse_obsolescent_option): Do not limit the maximum
2002-02-16 Jim MeyeringInclude posixver.h.
2002-02-01 Jim MeyeringAdd more support for POSIX 1003.1-2001, which requires...
2002-02-01 Jim Meyering(start_lines): Handle the case in which bytes_read...
2002-01-27 Jim Meyeringtail -n +2 would perform an extra read after encounteri...
2002-01-18 Jim Meyering(parse_obsolescent_option): Issue a warning for obsolet...
2002-01-16 Jim Meyeringadd 2002 to Copyright line
2002-01-16 Jim MeyeringAdd support for POSIX 1003.1-2001, which requires remov...
2001-12-03 Jim Meyering(usage): Don't split translatable strings in the middle...
2001-12-01 Jim MeyeringReflect renaming to, and new usage of these macros:
2001-12-01 Jim Meyering(usage): Use new macros, EMIT_HELP_DESCRIPTION and...
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-20 Jim Meyeringremove FIXME comment about duplicate code
2001-11-19 Jim Meyering(xlseek): New function.
2001-11-17 Jim Meyering(tail_forever): Add a cast.
2001-11-14 Jim Meyering(file_lines): Remove unnecessary cast.
2001-11-13 Jim Meyeringsplit a line that was too long
2001-11-13 Jim Meyering(file_lines): Add a parameter, start_pos.
2001-11-13 Jim Meyering(tail_lines): Move declaration of local `length' into...
2001-11-13 Jim Meyering`tail /proc/ksyms' would segfault on Linux.
2001-11-11 Jim Meyering(xwrite): Remove assertion that size_t N >= 0.
2001-11-11 Jim Meyering(usage): Split --help output into smaller pieces.
2001-11-04 Jim Meyering(usage): Say that
2001-09-30 Jim Meyeringtail -F would segfault
2001-09-12 Jim Meyeringtail: accept new option: -F, equivalent to `--follow...
2001-07-08 Jim Meyering(usage): Reformat so help2man generates a properly...
2001-05-20 Jim Meyering(parse_obsolescent_option): Accept a b suffix.
2001-05-15 Jim Meyering(parse_obsolescent_option): Use t_count_lines, not
2001-03-18 Jim Meyering(usage): Warn that the +N form will be withdrawn.
2001-01-08 Jim Meyeringwhoops. move printf args, too
2001-01-07 Jim MeyeringSplit a string that was longer than 2048 bytes.
2000-12-03 Jim Meyeringremove instrumentation
2000-12-03 Jim Meyeringadd instrumentation to detect some UMRs
2000-12-03 Jim Meyering(tail_file): Initialize ignore, dev, and ino members,
2000-12-03 Jim Meyering(OFF_T_MIN): Remove definition.
2000-12-03 Jim Meyering(parse_options): Use xstrtoumax to parse the byte and...
2000-08-06 Jim MeyeringWe know nbytes is 0, so remove it from bail-out test.
2000-08-06 Jim Meyering(pipe_lines): Declare local `cp' to be const.
2000-08-06 Jim Meyering(pipe_lines): Add variable `nbytes' so we can free
2000-06-29 Jim Meyering(enum): Remove comma from end of enumerator list.
2000-05-27 Jim MeyeringArrange to call close_stdout upon exit.
2000-04-17 Jim MeyeringDon't remove support for --max-consecutive-size-changes...
2000-04-16 Jim MeyeringRemove option: --max-consecutive-size-changes=N.
2000-04-14 Jim Meyeringtweak copyright date
2000-04-12 Jim Meyering(usage): Tweak --help output. Suggestions from Karl...
2000-04-09 Jim Meyering(usage): Clarify descriptions of the --max-* options.
2000-03-04 Jim MeyeringOnce we encounter a file that is not of IS_TAILABLE_FIL...
2000-03-04 Jim MeyeringDon't get failed assertion for `tail -f directory'.
1999-12-05 Jim Meyering(main): Flush stdout before switching to unbuffered...
1999-11-22 Jim Meyering(recheck): Handle a race condition (including <dev...
1999-11-03 Jim MeyeringFix so that `tail -fn 2 file' works again.
1999-11-03 Jim Meyering(anonymous enum) [RETRY_OPTION]: Define.
1999-11-03 Jim Meyering(recheck): Don't refuse to tail a non-regular, non...
1999-08-15 Jim Meyering(ENOSYS): Define to a bogus value if not already defined.
1999-08-06 Jim Meyering(Follow_mode): Remove comma at end of enumerator list.
1999-08-03 Jim Meyering(tail_forever): When following by name and calling...
1999-07-31 Jim Meyering(tail_forever): Don't call kill if pid is 0.
1999-07-30 Jim MeyeringInclude signal.h for kill prototype.
1999-07-30 Jim MeyeringNew option: --pid=PID.
1999-07-26 Jim Meyeringmore comments
next