<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/monetary.h, branch releng/12.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-11-25T17:09:43Z</updated>
<entry>
<title>include: General further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-25T17:09:43Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-25T17:09:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e58eb3c437974277957187cfed4b9aa0c1a1e253'/>
<id>urn:sha1:e58eb3c437974277957187cfed4b9aa0c1a1e253</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using mis-identified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
</content>
</entry>
<entry>
<title>Make strfmon_l() work without requiring the use of &lt;xlocale.h&gt;.</title>
<updated>2016-05-31T12:29:21Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2016-05-31T12:29:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b240f5e262a10fd8072e8dfe989703b973a354d0'/>
<id>urn:sha1:b240f5e262a10fd8072e8dfe989703b973a354d0</id>
<content type='text'>
The strfmon_l() function provided by &lt;xlocale/_monetary.h&gt; is also part
of POSIX 2008's &lt;monetary.h&gt;, so it should be exposed by default.

Change the check used in &lt;monetary.h&gt; to be similar to the one that's
part of &lt;wchar.h&gt;, where we both test for __POSIX_VISIBLE and
_XLOCALE_H_.
</content>
</entry>
<entry>
<title>Correctly expose xlocale functions if people include the headers in the wrong</title>
<updated>2012-03-28T12:11:54Z</updated>
<author>
<name>David Chisnall</name>
<email>theraven@FreeBSD.org</email>
</author>
<published>2012-03-28T12:11:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3ac9d659890471a1936268bfec06e74caf9025df'/>
<id>urn:sha1:3ac9d659890471a1936268bfec06e74caf9025df</id>
<content type='text'>
order (as some ports apparently do).

Approved by:	dim (mentor)
</content>
</entry>
<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>
