<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system/lib/libc, branch master</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system/lib/libc?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system/lib/libc?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-05-22T23:20:06Z</updated>
<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>
<entry>
<title>Add JavaScript implementation of musl architecture-specific instructions.</title>
<updated>2014-04-07T15:28:07Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-04-07T15:28:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a04fd2a2c6110b5c7f65c1d993a582fb12e505e4'/>
<id>urn:sha1:a04fd2a2c6110b5c7f65c1d993a582fb12e505e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate to using musl 0.9.13 strtok and strtok_r for better asm.js performance.</title>
<updated>2014-03-29T03:06:17Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-03-16T02:11:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=64300b2ea56bfe6f09f855cfd7f7f6d99ec39bfe'/>
<id>urn:sha1:64300b2ea56bfe6f09f855cfd7f7f6d99ec39bfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate to using musl 0.9.13 strpbrk for better asm.js performance.</title>
<updated>2014-03-29T03:06:17Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-03-16T02:08:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=bbc711d5c719bbd14cd7849309e89608ae13d287'/>
<id>urn:sha1:bbc711d5c719bbd14cd7849309e89608ae13d287</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate to using musl 0.9.13 strdup and strndup for better asm.js performace.</title>
<updated>2014-03-29T03:06:17Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-03-16T02:05:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0967703fd279255e2f479e6bba9bb7ef48e1c7d6'/>
<id>urn:sha1:0967703fd279255e2f479e6bba9bb7ef48e1c7d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate to using musl 0.9.13 strchr, strrchr, index and rindex for better asm.js performance.</title>
<updated>2014-03-29T03:06:17Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-03-16T02:02:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c4363b595cb2529345e3248b1f374595e83953ff'/>
<id>urn:sha1:c4363b595cb2529345e3248b1f374595e83953ff</id>
<content type='text'>
</content>
</entry>
</feed>
