summaryrefslogtreecommitdiff
path: root/usr.bin/error/touch.c
AgeCommit message (Expand)Author
2019-10-13can't happen, but gcc can't figure it out.christos
2012-02-29Don't use non-literal format strings. Split it up depending on thejoerg
2011-05-24Simplifyjoerg
2011-05-21use warn/err.christos
2011-05-20counting was off, and setting things to themselves does not work very welll.christos
2011-05-19- use getoptchristos
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-13Whitespace.dholland
2009-08-13sprinkle staticdholland
2007-10-05Convert to raise_default_signal(3).lukem
2007-07-19Support an explicit Q_error return from inquire(), which is returnedlukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-05-26Remove #ifndef'd __STDC__ code. ANSIfy.wiz
2001-09-24va_{start,end} audit:wiz
2001-02-05fix redundant and nested declschristos
2000-10-11More format string cleanup by sommerfeld.is
1999-11-06For temporary files' pathnames, check $TMPDIR before falling back to _PATH_TMP.kleink
1998-03-30remove unused extern.mrg
1997-10-19fix compile warnings on the alpha.mrg
1997-10-18WARNSify (big job!), fix .Nm usagelukem
1997-05-17NULL => 0 (Arne Juul; PR#3629)pk
1997-03-22use mkstemp() instead of mktemp()lukem
1995-09-02Sync with 4.4lite2jtc
1993-08-01Add RCS identifiers.mycroft
1993-04-09added, from net/2 (patch 119).cgd