<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/include/time.h, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2003-12-18T00:59:51Z</updated>
<entry>
<title>MFC:  add sys/_null.h and change the definition of NULL to a long on ia64</title>
<updated>2003-12-18T00:59:51Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-12-18T00:59:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9869849933c12ee9917e98a250d924565aff581d'/>
<id>urn:sha1:9869849933c12ee9917e98a250d924565aff581d</id>
<content type='text'>
and amd64.  Ensure that this is not accidently activated on any platforms
other than these two since its quite late in the release cycle and it is
not worth the risk of disturbing to the established platforms.

Approved by:  re (scottl, jhb)
</content>
</entry>
<entry>
<title>Style: One space between "restrict" qualifier and "*".</title>
<updated>2002-09-06T11:24:06Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-09-06T11:24:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58d38e25205c6ee5ef0796ffa2cd8e2ca6c6e7f3'/>
<id>urn:sha1:58d38e25205c6ee5ef0796ffa2cd8e2ca6c6e7f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all</title>
<updated>2002-09-03T00:06:58Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-09-03T00:06:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dd1b6791a84d2f66c5dd12328256e09d7d6a6f2c'/>
<id>urn:sha1:dd1b6791a84d2f66c5dd12328256e09d7d6a6f2c</id>
<content type='text'>
architectures, move the definition directly into &lt;time.h&gt; and finish
the removal of &lt;machine/ansi.h&gt;.
</content>
</entry>
<entry>
<title>o Merge &lt;machine/ansi.h&gt; and &lt;machine/types.h&gt; into a new header</title>
<updated>2002-08-21T16:20:02Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-08-21T16:20:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=abbd8902334e8c6409384593b4a2c81f939b47b4'/>
<id>urn:sha1:abbd8902334e8c6409384593b4a2c81f939b47b4</id>
<content type='text'>
  called &lt;machine/_types.h&gt;.
o &lt;machine/ansi.h&gt; will continue to live so it can define MD clock
  macros, which are only MD because of gratuitous differences between
  architectures.
o Change all headers to make use of this.  This mainly involves
  changing:
    #ifdef _BSD_FOO_T_
    typedef	_BSD_FOO_T_	foo_t;
    #undef _BSD_FOO_T_
    #endif
  to:
    #ifndef _FOO_T_DECLARED
    typedef	__foo_t	foo_t;
    #define	_FOO_T_DECLARED
    #endif

Concept by:	bde
Reviewed by:	jake, obrien
</content>
</entry>
<entry>
<title> - Add the 'restrict' qualifier to the function definition of</title>
<updated>2002-08-14T23:20:48Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-08-14T23:20:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=620035ef8982a70259ba414df3039c0d1625aa58'/>
<id>urn:sha1:620035ef8982a70259ba414df3039c0d1625aa58</id>
<content type='text'>
   strftime(3) for IEEE Std 1003.1-2001 compliance and remove
   excessive usage of the 'const' qualifier that was neither
   present in the prototype in the publice header, nor in the
   local prototype just above the function definition.
 - Replace the K&amp;R function definition with a ANSI-C one.
 - Update the prototype of strftime(3) in its manual page.
</content>
</entry>
<entry>
<title> - Add the C99 'restrict' qualifier using the '__restrict' macro to</title>
<updated>2002-08-14T22:36:22Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-08-14T22:36:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d542f511a0b87b12a2b2459f8995921449f86c82'/>
<id>urn:sha1:d542f511a0b87b12a2b2459f8995921449f86c82</id>
<content type='text'>
   function prototype and definition of strptime(3).
 - Update the manual page.
</content>
</entry>
<entry>
<title>The thread-safe time functions appear to have been introduced as of</title>
<updated>2002-06-27T20:18:45Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-06-27T20:18:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b3ab54e105daaee03fbeb71f310d655de242fcfe'/>
<id>urn:sha1:b3ab54e105daaee03fbeb71f310d655de242fcfe</id>
<content type='text'>
ISO 9945-1: 1996 (according to the change bars therein), which corresponds
to 1003.1c-1995.  Give them appropriate visibility protection.
</content>
</entry>
<entry>
<title>Resort namespace blocks into a more sensible order.  Delete a redundant</title>
<updated>2002-06-27T18:40:51Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-06-27T18:40:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b8c540541137bb215167c94b1d9c66e4354ef6a0'/>
<id>urn:sha1:b8c540541137bb215167c94b1d9c66e4354ef6a0</id>
<content type='text'>
comment.
</content>
</entry>
<entry>
<title>Move dillon's time conversion functions to a new header &lt;timeconv.h&gt;.</title>
<updated>2002-06-17T01:42:33Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-06-17T01:42:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8466ae90331446c30cd29d11ac03a58b334cd2d7'/>
<id>urn:sha1:8466ae90331446c30cd29d11ac03a58b334cd2d7</id>
<content type='text'>
Since they were never documented and have never appeared in a FreeBSD
release, no repo-copy of the header is done.  This removes namespace
pollution from &lt;time.h&gt;.
</content>
</entry>
<entry>
<title>Clean up a bit of namespace pollution which crept in with the last rev.</title>
<updated>2002-06-17T01:31:25Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-06-17T01:31:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=73cf72f56588dc081c005fe9080bbdb75b789f3a'/>
<id>urn:sha1:73cf72f56588dc081c005fe9080bbdb75b789f3a</id>
<content type='text'>
Submitted by:	bde
</content>
</entry>
</feed>
