summaryrefslogtreecommitdiff
path: root/src/tail.c
AgeCommit message (Expand)Author
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering
2003-09-06(enum): Add ALLOW_MISSING_OPTION.Jim Meyering
2003-09-05(pipe_lines, pipe_bytes): Don't assign 0 or SAFE_READ_ERROR to tmp->nbytes.Jim Meyering
2003-09-04(pipe_lines): Don't truncate return value from safe_read.Jim Meyering
2003-08-16(tail_lines): Fix a potential (but very hard to exercise)Jim Meyering
2003-08-16An invalid initial value for *read_pos would result inJim Meyering
2003-08-09(main): Tweak Solaris OS version number in comment.Jim Meyering
2003-08-09(pipe_lines): Use memchr to skip lines, rather than an explicit loop.Jim Meyering
2003-08-09Add new undocumented option, --presume-input-pipe.Jim Meyering
2003-07-23Don't include headers already included by system.h:Jim Meyering
2003-07-23Tweak comment: Solaris2.7 -> Solaris 2.7Jim Meyering
2003-07-10(usage): Use 1024*1024 in place of 1048576.Jim Meyering
2003-07-09(xlseek): Avoid warning about ``return without valueJim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2003-06-01Avoid a race condition in `tail -f' described by Ken Raeburn inJim Meyering
2003-05-13Remove unnecessary cast of argument to free. twice moreJim Meyering
2003-05-13Remove unnecessary cast of argument to free.Jim Meyering
2003-05-13Include "quote.h".Jim Meyering
2003-05-10(main): Test for the case of no arguments before computing n_files.Jim Meyering
2003-05-01Change type of n_units, n_bytes, n_lines to be `uintmax_t'.Jim Meyering
2003-05-01(file_lines): Rename parameter, file_length, to end_pos.Jim Meyering
2003-05-01(start_lines): Rewrite to use memchr. Clean up.Jim Meyering
2003-04-11Remove SPC in SPC-TAB sequence.Jim Meyering
2003-04-11Remove anachronistic casts of xmalloc,Jim Meyering
2002-11-05(xlseek):Jim Meyering
2002-10-12tail -c +N would perform an extra read after encountering EOFJim Meyering
2002-10-03Mark translatable string with `N_ (...)'.Jim Meyering
2002-09-29(parse_options): Give a sensible diagnostic forJim Meyering
2002-09-28(tail_bytes): Change type of bytes_remaining to off_tJim Meyering
2002-09-12Include xnanosleep.h and xstrtod.h.Jim Meyering
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering
2002-08-30Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering
2002-08-25(main): Close STDIN_FILENO rather than a literal `0'.Jim Meyering
2002-07-29Adjust command examples in comments to use POSIX 1003.1-2001 option syntax.Jim Meyering
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering
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