<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system/lib, branch 1.3.0</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system/lib?h=1.3.0</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system/lib?h=1.3.0'/>
<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 #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>
<entry>
<title>remove bad_cast/typeinfo.cpp from libcxx, no longer needed since it is in libcxxabi</title>
<updated>2013-02-21T00:58:18Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-02-21T00:58:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5afd8a25d1a6f73f0089ae942246884b79ffb8ba'/>
<id>urn:sha1:5afd8a25d1a6f73f0089ae942246884b79ffb8ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build base type_info class with libcxxabi, fixes #862</title>
<updated>2013-02-21T00:33:29Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-02-21T00:33:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=dce46c9c2a9382070e81a2fd16747dea2c5c54c5'/>
<id>urn:sha1:dce46c9c2a9382070e81a2fd16747dea2c5c54c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to dlmalloc 2.8.6 and set HAVE_MMAP to 0 only if compiling under EMSCRIPTEN to fix an allocator failure issue on OSX when building test_dlmalloc to native code. Fixes #730.</title>
<updated>2013-02-12T00:12:46Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-02-11T23:25:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b2dcd0e2b9c9442d29a92d8ffd277df75f03fcaa'/>
<id>urn:sha1:b2dcd0e2b9c9442d29a92d8ffd277df75f03fcaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use musl memcpy instead of out handwritten js one</title>
<updated>2013-01-10T00:01:58Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-01-10T00:01:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b41145cc84edf93c0b7ad77477a3b98753a2c6d7'/>
<id>urn:sha1:b41145cc84edf93c0b7ad77477a3b98753a2c6d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename dlmalloc to libc in cache, in preparation for adding further code there</title>
<updated>2013-01-09T20:38:43Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-01-09T20:38:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8e283ee92b501aff711d28063db263a63cc1071a'/>
<id>urn:sha1:8e283ee92b501aff711d28063db263a63cc1071a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update libcxxabi</title>
<updated>2012-12-21T18:47:39Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2012-12-10T20:34:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=34b153227d5343128cb36931b4dbb27e378372a5'/>
<id>urn:sha1:34b153227d5343128cb36931b4dbb27e378372a5</id>
<content type='text'>
</content>
</entry>
</feed>
