aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wc/wc.c
Commit message (Expand)AuthorAgeFilesLines
* wc(1): account for possibility of file == NULLKyle Evans2020-02-051-2/+2
* cap_fileargs: chase r346315, update fileargs_init in consumersEd Maste2019-04-171-1/+1
* s/caph_enter_capser/caph_enter_casper/gMariusz Zaborski2018-11-121-1/+1
* s/caph_enter_with_casper/caph_enter_casper/Mariusz Zaborski2018-11-121-1/+1
* wc: We should sandbox wc only if Capers is available.Mariusz Zaborski2018-11-121-1/+1
* wc: sandbox wc using capsicumMariusz Zaborski2018-11-121-1/+29
* wc(1): Fix 'wc -L'Conrad Meyer2018-08-021-10/+6
* wc(1): Restore regular file char count fast pathConrad Meyer2017-12-101-44/+41
* wc(1): Extend non-controversial optimizations to '-c' modeConrad Meyer2017-12-091-50/+51
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* 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
* Fix a SIGSEGV when emitting XML or JSON when reading stdin. In thatMarcel Moolenaar2014-11-071-3/+1
* Convert to use libxo.Marcel Moolenaar2014-11-051-17/+39
* 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-111-4/+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
* 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-061-9/+35
* 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