aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wc
Commit message (Expand)AuthorAgeFilesLines
* Fix SIGINFO race causing final results to be lost to stderr.Bryan Drewery2015-04-161-0/+11
* Close the file list before opening the container that holds theMarcel Moolenaar2015-02-111-1/+3
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
* Fix a SIGSEGV when emitting XML or JSON when reading stdin. In thatMarcel Moolenaar2014-11-071-3/+1
* Separate references by a comma.Marcel Moolenaar2014-11-061-2/+2
* Document that wc(1) supports libxo(3).Marcel Moolenaar2014-11-051-1/+4
* Convert to use libxo.Marcel Moolenaar2014-11-052-17/+42
* Add missing static keywords to wc(1)Ed Schouten2011-11-061-2/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Use better type for siginfo (volatile sig_atomic_t instead of int).Pawel Jakub Dawidek2010-05-171-1/+2
* On SIGINFO print current values on stderr.Pawel Jakub Dawidek2010-05-161-44/+68
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Add missing `void' keyword for function without arguments.Ed Schouten2009-12-291-1/+1
* Add a -L option to wc(1), for finger compatibility with the GNUGiorgos Keramidas2008-12-062-11/+60
* Prevent a line from being broken on a line boundary.Ruslan Ermilov2006-12-211-1/+1
* Improve markup.Ruslan Ermilov2006-12-211-4/+9
* Fix mismerge.Tom Rhodes2005-02-261-1/+1
* Add better mdoc(7) mark up, clean up wording, better describe the effectsTom Rhodes2005-02-231-6/+23
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-4/+4
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-2/+3
* Remove warnings and make wc WARNS=6 clean.Josef El-Rayes2004-12-272-6/+4
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+3
* Improve robustness of multibyte character handling (-m option), andTim J. Robbins2004-04-091-19/+23
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-4/+2
* Locale environment variables influence wc(1) regardless of whether theTim J. Robbins2002-08-111-4/+1
* Use the iswspace(3) function now that it's been implemented.Tim J. Robbins2002-08-112-5/+5
* 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
* Correct the Standards section: wc is a utility, not a function.Tim J. Robbins2002-06-131-1/+1
* Bump document date for previous commit.Tim J. Robbins2002-06-131-1/+1
* Add the -m option, which counts characters (as opposed to -c, whichTim J. Robbins2002-06-132-24/+83
* 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
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+4
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Add DIAGNOSTICS section namePhilippe Charnier2000-03-261-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* 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-252-11/+11
* 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-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-291-0/+6
* Changed all per-file errors to warnings. Exit with a nonzero status ofBruce Evans1996-04-131-55/+48