<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/date/date.c, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-04-06T20:06:54Z</updated>
<entry>
<title>Remove clause 3 from the UCB licenses.</title>
<updated>2004-04-06T20:06:54Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-04-06T20:06:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6195fb4102afbdfc3da8c0ac2e4cacb0f37d89a9'/>
<id>urn:sha1:6195fb4102afbdfc3da8c0ac2e4cacb0f37d89a9</id>
<content type='text'>
OK'ed by:	imp, core
</content>
</entry>
<entry>
<title>Rev. 1.32 moved a comment to the wrong line. The hack refered to</title>
<updated>2004-03-04T15:46:14Z</updated>
<author>
<name>Mike Makonnen</name>
<email>mtm@FreeBSD.org</email>
</author>
<published>2004-03-04T15:46:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=662713f2a83759d41419f5446bf992fa031b7b97'/>
<id>urn:sha1:662713f2a83759d41419f5446bf992fa031b7b97</id>
<content type='text'>
in the comment applies to a decision that needs to be made in relation
to the year 2000.

In fact, that statement probably should be changed to be
more generic (getting the year from the current time perhaps). Otherwise,
starting in 2069 two digit year conversions in date(1) will start assuming
1900 instead of 2000. hehe.
</content>
</entry>
<entry>
<title>Check for write errors; report and exit with error value.</title>
<updated>2003-10-04T07:16:40Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2003-10-04T07:16:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4566e7a433c6723bc563e31f7edeac92038c29b5'/>
<id>urn:sha1:4566e7a433c6723bc563e31f7edeac92038c29b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enclose sccsid according to style(9).</title>
<updated>2003-02-05T12:56:40Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2003-02-05T12:56:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e869e5070444920bc846b5936bd0d9584eb56ea6'/>
<id>urn:sha1:e869e5070444920bc846b5936bd0d9584eb56ea6</id>
<content type='text'>
udp/timed -&gt; timed/udp
</content>
</entry>
<entry>
<title>Staticify for lint.</title>
<updated>2002-10-18T14:48:48Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-10-18T14:48:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4e3b1d65e600b3e0c4223e9ade49a143559fd9c7'/>
<id>urn:sha1:4e3b1d65e600b3e0c4223e9ade49a143559fd9c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistently use __FBSDID</title>
<updated>2002-06-30T05:13:54Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-30T05:13:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5eb43ac2f70729e688f03999a2f66d1272e14a6d'/>
<id>urn:sha1:5eb43ac2f70729e688f03999a2f66d1272e14a6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings inspired by lint, a commercial lint and WARNS=4.</title>
<updated>2002-02-22T20:51:00Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-02-22T20:51:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9afa09cd0eb32581d301f6b9f9dc252e2a879a05'/>
<id>urn:sha1:9afa09cd0eb32581d301f6b9f9dc252e2a879a05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o __P has been reoved</title>
<updated>2002-02-02T06:24:13Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-02-02T06:24:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f9bcb0beb529e74510077ff052839d7ad2817950'/>
<id>urn:sha1:f9bcb0beb529e74510077ff052839d7ad2817950</id>
<content type='text'>
o Old-style K&amp;R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int argc, char *argv[]) is the preferred main definition.
o Attempt to not break style(9) conformance for declarations more than
  they already are.

Approved by: arch@, new style(9)
</content>
</entry>
<entry>
<title>Remove assumption that time_t is an int</title>
<updated>2001-10-28T02:28:04Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-10-28T02:28:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd9c42579497b1ca792f06b6958a54588a50c78b'/>
<id>urn:sha1:cd9c42579497b1ca792f06b6958a54588a50c78b</id>
<content type='text'>
MFC after:	1 day
</content>
</entry>
<entry>
<title>Add -j to the usage string.</title>
<updated>2001-06-09T06:14:05Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-06-09T06:14:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1adbddec6ebbf7efde68e6842c8278898b92407d'/>
<id>urn:sha1:1adbddec6ebbf7efde68e6842c8278898b92407d</id>
<content type='text'>
PR:		27986
Submitted by:	Cyrille Lefevre &lt;clefevre@redirect.to&gt;
</content>
</entry>
</feed>
