<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/main/libc-dev, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>main/libc-dev: fix typo in sgidefs.h</title>
<updated>2020-03-31T05:24:35+00:00</updated>
<author>
<name>Ariadne Conill</name>
<email>ariadne@dereferenced.org</email>
</author>
<published>2020-03-31T05:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=60424133be2e79bbfeff3d58147a22886f817ce2'/>
<id>60424133be2e79bbfeff3d58147a22886f817ce2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/libc-dev: fix checksums</title>
<updated>2020-03-31T05:05:36+00:00</updated>
<author>
<name>Ariadne Conill</name>
<email>ariadne@dereferenced.org</email>
</author>
<published>2020-03-31T05:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=1d457bcfdf1ec6207a115c5b707d628c081c99f6'/>
<id>1d457bcfdf1ec6207a115c5b707d628c081c99f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/libc-dev: MIPS: sgidefs wrapper: define _OABI32 and _NABI32 and _ABI64 if missing</title>
<updated>2020-03-31T05:04:43+00:00</updated>
<author>
<name>Ariadne Conill</name>
<email>ariadne@dereferenced.org</email>
</author>
<published>2020-03-31T05:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9ef108e910b25625d97a76fbcd631e92ccaf20a3'/>
<id>9ef108e910b25625d97a76fbcd631e92ccaf20a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/libc-dev: fix url &amp; clarify license</title>
<updated>2020-02-26T21:50:50+00:00</updated>
<author>
<name>TBK</name>
<email>tbk@jjtc.eu</email>
</author>
<published>2020-02-26T18:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9d5b5719bffa3a03b936da25c9508cc35f8ec943'/>
<id>9d5b5719bffa3a03b936da25c9508cc35f8ec943</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/libc-dev: add sgidefs.h file on mips targets</title>
<updated>2019-12-07T20:03:24+00:00</updated>
<author>
<name>Ariadne Conill</name>
<email>ariadne@dereferenced.org</email>
</author>
<published>2019-12-07T19:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=97b1c2842faa3bfa30f5811ffbf16d5ff9f1a479'/>
<id>97b1c2842faa3bfa30f5811ffbf16d5ff9f1a479</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/libc-dev: add empty check to empty package</title>
<updated>2018-02-16T17:16:59+00:00</updated>
<author>
<name>A. Wilcox</name>
<email>AWilcox@Wilcox-Tech.com</email>
</author>
<published>2018-02-11T02:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=cdca45021830765ad71e58af7ed31f42d1d3d644'/>
<id>cdca45021830765ad71e58af7ed31f42d1d3d644</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/libc-dev: Update sys/queue.h from NetBSD sources and bump ver.</title>
<updated>2016-12-26T10:00:31+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@zoho.com</email>
</author>
<published>2016-11-22T21:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=8db10f90bc1848cd8050dfe0df9cc40671225d39'/>
<id>8db10f90bc1848cd8050dfe0df9cc40671225d39</id>
<content type='text'>
Apply recent changes done by Christos Zoulas &lt;christos@zoulas.com&gt;.

http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/sys/queue.h?rev=1.70

* Revision 1.69, Mon Nov 2 14:49:07 2015 UTC by christos:
Use existing macros to implement TAILQ_FOREACH_REVERSE, like
TAILQ_FOREACH_REVERSE_SAFE does.

* Revision 1.70, Mon Nov 2 15:21:23 2015 UTC by christos:
Add missing paren.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apply recent changes done by Christos Zoulas &lt;christos@zoulas.com&gt;.

http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/sys/queue.h?rev=1.70

* Revision 1.69, Mon Nov 2 14:49:07 2015 UTC by christos:
Use existing macros to implement TAILQ_FOREACH_REVERSE, like
TAILQ_FOREACH_REVERSE_SAFE does.

* Revision 1.70, Mon Nov 2 15:21:23 2015 UTC by christos:
Add missing paren.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/libc-dev: fix license</title>
<updated>2016-06-14T12:09:07+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-06-13T16:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f786175dee26e4d51b932fbf40d71172e84f5854'/>
<id>f786175dee26e4d51b932fbf40d71172e84f5854</id>
<content type='text'>
bsd headers are not gpl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bsd headers are not gpl
</pre>
</div>
</content>
</entry>
<entry>
<title>main/libc-dev: split bsd compatibility headers to separate subpkg</title>
<updated>2014-12-12T09:36:49+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2014-12-11T09:33:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e3725c0af137717d6883265a92db3838900b5cee'/>
<id>e3725c0af137717d6883265a92db3838900b5cee</id>
<content type='text'>
also refresh sys/queue.h and add sys/tree.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also refresh sys/queue.h and add sys/tree.h
</pre>
</div>
</content>
</entry>
<entry>
<title>main/libc-dev: emit warning if sys/cdefs.h is used</title>
<updated>2014-07-03T05:49:15+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2014-07-03T05:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a109caf76a9432a80ba408a5250aa454fc8bee0c'/>
<id>a109caf76a9432a80ba408a5250aa454fc8bee0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
