<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/nl_types.h, branch release/12.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>include: General further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-25T17:09:43+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-25T17:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e58eb3c437974277957187cfed4b9aa0c1a1e253'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove NetBSD Foundation clauses 3 &amp; 4.  They eliminated those clauses</title>
<updated>2010-02-16T19:28:10+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2010-02-16T19:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=69235413d9d55b7fa7ce2ee2cc5caf9505fe1106'/>
<id>69235413d9d55b7fa7ce2ee2cc5caf9505fe1106</id>
<content type='text'>
last year.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
last year.
</pre>
</div>
</content>
</entry>
<entry>
<title>Analogous to __printflike and __scanflike, add the macro __format_arg which</title>
<updated>2006-01-26T20:53:40+00:00</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2006-01-26T20:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3acb8d3f94d62cc6b5676f7b8e2d5d21ff18bfb9'/>
<id>3acb8d3f94d62cc6b5676f7b8e2d5d21ff18bfb9</id>
<content type='text'>
expands to the GCC format_arg attribute if supported.

This fixes a syntax error in &lt;nl_types.h&gt; for compilers/tools not
implementing the GCC __attribute__ extensions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
expands to the GCC format_arg attribute if supported.

This fixes a syntax error in &lt;nl_types.h&gt; for compilers/tools not
implementing the GCC __attribute__ extensions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring in NetBSD's improvements and cleanups to NLS subsystem, making</title>
<updated>2005-02-27T16:20:53+00:00</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2005-02-27T16:20:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=54de74440291e0c9b4c498ea6e0a4da5eb72853f'/>
<id>54de74440291e0c9b4c498ea6e0a4da5eb72853f</id>
<content type='text'>
it type and endian clean and removing of stdio dependency from NLS
functions (catalog files now are processed via mmap()).

Also following changes were done (against NetBSD version):

. ANSI'fy prototypes
. Mention FreeBSD in comments
. Pull in sys/types.h instead of sys/_types.h since some types used here
  are defined in sys/types.h

Obtained from:	NetBSD (mostly)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it type and endian clean and removing of stdio dependency from NLS
functions (catalog files now are processed via mmap()).

Also following changes were done (against NetBSD version):

. ANSI'fy prototypes
. Mention FreeBSD in comments
. Pull in sys/types.h instead of sys/_types.h since some types used here
  are defined in sys/types.h

Obtained from:	NetBSD (mostly)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add forgotten &lt;sys/_types.h&gt; include.  Fix some style bugs while I'm</title>
<updated>2002-09-24T17:28:12+00:00</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-09-24T17:28:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=be6180cf890af77b5242777bbaade2f330c42036'/>
<id>be6180cf890af77b5242777bbaade2f330c42036</id>
<content type='text'>
here.

PR: 43326
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
here.

PR: 43326
</pre>
</div>
</content>
</entry>
<entry>
<title>Move definition of nl_item type to &lt;sys/_types.h&gt;, so that it can be</title>
<updated>2002-09-18T05:51:23+00:00</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-09-18T05:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f4a1f909c6649da6f4f2be4a6b2fea4de78f5de3'/>
<id>f4a1f909c6649da6f4f2be4a6b2fea4de78f5de3</id>
<content type='text'>
shared.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
shared.
</pre>
</div>
</content>
</entry>
<entry>
<title>Breath deep and take __P out of the system include files.</title>
<updated>2002-03-23T17:24:55+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-23T17:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bb28f3c29b4c91af1b0e79e456294bb08735648a'/>
<id>bb28f3c29b4c91af1b0e79e456294bb08735648a</id>
<content type='text'>
# This appears to not break X11, but I'm having problems compiling the
# glide part of the server with or without this patch, so I can't tell
# for sure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# This appears to not break X11, but I'm having problems compiling the
# glide part of the server with or without this patch, so I can't tell
# for sure.
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-27T23:45:13+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-27T23:45:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a4add9a9b110cb5deed00bf9cf7ca970daae2da7'/>
<id>a4add9a9b110cb5deed00bf9cf7ca970daae2da7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Protect declarations for C++ users.</title>
<updated>1999-05-08T05:50:07+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1999-05-08T05:50:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=da8f43d1fccac244520b8fa56ef6911e25074351'/>
<id>da8f43d1fccac244520b8fa56ef6911e25074351</id>
<content type='text'>
Submitted by:	Richard Wiwatowski &lt;rjwiwat@ozemail.com.au&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Richard Wiwatowski &lt;rjwiwat@ozemail.com.au&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Prototypes/typedefs cleanup</title>
<updated>1998-04-30T10:09:58+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1998-04-30T10:09:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f5fb4817a6a888621cf57564edeea489dc1d879'/>
<id>3f5fb4817a6a888621cf57564edeea489dc1d879</id>
<content type='text'>
Add NL_CAT_LOCALE (will be implemented soon)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add NL_CAT_LOCALE (will be implemented soon)
</pre>
</div>
</content>
</entry>
</feed>
