aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wc/wc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove warnings and make wc WARNS=6 clean.Josef El-Rayes2004-12-271-5/+2
* Improve robustness of multibyte character handling (-m option), andTim J. Robbins2004-04-091-19/+23
* Use the iswspace(3) function now that it's been implemented.Tim J. Robbins2002-08-111-2/+2
* When counting words, check the correct character variable to see whether it'sTim J. Robbins2002-06-161-2/+2
* fstat() returns information about the target of any symbolic link thatTim J. Robbins2002-06-151-2/+2
* Add the -m option, which counts characters (as opposed to -c, whichTim J. Robbins2002-06-131-20/+47
* remove __PWarner Losh2002-03-221-2/+2
* Leave the `copyright' variable exposed, since the main purpose of itMike Barcroft2002-03-071-2/+2
* Fix vendor ID (mostly obtained from rev 1.1).Mike Barcroft2002-02-281-21/+23
* WARNS=2 fix, use __FBSDID().Mark Murray2001-12-111-8/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Correct style issues with the previous commit.Sheldon Hearn1999-08-131-19/+16
* Fix integer overflow for files containing more than 4GB by usingSheldon Hearn1999-08-061-15/+16
* Sync usage string according to man page. Silent -Wall.Philippe Charnier1997-08-251-4/+4
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Changed all per-file errors to warnings. Exit with a nonzero status ofBruce Evans1996-04-131-55/+48
* Do not exit if a file is not readable. This is a short hackWolfram Schneider1996-04-101-2/+4
* Localize it.Andrey A. Chernov1996-01-101-2/+5
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+243