summaryrefslogtreecommitdiff
path: root/src/cat.c
Commit message (Expand)AuthorAgeFilesLines
* Include getpagesize.h.Jim Meyering2004-04-151-7/+17
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-211-4/+4
* Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering2003-10-181-2/+2
* (WRITTEN_BY): Rename from AUTHORS.Jim Meyering2003-09-181-2/+2
* revert previous changeJim Meyering2003-09-181-1/+1
* Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering2003-09-181-1/+1
* Don't include headers already included by system.h:Jim Meyering2003-07-231-1/+0
* (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
* (cat): Remove `#ifndef ENOSYS', now that it'sJim Meyering2003-06-161-5/+2
* (cat): Don't advance the write pointer past the end of the write buffer.Jim Meyering2002-10-081-3/+5
* (simple_cat, cat): Adapt to new safe_read ABI.Jim Meyering2002-10-061-4/+4
* (simple_cat): Use a temporary to avoid bogus warnings.Jim Meyering2002-09-291-8/+12
* (close_stdout_wrapper): New, kludgey, function and file-scoped global.Jim Meyering2002-08-261-2/+21
* (main): Close STDIN_FILENO rather than a literal `0'.Jim Meyering2002-08-251-1/+1
* (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering2002-07-021-1/+1
* (simple_cat, cat, main): Used char * rather thanJim Meyering2002-02-231-18/+16
* Reflect renaming to, and new usage of these macros:Jim Meyering2001-12-011-2/+2
* (usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering2001-12-011-4/+2
* (cat): Don't test whether the full_write return value (of type size_t)Jim Meyering2001-11-261-2/+2
* Factor out some common strings to make translation easier.Jim Meyering2001-11-231-0/+4
* (usage): Split --help output into smaller pieces.Jim Meyering2001-11-111-4/+6
* copyrightJim Meyering2001-08-311-1/+1
* Include full-write.h.Jim Meyering2001-08-311-5/+4
* (AUTHORS): Mark string for translation, since it contains the English word `a...Jim Meyering2001-08-131-1/+1
* The command, `yes ''|./cat -n' would stop printing after INT_MAX lines.Jim Meyering2000-10-211-6/+14
* Prevent a counter buffer overrun when numbering lines and whenJim Meyering2000-10-211-12/+24
* (closeout_func): Remove variable.Jim Meyering2000-08-071-13/+0
* (main): Correct a comment.Jim Meyering2000-06-221-3/+3
* Arrange to call close_stdout upon exit.Jim Meyering2000-05-271-19/+27
* (main): When stdout is in binary mode, make sure allJim Meyering1999-05-181-0/+3
* (main): Declare out_dev to be of type dev_t, not `int'.Jim Meyering1999-04-131-2/+2
* Standardize --help and --version processing.Jim Meyering1999-04-041-4/+6
* Use AUTHORS in place of string in parse_long_options call.Jim Meyering1999-04-031-1/+1
* Insert AUTHORS definition.Jim Meyering1999-04-031-0/+2
* Use PROGRAM_NAME in place of string in parse_long_options call.Jim Meyering1999-04-031-1/+1
* define PROGRAM_NAMEJim Meyering1999-04-031-0/+3
* Include long-options.hJim Meyering1999-03-041-17/+4
* update copyright datesJim Meyering1999-02-161-1/+1
* Don't prototype usage as static.Jim Meyering1999-01-141-1/+1
* (usage) [O_BINARY]: Describe -B,--binary option.Jim Meyering1999-01-011-3/+90
* update bug-reporting addressJim Meyering1998-09-191-1/+1
* Use STREQ rather than strcmpJim Meyering1998-04-121-1/+1
* Include safe-read.h instead of merely declaring safe_read.Jim Meyering1998-04-111-1/+1
* (cat): Convert comma-expressions to pairs ofJim Meyering1998-01-251-52/+68
* Remove old-style xmalloc and xrealloc decls.Jim Meyering1997-10-251-1/+0
* Remove stpcpy dcl.Jim Meyering1997-10-231-1/+0
* indent cpp directives to reflect nestingJim Meyering1997-10-071-3/+3
* update bug-reporting addressJim Meyering1997-10-071-1/+1
* update copyrights for 1997Jim Meyering1997-02-091-1/+1
* bracket bug address with <> and append a periodJim Meyering1997-02-011-1/+1