Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WARNSify. | ru | 2001-09-26 | 2 | -4/+4 |
| | |||||
* | The "cat - -" feature was broken by the last commit. | ru | 2001-09-26 | 1 | -5/+15 |
| | | | | | | | Restore the code that avoided closing and reopening stdin. This is also required by POSIX. As a bonus, enable multiple stdin reads with the -benstv flags, by resetting the EOF condition on stdin. | ||||
* | mdoc(7) police: fixed markup. | ru | 2001-09-25 | 1 | -5/+12 |
| | |||||
* | Give /bin/cat the ability to connect to and read unix-domain sockets | dillon | 2001-09-15 | 2 | -56/+108 |
| | | | | MFC after: 1 week | ||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
| | |||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | builtins (e.g., exit, strcmp). | ||||
* | Xref zcat(1). | dd | 2001-06-18 | 1 | -0/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Use Dq Li (double-quoted literal) instead of Ic (internal command) to | sheldonh | 2000-06-27 | 1 | -4/+2 |
| | | | | | | | | mark up a sample invocation, since it is not a command internal to the described utility. Do not use Ar (argument) to mark up something which is not an argument to the utility or one of its internal commands. | ||||
* | Sync us up to OpenBSD's cat.1 v1.18 and cat.c v1.9. | asmodai | 2000-04-14 | 2 | -14/+84 |
| | | | | | | | | This gets rid of a bogus cast of NULL in setbuf(). Lets us know the buffer malloc failed. Reworks the manpage a bit to make it more mdoc(7) compliant, adds examples. | ||||
* | Remove unnecessary empty line. | asmodai | 2000-04-13 | 1 | -3/+2 |
| | | | | Remove trailing whitespace. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 3 | -3/+3 |
| | |||||
* | Various spelling/formatting changes. | kris | 1999-05-08 | 1 | -2/+2 |
| | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> | ||||
* | Fix minor style bugs noticed by the Bruce Filter.[tm] | imp | 1998-09-13 | 1 | -4/+7 |
| | | | | Bruce-Filter-By: bde | ||||
* | Silence -Wall -W -Wkitchen-sink. Use ssize_t in preference to int, | imp | 1998-09-11 | 1 | -9/+7 |
| | | | | | make a char * const that should have been. Use new style function declaration for main. Mostly a Bruce Filter[tm] test commit. | ||||
* | Restore Lite2 sccsids by removing `const'. Improve documentation a little. | charnier | 1998-05-13 | 2 | -15/+11 |
| | | | | Suggested by: Bruce | ||||
* | Correct use of .Nm, .An and other cosmetics. Add rcsid. Remove unused #inc. | charnier | 1998-05-06 | 2 | -13/+15 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -2/+2 |
| | | | | posix standard on the topic. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Merge Lite2 mods and -Wall cleaning. | steve | 1996-12-14 | 2 | -11/+10 |
| | |||||
* | Activate LC_CTYPE locale and additionly use !isprint() for 8bit characters | ache | 1996-09-30 | 1 | -2/+5 |
| | |||||
* | Merge in the NetBSD changes to cat.c. These appear to have come from | imp | 1996-09-28 | 1 | -4/+4 |
| | | | | | | | the 4.4 lite 2 tape as well. There are now only two diffs between NetBSD's cat and FreeBSD's cat: getopt return value is -1 on NetBSD and EOF on FreeBSD. NetBSD has added setlocale calls before anything else. | ||||
* | [HISTORY] | wosch | 1996-08-22 | 1 | -3/+7 |
| | | | | | | | | | cat command appeared in Version 1 AT&T UNIX, not Version 6 Apparently the cat man page was the first written man page Obtained from: A Quarter Century of UNIX, Peter H. Salus [BUGS] fix a typo | ||||
* | Fix exit status. `cat no-such-file >/dev/null' exited with status 0. | bde | 1995-10-03 | 1 | -2/+7 |
| | | | | | This has been broken since cat's own err() function was sloppily replaced by the library functions warn() and err(). | ||||
* | Added $Id$ | dg | 1994-09-24 | 3 | -0/+4 |
| | |||||
* | BSD 4.4 Lite bin Sources | rgrimes | 1994-05-26 | 3 | -0/+377 |