<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src, branch failure</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src?h=failure</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src?h=failure'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-09-13T23:15:15Z</updated>
<entry>
<title>refactor memory initializer code to use run dependencies</title>
<updated>2013-09-13T23:15:15Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-09-13T23:15:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=73579052dae38b12067b350be0a11a74090d0dfe'/>
<id>urn:sha1:73579052dae38b12067b350be0a11a74090d0dfe</id>
<content type='text'>
</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>clear dependenciesFulfilled after use</title>
<updated>2013-09-13T21:57:05Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-09-13T21:57:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ee51b2bd829447fb83c5ebdbc3f8d157355c0fdc'/>
<id>urn:sha1:ee51b2bd829447fb83c5ebdbc3f8d157355c0fdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor code to handle when run dependencies reach 0</title>
<updated>2013-09-13T21:35:40Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-09-13T21:35:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8f3bb14fddb65ef6f47c0ca2b602079eba3bbb44'/>
<id>urn:sha1:8f3bb14fddb65ef6f47c0ca2b602079eba3bbb44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unneeded var</title>
<updated>2013-09-13T21:32:18Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-09-13T21:32:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=1c8a94f63981b557026997a7f481d5842de0cf84'/>
<id>urn:sha1:1c8a94f63981b557026997a7f481d5842de0cf84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add some stubs for libc needed by libc++</title>
<updated>2013-09-13T17:07:03Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-09-13T17:02:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=2c5899b2df1a349d3bd5bf349ba767fce4df7680'/>
<id>urn:sha1:2c5899b2df1a349d3bd5bf349ba767fce4df7680</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>Fix sockaddr struct definitions for musl.</title>
<updated>2013-09-13T17:07:03Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-04T09:40:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=2a60fa0c6f107959b754824a525a3d69294b9696'/>
<id>urn:sha1:2a60fa0c6f107959b754824a525a3d69294b9696</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle fpclassify and signbit for long double.</title>
<updated>2013-09-13T17:07:03Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-04T04:43:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=1421ef98bf35b3383077a7d9e250ce28102f4cce'/>
<id>urn:sha1:1421ef98bf35b3383077a7d9e250ce28102f4cce</id>
<content type='text'>
</content>
</entry>
</feed>
