<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/monetary.h, branch release/6.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-09-20T08:22:48Z</updated>
<entry>
<title>Fix an error which prevented ssize_t from becoming defined.  Add</title>
<updated>2002-09-20T08:22:48Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-09-20T08:22:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6b7f7587e3e310a01f7c98e5684513e950c82f72'/>
<id>urn:sha1:6b7f7587e3e310a01f7c98e5684513e950c82f72</id>
<content type='text'>
restrict type-qualifier.
</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/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>* style(9)'ify</title>
<updated>2001-12-12T15:41:08Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2001-12-12T15:41:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=19e4b807f6f41b444a1eb96a95229de42bdb65aa'/>
<id>urn:sha1:19e4b807f6f41b444a1eb96a95229de42bdb65aa</id>
<content type='text'>
* add K&amp;R support to langinfo.h

Requested by:	bde (2)
</content>
</entry>
<entry>
<title>Add my e-mail to copyrights</title>
<updated>2001-12-11T16:00:47Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2001-12-11T16:00:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=52d6b43026c85f6a7701ecf3caf0fecb613a4455'/>
<id>urn:sha1:52d6b43026c85f6a7701ecf3caf0fecb613a4455</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed some style bugs.</title>
<updated>2001-10-04T07:39:14Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2001-10-04T07:39:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=87bc118cfc14349c66e40fa4a4450bdc1aee54b9'/>
<id>urn:sha1:87bc118cfc14349c66e40fa4a4450bdc1aee54b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed namespace pollution:</title>
<updated>2001-10-04T07:37:57Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2001-10-04T07:37:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b68c690f16ed059696399ea05bb7fd73f5f5908'/>
<id>urn:sha1:9b68c690f16ed059696399ea05bb7fd73f5f5908</id>
<content type='text'>
- only declare the application symbols specified in Posix.1-200x drafts,
  not everything in &lt;sys/types.h&gt; and &lt;stddef.h&gt;.
- don't use the application symbol 'm' for an arg name.
</content>
</entry>
<entry>
<title>add monetary.h as per POSIX requirement</title>
<updated>2001-09-05T18:50:56Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2001-09-05T18:50:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc30da9d14c00bc9694b974ad6d0e1ea6f98830d'/>
<id>urn:sha1:cc30da9d14c00bc9694b974ad6d0e1ea6f98830d</id>
<content type='text'>
</content>
</entry>
</feed>
