<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system/lib, branch 1.6.4</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system/lib?h=1.6.4</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system/lib?h=1.6.4'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-09-26T02:22:22Z</updated>
<entry>
<title>Add iconv from musl.</title>
<updated>2013-09-26T02:22:22Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-14T15:28:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e197906fe1c87742ce020e7e9a1bec2d2a5abe6a'/>
<id>urn:sha1:e197906fe1c87742ce020e7e9a1bec2d2a5abe6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add wprintf, swprintf, vswprintf, vfwprintf, etc.</title>
<updated>2013-09-25T23:46:53Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-25T04:52:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=894d13a4db38885fc282f1f129b481870dfb1902'/>
<id>urn:sha1:894d13a4db38885fc282f1f129b481870dfb1902</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a lot of locale code.</title>
<updated>2013-09-25T23:46:48Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-14T08:59:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7d58080e9354e6e34cb70568ea20cfa410c17cae'/>
<id>urn:sha1:7d58080e9354e6e34cb70568ea20cfa410c17cae</id>
<content type='text'>
</content>
</entry>
<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>Don't define _POSIX_SHARED_MEMORY_OBJECTS.</title>
<updated>2013-09-13T17:11:32Z</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=bf349b84d900eb403cef64ab5e9469c9bd672ec6'/>
<id>urn:sha1:bf349b84d900eb403cef64ab5e9469c9bd672ec6</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>Correctly note musl provenance and differences.</title>
<updated>2013-09-13T17:07:03Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-06T10:42:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=4c3c7df30af6dc9ba6309e527a5173d9078c56b9'/>
<id>urn:sha1:4c3c7df30af6dc9ba6309e527a5173d9078c56b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use __EMSCRIPTEN__ rather than EMSCRIPTEN.</title>
<updated>2013-09-06T05:19:24Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-06T05:19:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e5f6f3a3d80a0c79860ebf4638183c8edc3dfe33'/>
<id>urn:sha1:e5f6f3a3d80a0c79860ebf4638183c8edc3dfe33</id>
<content type='text'>
This was requested by someone upstream when I'd originally submitted
these changes and is more correct.
</content>
</entry>
<entry>
<title>Update libcxx to revision 187959, 2013-08-08.</title>
<updated>2013-08-09T02:53:12Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-08-08T08:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6f894d481d19e05fbc10f3ce7d74d9180d1cbb64'/>
<id>urn:sha1:6f894d481d19e05fbc10f3ce7d74d9180d1cbb64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2013-08-09T02:50:27Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-08-09T02:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6c275bebb45d6aac7e4a024b825ab34971b178d2'/>
<id>urn:sha1:6c275bebb45d6aac7e4a024b825ab34971b178d2</id>
<content type='text'>
</content>
</entry>
</feed>
