<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system, branch 1.2.9</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system?h=1.2.9</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system?h=1.2.9'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-03-07T04:59:11Z</updated>
<entry>
<title>Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc side, this can fix double precision bug in original strtod implementation.</title>
<updated>2013-03-07T04:59:11Z</updated>
<author>
<name>Xuejie "Rafael" Xiao</name>
<email>xxuejie@gmail.com</email>
</author>
<published>2013-03-07T04:58:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d4c9620fb57f1f18d75149b5108aaf127a6fd9ab'/>
<id>urn:sha1:d4c9620fb57f1f18d75149b5108aaf127a6fd9ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for getopt/getopt_long</title>
<updated>2013-03-05T21:05:11Z</updated>
<author>
<name>manuels</name>
<email>manuel.schoelling@gmx.de</email>
</author>
<published>2013-03-05T20:58:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6efef45cbfad95034f2ccd450bbca08235dc8936'/>
<id>urn:sha1:6efef45cbfad95034f2ccd450bbca08235dc8936</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #908 from waywardmonkeys/fix-typos</title>
<updated>2013-03-05T20:42:19Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-03-05T20:42:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5f35f00af365bb890cf80fc7694a65e55645dbf5'/>
<id>urn:sha1:5f35f00af365bb890cf80fc7694a65e55645dbf5</id>
<content type='text'>
Fix typos.</content>
</entry>
<entry>
<title>Merge pull request #909 from waywardmonkeys/fix-stdbool-h</title>
<updated>2013-03-05T20:41:46Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-03-05T20:41:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ae342cbe2e592ddb35c533723912a3492acca3ba'/>
<id>urn:sha1:ae342cbe2e592ddb35c533723912a3492acca3ba</id>
<content type='text'>
Ensure __bool_true_false_are_defined is defined.</content>
</entry>
<entry>
<title>disable emscripten_jcache_printf in non-C++</title>
<updated>2013-03-05T01:24:47Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-03-05T01:24:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6de84bc7daffe278f46c4a4fa5c02160799a7a29'/>
<id>urn:sha1:6de84bc7daffe278f46c4a4fa5c02160799a7a29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emscripten_jcache_printf</title>
<updated>2013-03-05T01:07:25Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-03-05T01:07:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=26a3a085fc1be4f3d648a2e5e6b05c54f4b04a00'/>
<id>urn:sha1:26a3a085fc1be4f3d648a2e5e6b05c54f4b04a00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure __bool_true_false_are_defined is defined.</title>
<updated>2013-03-04T09:07:43Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-03-04T09:07:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=057ab746dfa96de94f5173531e7839d271d71c5a'/>
<id>urn:sha1:057ab746dfa96de94f5173531e7839d271d71c5a</id>
<content type='text'>
Previously, when compiling in C++ mode, this wasn't defined which
led to test failures for the libcxx test suite.

This now behaves like it does on other platforms.
</content>
</entry>
<entry>
<title>Fix typos.</title>
<updated>2013-03-04T09:05:15Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-03-04T09:05:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7562bddcebda9fdc05ad4dff375126af647bebdd'/>
<id>urn:sha1:7562bddcebda9fdc05ad4dff375126af647bebdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #846 from juj/dlmalloc_286</title>
<updated>2013-03-03T18:43:46Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-03-03T18:43:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=2f0b24bad56feda4369f6f5cff09c47a6126af9a'/>
<id>urn:sha1:2f0b24bad56feda4369f6f5cff09c47a6126af9a</id>
<content type='text'>
Dlmalloc 286</content>
</entry>
<entry>
<title>update libc symbols</title>
<updated>2013-02-23T22:12:54Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-02-23T22:12:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=dce808a762b84397d2b0811b8a4f36d1743fd0c2'/>
<id>urn:sha1:dce808a762b84397d2b0811b8a4f36d1743fd0c2</id>
<content type='text'>
</content>
</entry>
</feed>
