Age | Commit message (Expand) | Author |
2024-09-11 | fstat(2) can't return an S_IFLNK, so delete that test. | Philip Guenther |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-09-02 | wc(1): accelerate word counting | Scott Soule Cheloha |
2021-11-28 | Stop using MAXBSIZE to eliminate sys/param.h including (which injects a | Theo de Raadt |
2021-11-16 | wc(1): fix NULL pointer dereference in cnt() | Scott Soule Cheloha |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-09-30 | For -w output in -m mode, tweak the handling of bytes that do not | Ingo Schwarze |
2018-09-30 | fix the rest of the bug mitigated in the previous commit: | Ingo Schwarze |
2018-09-29 | Treat NUL like any other byte in the default case; aligns newline count | cheloha |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2016-10-24 | Unify wording for LC_CTYPE in ENVIRONMENT: | Ingo Schwarze |
2016-09-16 | - Removed unnecessary string.h include | Frederic Cambus |
2015-12-08 | UTF-8 support: implement -m for character counting | Ingo Schwarze |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-03 | wc only opens files read-only, proceses them, and spits results to stdout. | Theo de Raadt |
2015-04-21 | Back in January, Kaspars at Bankovskis dot net reported that the wc(1) | Ingo Schwarze |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-15 | No point in documenting an outright bug fixed in 4.3BSD. | Anthony J. Bentley |
2013-11-27 | remove erroneous char cast to switch expression processing getopt(3); | Okan Demirmen |
2013-11-23 | send a extra space to the bit bucket | Theo de Raadt |
2013-11-12 | simpler prototype repairs | Theo de Raadt |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado |
2008-06-19 | do not print spurious whitespace when reading from stdin; | Otto Moerbeek |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2005-10-19 | Add -h option to display human-readable numbers. | Marc Espie |
2005-04-11 | spacing | Theo de Raadt |
2004-12-19 | remove section detailing `file' operand: none of our other pages do it | Jason McIntyre |
2004-04-07 | - alter .Nd to reflect that characters can be counted also | Jason McIntyre |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-01-12 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt |
2002-09-17 | ansi | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell |
2000-03-14 | Finish off cleanup usr.bin/ man pages. | Aaron Campbell |
2000-03-06 | Some section re-ordering. | Aaron Campbell |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell |
1999-10-17 | Use the AT&T UNIX macros. | Aaron Campbell |
1999-02-02 | Remove useless cast to quad_t. Gcc thinks "%qd" in printf is the same as "%l... | Todd C. Miller |
1999-02-02 | o Some minor updates from lite2 (mostly in the man page) | Todd C. Miller |
1998-11-04 | be really pedantic about punctuation following -mdoc macro'd text | Aaron Campbell |