Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |