TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / cat.c
2008-06-28 Jim Meyeringdoc: add "..." to Usage, to indicate there may be multi...
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
2008-05-26 Jim Meyeringuse gnulib's proper_name_utf8 function, but *not* prope...
2007-12-03 Jim MeyeringReflect change in gnulib: don't include getpagesize.h,
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-06-15 Paul EggertClarify what "cat" documentation means by "blank" lines.
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-10-24 Jim Meyering* src/cat.c (infile): Add "const" to declaration.
2006-06-08 Jim MeyeringEnsure that cat works with any of the options, -A ...
2005-12-14 Paul EggertUndo previous change.
2005-12-14 Paul Eggert(main): Check for close (STDOUT_FILENO) failure.
2005-07-11 Paul Eggert(usage, main, long_options) [O_BINARY]:
2005-07-09 Paul EggertUse only HAVE_SYS_IOCTL_H to decide whether to include...
2005-07-08 Paul EggertInclude stropt.h if available.
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-09 Jim Meyering(close_stdout_wrapper): Likewise.
2005-04-05 Paul Eggert(usage): Add examples.
2004-09-21 Paul EggertRemove unused "case 0".
2004-07-29 Paul Eggert(exit_status): Remove. Now done by passing a boolean
2004-06-30 Jim MeyeringUse "file system" rather than "filesystem" in comments.
2004-04-15 Jim MeyeringInclude getpagesize.h.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
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-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-06-16 Jim Meyering(cat): Remove `#ifndef ENOSYS', now that it's
2002-10-08 Jim Meyering(cat): Don't advance the write pointer past the end...
2002-10-06 Jim Meyering(simple_cat, cat): Adapt to new safe_read ABI.
2002-09-29 Jim Meyering(simple_cat): Use a temporary to avoid bogus warnings.
2002-08-26 Jim Meyering(close_stdout_wrapper): New, kludgey, function and...
2002-08-25 Jim Meyering(main): Close STDIN_FILENO rather than a literal `0'.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-02-23 Jim Meyering(simple_cat, cat, main): Used char * rather than
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-26 Jim Meyering(cat): Don't test whether the full_write return value...
2001-11-23 Jim MeyeringFactor out some common strings to make translation...
2001-11-11 Jim Meyering(usage): Split --help output into smaller pieces.
2001-08-31 Jim Meyeringcopyright
2001-08-31 Jim MeyeringInclude full-write.h.
2001-08-13 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2000-10-21 Jim MeyeringThe command, `yes ''|./cat -n' would stop printing...
2000-10-21 Jim MeyeringPrevent a counter buffer overrun when numbering lines...
2000-08-07 Jim Meyering(closeout_func): Remove variable.
2000-06-22 Jim Meyering(main): Correct a comment.
2000-05-27 Jim MeyeringArrange to call close_stdout upon exit.
1999-05-18 Jim Meyering(main): When stdout is in binary mode, make sure all
1999-04-13 Jim Meyering(main): Declare out_dev to be of type dev_t, not `int'.
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-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-01 Jim Meyering(usage) [O_BINARY]: Describe -B,--binary option.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-04-12 Jim MeyeringUse STREQ rather than strcmp
1998-04-11 Jim MeyeringInclude safe-read.h instead of merely declaring safe_read.
1998-01-25 Jim Meyering(cat): Convert comma-expressions to pairs of
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-23 Jim MeyeringRemove stpcpy dcl.
1997-10-07 Jim Meyeringindent cpp directives to reflect nesting
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1996-11-23 Jim Meyering(usage): Alphabetize options like sort -f would.
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-04 Jim Meyering(main): update --version output again
1996-10-04 Jim Meyering(main): update --version output to conform to coding...
1996-10-01 Jim Meyering. TEXTUTILS-1_19i
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-08-24 Jim Meyering(cat): Cast first arg to stpcpy to char*.
1996-05-28 Jim Meyering(main): Use STDIN_FILENO and STDOUT_FILENO instead...
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-03-24 Jim MeyeringCall error with EXIT_FAILURE (rather than `1') as first...
1996-03-24 Jim MeyeringExit with status EXIT_SUCCESS or EXIT_FAILURE, rather...
1996-03-21 Jim Meyering(main): Declare to be of type int, not void.
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-09 Jim Meyering(main): Initialize for internationalized message suppor...
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-11-11 Jim Meyering(main): Don't die when dev/ino of input and output are
1995-10-31 Jim Meyering(usage, next_line_num, main): Protoize.
1995-10-17 Jim MeyeringProtoize. Reorder functions to obviate forward dcls.
1995-09-19 Jim MeyeringRewrite confusing comment.
1995-08-07 Jim MeyeringAnnotate localizable strings with _(...). From Franc...
next