Factor out some common strings to make translation easier.
[platform/upstream/coreutils.git] / src / tail.c
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
1999-07-26 Jim Meyeringadd comment
1999-07-26 Jim Meyering(struct File_spec) [n_stat_calls]: Remove unused member.
1999-07-11 Jim Meyering(recheck): Use assert instead of unnecessary close_fd.
1999-07-10 Jim Meyering(struct File_spec) [tailable]: Rename from `missing...
1999-07-10 Jim Meyering(struct File_spec): New member, errnum.
1999-04-24 Jim MeyeringInclude new "xstrtol.h", not "xstrtoul.h".
1999-04-17 Jim Meyering(file_lines): Fix serious bug introduced with last...
1999-04-12 Jim Meyering(COPY_TO_EOF): Define.
1999-04-11 Jim MeyeringFix the problem whereby `yes > k & tail -1 k' would...
1999-04-11 Jim Meyering(xwrite): Use STDOUT_FILENO instead of literal `1'.
1999-04-04 Jim MeyeringStandardize --help and --version processing.
1999-04-03 Jim MeyeringUse AUTHORS in place of string in parse_long_options...
1999-04-03 Jim MeyeringInsert AUTHORS definition.
1999-04-03 Jim MeyeringUse PROGRAM_NAME in place of string in parse_long_optio...
1999-04-03 Jim Meyeringdefine PROGRAM_NAME
1999-03-25 Jim Meyering(recheck): Factor out a block of duplicated code.
1999-03-12 Jim Meyering(dump_remainder): Don't fflush stdout here.
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-14 Jim MeyeringDon't prototype usage as static.
1999-01-09 Jim Meyerings/max_n_consecutive_size_changes/max_n_consecutive_size...
1999-01-09 Jim Meyering(parse_obsolescent_option): Interpret `number' as decimal.
1999-01-02 Jim Meyering(parse_options): Use XARGMATCH in place of argmatch.
1999-01-01 Jim Meyering(tail_lines, tail_bytes) [O_BINARY]: Use binary I/O...
1999-01-01 Jim Meyering(parse_options): Use XARGCASEMATCH in place of argmatch.
1998-12-17 Jim MeyeringNew options for tail: --follow=name, --follow=descripto...
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-08-30 Jim MeyeringDon't assume ASCII.
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-04-26 Jim Meyering[struct File_spec] (pretty_name): Remove member.
1998-04-26 Jim MeyeringRemove usage-like comments near beginning of file.
1998-04-26 Jim Meyering(xwrite): New function -- converted from macro.
1998-04-26 Jim Meyering(close_fd): New function -- converted from macro.
1998-04-12 Jim MeyeringInclude safe-read.h instead of merely declaring safe_read.
1998-03-22 Jim Meyeringmerge variables: forever_multiple and forever
1998-03-21 Jim Meyering(tail_forever): plug gross fd leaks
1998-03-17 Jim Meyering*** empty log message ***
1998-03-15 Jim Meyering(tail_file): Merge largely-duplicated blocks of code.
1998-01-25 Jim Meyering(parse_obsolescent_option): -l is an obsolescent option.
1998-01-24 Jim Meyeringadd missing `)'
1998-01-24 Jim Meyering(parse_obsolescent_option): Do not interpret `-f -n...
1998-01-10 Jim MeyeringCHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX...
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-07-22 Jim Meyering(parse_obsolescent_option): #ifdef-out portability...
1997-07-05 Jim Meyering(parse_obsolescent_option): If POSIXLY_CORRECT is set...
1997-02-16 Jim MeyeringAdd missing paren.
1997-02-16 Jim Meyering(parse_obsolescent_option): Reverse order of args in...
1997-02-09 Jim Meyeringchange wording in message
1997-02-09 Jim Meyeringupdate copyrights for 1997
next