Commit Graph

12 Commits

Author SHA1 Message Date
mjl 3d418a4a73 ANSIfy. 2001-01-05 04:59:21 +00:00
cgd 2af1e46eab __CONCAT does token pasting, not string concatnation. if something like:
__CONCAT("foo","bar");
actually works to concantate strings, it's because the preprocessor expands
it into "foo""bar" as separate strings, and then ANSI string concatenation
is performed on that.  It's more straightforward to just use ANSI string
concatenation directly, and newer GCCs complain (rightly) about misuse
of token pasting.
2000-12-20 01:17:49 +00:00
is 135600f947 More format string cleanup by sommerfeld. 2000-10-11 14:46:00 +00:00
kleink b17e4cc794 Need <time.h> for localtime() and strftime() prototypes. 1998-04-02 11:34:23 +00:00
lukem 831bc1ae96 minor WARNS for i386 1997-10-20 03:08:44 +00:00
mrg 615373621d WARNSify; deprecate register; clean up .Nm 1997-10-20 02:49:14 +00:00
mrg 8d51c2f90d properly terminal buffer after calling strftime. 1997-04-13 13:44:13 +00:00
mikel f9a7d704f1 preserve data from localtime() buffer before reuse.
PRs bin/2889 and bin/2906, with some improvement by me.
1996-11-14 07:34:46 +00:00
thorpej 93f0bfac6d Grok local timezone when determining "today".
From Tatoku Ogaito <tacha@tera.fukui-med.ac.jp>, PR #2534.
1996-09-27 03:32:07 +00:00
thorpej 8baabb16e5 RCS id police. 1996-06-07 01:39:10 +00:00
mrg 0272dd3aaf print 1day not 1days. pr#2259 1996-05-21 13:21:07 +00:00
cgd f7329f6875 new w, to match libkvm 1994-05-09 03:32:48 +00:00