<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system/include, branch 1.6.4</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system/include?h=1.6.4</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system/include?h=1.6.4'/>
<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>emscripten_async_load_script</title>
<updated>2013-09-13T22:13:30Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-09-13T22:13:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=1fc6762e3176843ffc378c8b4f43dd73fed25ebe'/>
<id>urn:sha1:1fc6762e3176843ffc378c8b4f43dd73fed25ebe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add compat sys/socketvar.h</title>
<updated>2013-09-13T17:11:51Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-13T04:06:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=61c818d8da85668f2697d032f118db4243d7cafe'/>
<id>urn:sha1:61c818d8da85668f2697d032f118db4243d7cafe</id>
<content type='text'>
This is required by xmlvm's hysock which is needed for the
benchmark.test_zzz_java_nbody test.
</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>Incorrect return type on a compat header.</title>
<updated>2013-09-13T17:07:03Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-06T14:32:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8f1db82f5ab8c2fdfcdeccd7e502f1854da5d696'/>
<id>urn:sha1:8f1db82f5ab8c2fdfcdeccd7e502f1854da5d696</id>
<content type='text'>
This was exposed by the update to musl 0.9.13 which now has a
prototype for this function.
</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>gethostbyname_r update.</title>
<updated>2013-09-13T17:07:03Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-05T02:26:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b9c8b95795849264c58be7d1496da3c4078df96c'/>
<id>urn:sha1:b9c8b95795849264c58be7d1496da3c4078df96c</id>
<content type='text'>
* gethostbyname_r is now the 6 arg version.
* Make enet use the right code path (this should be upstreamed).
* Add a compat header to make these declarations visible to all without
  extra compilation flags.
</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>
</feed>
