<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system/include/libc, branch 1.8.5</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system/include/libc?h=1.8.5</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system/include/libc?h=1.8.5'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-09-24T14:01:04Z</updated>
<entry>
<title>Mark __assert_fail as _Noreturn.</title>
<updated>2013-09-24T14:01:04Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-24T14:01:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=baa4d38f13f436bdeba724f0825bbe985637be22'/>
<id>urn:sha1:baa4d38f13f436bdeba724f0825bbe985637be22</id>
<content type='text'>
This eliminates a performance regression caused in the box2d
benchmark by switching to the musl headers.  Without this
being _Noreturn, clang / llvm generates much worse code involving
phis and extra loads.
</content>
</entry>
<entry>
<title>headers readme</title>
<updated>2013-09-13T17:07:03Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-09-12T23:30:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ed9596d393b585ba21983ab585ff5bb7c488fe0d'/>
<id>urn:sha1:ed9596d393b585ba21983ab585ff5bb7c488fe0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't define _POSIX_SHARED_MEMORY_OBJECTS.</title>
<updated>2013-09-13T17:07:03Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-12T04:33:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=1dc5a8a5cddab263bd455c3df11813a15c198a77'/>
<id>urn:sha1:1dc5a8a5cddab263bd455c3df11813a15c198a77</id>
<content type='text'>
This isn't implemented, so don't define it.
</content>
</entry>
<entry>
<title>Update to musl-0.9.13 headers.</title>
<updated>2013-09-13T17:07:03Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-06T10:48:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=733e6877d7b1146ecb5c796f4d249843101a7b5f'/>
<id>urn:sha1:733e6877d7b1146ecb5c796f4d249843101a7b5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change various 64 bit typedefs over to 32 bit.</title>
<updated>2013-09-13T17:07:03Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-06T09:18:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=595d7eeae698d985ea2da9d3b98d27af9e035f6c'/>
<id>urn:sha1:595d7eeae698d985ea2da9d3b98d27af9e035f6c</id>
<content type='text'>
This also removes all of the changes that were needed for those
typedefs to be 64 bit.
</content>
</entry>
<entry>
<title>Emscripten requires different #s for stdio fds.</title>
<updated>2013-09-13T17:07:03Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-08-31T04:06:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7b583fbae80ffaa472416c16cc36f767ed00f5c3'/>
<id>urn:sha1:7b583fbae80ffaa472416c16cc36f767ed00f5c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update libc headers to use musl headers.</title>
<updated>2013-09-13T17:07:02Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-08-03T16:32:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5c6e1633d218bd5b9c5077634829eb14d326308f'/>
<id>urn:sha1:5c6e1633d218bd5b9c5077634829eb14d326308f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add compat headers, move some things to them.</title>
<updated>2013-08-16T11:04:54Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-08-16T05:59:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=10d1cb9f3e515778e7841b61df4c6ad94c3d8352'/>
<id>urn:sha1:10d1cb9f3e515778e7841b61df4c6ad94c3d8352</id>
<content type='text'>
This is groundwork for landing musl includes which remove
some of the deprecated functions or very old BSDisms.
</content>
</entry>
<entry>
<title>Add constants to network headers</title>
<updated>2013-08-06T18:13:57Z</updated>
<author>
<name>Yu Kobayashi</name>
<email>yukoba@accelart.jp</email>
</author>
<published>2013-07-30T04:15:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0a9dc0b0b23c8c22fc96ddaa063755f939e4ca6d'/>
<id>urn:sha1:0a9dc0b0b23c8c22fc96ddaa063755f939e4ca6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added isinff and isnanf</title>
<updated>2013-07-30T00:00:44Z</updated>
<author>
<name>Yu Kobayashi</name>
<email>yukoba@accelart.jp</email>
</author>
<published>2013-07-30T00:00:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=4258d64d0c6f0fbee8f17feed7200c18ea44a059'/>
<id>urn:sha1:4258d64d0c6f0fbee8f17feed7200c18ea44a059</id>
<content type='text'>
</content>
</entry>
</feed>
