| Age | Commit message (Expand) | Author |
| 2022-04-07 | fix various typos in comments. | andvar |
| 2022-04-04 | fix various typos, mainly in comments. | andvar |
| 2021-12-12 | fix various typos, mainly in comments. | andvar |
| 2020-01-10 | use getline(3) | christos |
| 2019-10-13 | can't happen, but gcc can't figure it out. | christos |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2016-06-30 | PR 51298 David Binderman: simplify redundant conditionals | dholland |
| 2016-06-06 | Convert reference to f77(1) from .Xr to .Ic as we don't have it any more. | abhinav |
| 2016-05-30 | Use this program's Strdup() instead of strdup() so it exits on failure | dholland |
| 2016-05-30 | Use rewind() instead of freopen()'ing the same file for no reason. Also, | dholland |
| 2015-08-09 | Remove unnecessary fclose(3) call | shm |
| 2012-02-29 | Don't use non-literal format strings. Split it up depending on the | joerg |
| 2012-01-22 | Fix the csh(1) example ("make ... |& error ...", not "make ... | error ..."), | apb |
| 2011-08-17 | avoid "... dutch" being interpreted as a pascal continuation message, and | christos |
| 2011-07-18 | gcc 4.5 error support ("file:line:col: error" instead of "file:line: error") | christos |
| 2011-05-24 | Simplify | joerg |
| 2011-05-21 | use warn/err. | christos |
| 2011-05-21 | - KNF | christos |
| 2011-05-21 | remove unused. | christos |
| 2011-05-20 | Sync usage with man page. | wiz |
| 2011-05-20 | Fix macro name in SYNOPSIS. | wiz |
| 2011-05-20 | Sort options, merge single letter options in synopsis. | wiz |
| 2011-05-20 | counting was off, and setting things to themselves does not work very welll. | christos |
| 2011-05-19 | - use getopt | christos |
| 2010-04-05 | \\ -> \e | joerg |
| 2009-08-13 | Pass WARNS=4, not without some gross preprocessor hackery. | dholland |
| 2009-08-13 | Assorted minor cleanup: | dholland |
| 2009-08-13 | pass -Wshadow | dholland |
| 2009-08-13 | Sprinkle const. | dholland |
| 2009-08-13 | woops (doh!) | dholland |
| 2009-08-13 | Whitespace. | dholland |
| 2009-08-13 | sprinkle static | dholland |
| 2009-04-14 | Enable WARNS=4 by default for usr.bin, except for: | lukem |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-10-05 | Convert to raise_default_signal(3). | lukem |
| 2007-07-19 | Support an explicit Q_error return from inquire(), which is returned | lukem |
| 2006-11-24 | fix spelling of accidentally; from Zapher | christos |
| 2006-10-08 | WFORMAT is no more... | peter |
| 2006-04-09 | Coverity CID 2331: Plug memory leak. | christos |
| 2006-04-09 | Coverity CID 2333: Fix memory leak. | christos |
| 2004-02-13 | Spell the plural of suffix "suffixes", not "suffices". | wiz |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-14 | get rid of strsave(), use strdup directly | itojun |
| 2003-07-14 | the function is equivalent to strdup. | itojun |
| 2003-03-31 | users's -> user's (from Igor Sobrado in PR misc/19700) | perry |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-05-26 | Remove #ifndef'd __STDC__ code. ANSIfy. | wiz |
| 2002-02-07 | Edit -mdoc usage. | ross |
| 2001-12-01 | Use standard headers, drop a .Pp. | wiz |
| 2001-09-24 | va_{start,end} audit: | wiz |