<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system, branch 1.9.0</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system?h=1.9.0</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system?h=1.9.0'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-01-15T19:26:48Z</updated>
<entry>
<title>add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well</title>
<updated>2014-01-15T19:26:48Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-14T01:48:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c5522c645635939ac49e6cfecb02a64e768a76d6'/>
<id>urn:sha1:c5522c645635939ac49e6cfecb02a64e768a76d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove musl use of fwritex</title>
<updated>2014-01-15T18:32:12Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-15T18:32:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3753753c60a0b2ecb7ebd0475408c02cfff4ec91'/>
<id>urn:sha1:3753753c60a0b2ecb7ebd0475408c02cfff4ec91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fill in undefined math symbols.</title>
<updated>2014-01-15T05:01:56Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2014-01-15T02:57:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=db88b6cd9b687c3c88efd0e193ba8a97b0aef53d'/>
<id>urn:sha1:db88b6cd9b687c3c88efd0e193ba8a97b0aef53d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix wprintf-related bug that bit fastcomp</title>
<updated>2014-01-15T00:23:45Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-15T00:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a6effe0a86e59a656aaa27c01d107d2153f8c825'/>
<id>urn:sha1:a6effe0a86e59a656aaa27c01d107d2153f8c825</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2009 from waywardmonkeys/updates2</title>
<updated>2014-01-14T22:11:16Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-14T22:11:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c8529f6fa67bc6f5adada4fc3f9804c852371c50'/>
<id>urn:sha1:c8529f6fa67bc6f5adada4fc3f9804c852371c50</id>
<content type='text'>
Updates2</content>
</entry>
<entry>
<title>Add GLEW 1.10.0 emulation</title>
<updated>2014-01-14T15:04:58Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2014-01-14T15:04:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a39788f5020f726cbe6cfcc49de9cc669f445237'/>
<id>urn:sha1:a39788f5020f726cbe6cfcc49de9cc669f445237</id>
<content type='text'>
Includes library_glew.js that stubs the init functions, but also provides the
other functions.

GL/glew.h is now changed to work with GLEW_EXT_foo_bar constants,
some missing constants that are in GLEW 1.10.0 are also provided.

Otherwise it still uses SDL_opengl.h to provide function definitions and
other constants.

Linaro's GLEW (glew-oes) is also supported to some degree to make it
easier to get ES1 and ES2 software using it running.

What it lacks:
- Some constants and function declarations that are in GLEW 1.10.0
might be missing.
- The real glew-es fork also includes normal GL constants and
function pointers, this does not.

Tests ran:
- tests/runner.py browser

Real world example using this code (and upcomming glfw3 port) can be found here:
http://cloudef.eu/glhck
http://cloudef.eu/glhck/qb.html
</content>
</entry>
<entry>
<title>Expand aliases for strto*_l() to short functions.</title>
<updated>2014-01-14T09:19:38Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2014-01-14T08:45:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8016130a5149e2989c3986ba06400fce287006bb'/>
<id>urn:sha1:8016130a5149e2989c3986ba06400fce287006bb</id>
<content type='text'>
This removes warnings about incompatible pointer types in asm2 mode.
</content>
</entry>
<entry>
<title>Move err/warn/etc from libc to libcextra.</title>
<updated>2014-01-14T08:05:21Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2014-01-14T07:55:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8f85a8ed689957e72b161bad12e3d691507e1094'/>
<id>urn:sha1:8f85a8ed689957e72b161bad12e3d691507e1094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace getopt_long with musl version.</title>
<updated>2014-01-14T08:05:21Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-11-18T07:23:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=58713dc4266f88ef59c9da92bcfd6f4fd6ae1ada'/>
<id>urn:sha1:58713dc4266f88ef59c9da92bcfd6f4fd6ae1ada</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stdlib/strtod.c is no longer used.</title>
<updated>2014-01-14T08:05:21Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2014-01-14T05:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=98cb4917eba85277a9743d4b6a84fc4903f17fca'/>
<id>urn:sha1:98cb4917eba85277a9743d4b6a84fc4903f17fca</id>
<content type='text'>
This has been replaced with code from musl.
</content>
</entry>
</feed>
