summaryrefslogtreecommitdiff
path: root/usr.bin/wc
AgeCommit message (Expand)Author
2010-02-19Report the number of characters, not the number of bytes in thetron
2010-02-18New sentence, new line. Add EXIT STATUS section and use .Ex.wiz
2010-02-18Add support for "-L" option (longest line) as present in the GNU andtron
2009-04-14Fix WARNS=4 issues (-Wshadow -Wcast-qual)lukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2006-01-04de-__P, ANSIfy prototypesperry
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-05-02Mention -m in usage. bin/16594 by Ryan Younce.wiz
2002-03-23Don't pass NULL to warn() etc. Instead, use "<stdin>" to warn about stdin.enami
2002-03-23Actually skip the first byte of invalid byte sequence.enami
2002-03-23One more; Don't put space before function call op.enami
2002-03-23- Remove unnecessary cast.enami
2002-03-23Fix whitespace usage.enami
2002-03-23Don't include same file twice. Sort includes alphabetically.enami
2002-03-05Drop duplicate .Pp.wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-10-19- implement -m.(count characters instead of bytes)yamt
1999-03-05Normalize usage string.kleink
1999-03-05Don't print a trailing space when counting from stdin.mycroft
1999-03-05Make the output format match what it used to be.mycroft
1999-02-14Quad portability fixes:christos
1999-02-14Hopefully somebody better at this than I can correct this somewhatmjacob
1999-02-13use u_int64_t for line, word, and character counts. It bothers me to see wc -cexplorer
1998-10-13Use unsigned long instead of ulongwsanchez
1998-02-06macroize BSD, NetBSD, FreeBSD and misc cleanupperry
1997-10-20fix .Nm usagelukem
1997-10-20WARNSify; deprecate register; clean up .Nmmrg
1997-10-19Use S_IS*(), not S_IF*.mycroft
1997-10-18merge lite-2.mrg
1997-01-09RCS ID policetls
1994-01-03Fixed problems with wc -c when reading from stdin.andrew
1993-11-04Checkin minor tweaks before giving a copy to the FreeBSD folks.jtc
1993-10-12Streamline the char/word/line counting logic in anticipation of multibytejtc
1993-10-12Like cat, set the return-value variable "rval" instead of exiting whenjtc
1993-08-27Minor tweaks: including header files to bring prototypes into scope,jtc
1993-08-19Document that utility now conforms to IEEE 1003.2-1992.jtc
1993-08-17Make wc 1003.2-1992 compliant by adding -m option (currently a noop, asjtc
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-07-30Add RCS identifiers.mycroft
1993-07-15Update to POSIX 1003.2 (D11.2) compliance.jtc
1993-06-074.4BSD-Lite2mrg
1993-03-21initial import of 386bsd-0.1 sourcescgd