dd: clarify meaning of multiplication factors; put xM in order
[platform/upstream/coreutils.git] / src / tail.c
2008-06-27 Jim Meyeringfactor out time_t-to-string conversion idiom
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringconvert the rest to use proper_name -- manually
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-05-03 Paul EggertThe following commands and options now support the...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-12-27 Jim Meyering* src/tail.c (usage): Mention +N for --bytes and -...
2006-10-24 Jim Meyering* src/cat.c (infile): Add "const" to declaration.
2006-09-08 Paul Eggerttail now ignores the -f option if POSIXLY_CORRECT is...
2006-08-29 Paul Eggert* bootstrap.conf (gnulib_modules): Add isapipe.
2006-07-01 Paul Eggert(main): With no operand, 'tail -f' now silently ignores...
2006-01-31 Paul Eggert(parse_options): Use a better diagnostic when someone...
2006-01-24 Jim Meyering(tail_forever): Don't exit-nonzero when an attempt
2006-01-05 Jim Meyering(ENOSYS) [!defined ENOSYS]: Don't define here.
2006-01-02 Jim Meyering(parse_options): Change warning to say that --retry
2005-12-03 Jim Meyering(long_options): Change the name of each undocumented...
2005-11-01 Paul Eggert(parse_obsolete_option): Implement fix for "tail -c...
2005-10-15 Jim Meyering(parse_options): Remove --allow-missing option.
2005-09-16 Paul EggertInclude stat-time.h, and use its functions instead...
2005-08-22 Jim Meyering(xwrite_stdout): Rename from xwrite. Remove always...
2005-07-11 Paul Eggert(tail_bytes, tail_lines, tail_file, main):
2005-07-03 Paul EggertInclude fcntl--.h, not unistd-safer.h.
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-04-26 Paul Eggert(parse_obsolete_option): Don't complain about -NUM.
2005-04-11 Paul EggertInclude unistd-safer.h rather than fcntl-safer.h.
2005-03-28 Jim Meyering(follow_mode_string): Use NULL, not `0'.
2005-01-14 Jim MeyeringThe test, tests/tail/f-1, failed on powerpc-apple-darwi...
2004-12-04 Paul Eggert(tail_file): Set errnum to -1 if the initial "tail...
2004-09-28 Jim Meyering(usage): Clarify: --retry works only with --follow...
2004-09-23 Paul Eggert(parse_obsolete_option): Bring back support
2004-09-21 Paul EggertRemove unused "case 0".
2004-09-10 Paul Eggert(parse_obsolete_option): Renamed from
2004-08-02 Paul Eggert(struct File_spec, reopen_inaccessible_files, count_lines,
2004-07-23 Paul EggertInclude fcntl-safer.h.
2004-07-22 Paul Eggert(main): Ignore -f if no file operand is specified
2004-06-15 Jim Meyering(parse_obsolescent_option): Support multiple file operands
2004-05-06 Jim Meyering(main): Use xnmalloc, rather than xmalloc.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2004-01-12 Jim Meyering(main): Warn about following stdin only when it's a...
2004-01-04 Jim Meyering(main): Warn about following stdin.
2003-11-27 Jim MeyeringInclude "c-strtod.h".
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...
next