aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wc
Commit message (Expand)AuthorAgeFilesLines
* wc(1): Fix 'wc -L'Conrad Meyer2018-08-022-13/+12
* 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
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Add more text to explain --libxo flag.Craig Rodrigues2015-12-011-1/+8
* Make libxo depend on libutil because it uses humanize_number after r287111Enji Cooper2015-10-181-1/+1
* Update META_MODE dependencies.Bryan Drewery2015-09-171-0/+1
* Upgrade libxo to 0.4.5.Marcel Moolenaar2015-08-241-1/+1
* Clean out some externally visible "more then" grammarPedro F. Giffuni2015-08-111-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-3/+15
| |\ | |/ |/|
| * Updated/new dependenciesSimon J. Gerraty2014-11-191-0/+1
| * Merge from head@274682Simon J. Gerraty2014-11-193-19/+45
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | 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