summaryrefslogtreecommitdiff
path: root/usr.bin/w/pr_time.c
AgeCommit message (Expand)Author
2011-08-17Eliminate non-literal format strings, and now that gcc warns, kill y2k formatchristos
2009-04-14Fix -Wcast-qual issuelukem
2005-01-08Line up "days" style output in the IDLE field.kim
2004-11-19Be a bit more careful with errors; if you cannot find the pty to stat forchristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-10-21Fix whitespace usage.enami
2001-01-05ANSIfy.mjl
2000-12-20__CONCAT does token pasting, not string concatnation. if something like:cgd
2000-10-11More format string cleanup by sommerfeld.is
1998-04-02Need <time.h> for localtime() and strftime() prototypes.kleink
1997-10-20minor WARNS for i386lukem
1997-10-20WARNSify; deprecate register; clean up .Nmmrg
1997-04-13properly terminal buffer after calling strftime.mrg
1996-11-14preserve data from localtime() buffer before reuse.mikel
1996-09-27Grok local timezone when determining "today".thorpej
1996-06-07RCS id police.thorpej
1996-05-21print 1day not 1days. pr#2259mrg
1994-05-09new w, to match libkvmcgd