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