summaryrefslogtreecommitdiffstats
path: root/usr.bin/wc/wc.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing static keywords to wc(1)ed2011-11-061-2/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Use better type for siginfo (volatile sig_atomic_t instead of int).pjd2010-05-171-1/+2
* On SIGINFO print current values on stderr.pjd2010-05-161-44/+68
* Add missing `void' keyword for function without arguments.ed2009-12-291-1/+1
* Add a -L option to wc(1), for finger compatibility with the GNUkeramida2008-12-061-9/+35
* Remove warnings and make wc WARNS=6 clean.josef2004-12-271-5/+2
* Improve robustness of multibyte character handling (-m option), andtjr2004-04-091-19/+23
* Use the iswspace(3) function now that it's been implemented.tjr2002-08-111-2/+2
* When counting words, check the correct character variable to see whether it'stjr2002-06-161-2/+2
* fstat() returns information about the target of any symbolic link thattjr2002-06-151-2/+2
* Add the -m option, which counts characters (as opposed to -c, whichtjr2002-06-131-20/+47
* remove __Pimp2002-03-221-2/+2
* Leave the `copyright' variable exposed, since the main purpose of itmike2002-03-071-2/+2
* Fix vendor ID (mostly obtained from rev 1.1).mike2002-02-281-21/+23
* WARNS=2 fix, use __FBSDID().markm2001-12-111-8/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Correct style issues with the previous commit.sheldonh1999-08-131-19/+16
* Fix integer overflow for files containing more than 4GB by usingsheldonh1999-08-061-15/+16
* Sync usage string according to man page. Silent -Wall.charnier1997-08-251-4/+4
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Changed all per-file errors to warnings. Exit with a nonzero status ofbde1996-04-131-55/+48
* Do not exit if a file is not readable. This is a short hackwosch1996-04-101-2/+4
* Localize it.ache1996-01-101-2/+5
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+243
OpenPOWER on IntegriCloud