<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system/lib/libc, branch push-upstream</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system/lib/libc?h=push-upstream</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system/lib/libc?h=push-upstream'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-07-17T17:55:07Z</updated>
<entry>
<title>strsignal; 1.21.4; fixes #2532</title>
<updated>2014-07-17T17:55:07Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-07-17T17:55:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=172e8afdf7633bff222d4042bc99ebd080323465'/>
<id>urn:sha1:172e8afdf7633bff222d4042bc99ebd080323465</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clang 3.4.2 complains about weak_alias for a symbol that isn't defined</title>
<updated>2014-07-08T05:21:45Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2014-07-07T23:50:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7184b8356f1285fe0ade4d115c1df2e2e8010bfa'/>
<id>urn:sha1:7184b8356f1285fe0ade4d115c1df2e2e8010bfa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add support for ffs libc function.</title>
<updated>2014-07-05T18:40:45Z</updated>
<author>
<name>Sebastien Ronsse</name>
<email>sronsse@gmail.com</email>
</author>
<published>2014-07-05T18:40:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=70c41ff817b80ec117e9a65a9bf37f482ae8405a'/>
<id>urn:sha1:70c41ff817b80ec117e9a65a9bf37f482ae8405a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update musl from 0.9.13 to 1.0.3</title>
<updated>2014-07-03T01:02:23Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-07-03T00:17:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=f96447d4bb387f9817523a1d277ddd0450e5c8cf'/>
<id>urn:sha1:f96447d4bb387f9817523a1d277ddd0450e5c8cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cherry-pick musl 1.1.3 wcsxfrm.c, fixes #2473</title>
<updated>2014-07-02T22:29:03Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-07-02T22:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e70413657a514ed9e9367fa43daa2cbff3fa4a2c'/>
<id>urn:sha1:e70413657a514ed9e9367fa43daa2cbff3fa4a2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate snprintf to musl. Move the most common sprintf-related code to libc instead of libcextra to avoid pulling libcextra in on common runs.</title>
<updated>2014-05-22T23:20:06Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-05-20T09:15:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c81baafb6a516c0bfef67751df1dcd19a0a9c750'/>
<id>urn:sha1:c81baafb6a516c0bfef67751df1dcd19a0a9c750</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate to using musl libc sprintf family to gain compiled asm.js performance. Keep a copy of handwritten vfprintf and fprintf around to be compatible with the Emscripten filesystem IO library. Also migrate frexp which sprintf depends on to musl libc.</title>
<updated>2014-05-22T23:20:06Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-05-15T10:14:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=210bff95040083cdbcdd13b38b2ce190f644528f'/>
<id>urn:sha1:210bff95040083cdbcdd13b38b2ce190f644528f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate to using musl libc sscanf to improve performance. Keep the existing JS vfscanf for Emscripten FS compatibility, and add the musl-specific version to be used when called from sscanf and vsscanf.</title>
<updated>2014-05-22T23:20:06Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-05-14T21:29:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a12a34e1db61cab6863f08e974750ed4c315379c'/>
<id>urn:sha1:a12a34e1db61cab6863f08e974750ed4c315379c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix test breakages in s_* suites after musl_charfuncs merge.</title>
<updated>2014-05-21T05:31:08Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-05-21T05:31:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=57ed92d565981c4f6d796c980b2530f0b47ee72b'/>
<id>urn:sha1:57ed92d565981c4f6d796c980b2530f0b47ee72b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate is*, to* and stro* to use musl libc.</title>
<updated>2014-05-20T21:49:26Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-05-20T12:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=492b230a84c5cd39585d6c06edeb2bca7709abaa'/>
<id>urn:sha1:492b230a84c5cd39585d6c06edeb2bca7709abaa</id>
<content type='text'>
</content>
</entry>
</feed>
