<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system/include/libc, branch 1.3.5</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system/include/libc?h=1.3.5</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system/include/libc?h=1.3.5'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-03-19T16:08:15Z</updated>
<entry>
<title>Replace broken _CTYPE_* definitions with correct.</title>
<updated>2013-03-19T16:08:15Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-03-19T16:08:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=795a334b3be598136f4eb68f4b360b2793295987'/>
<id>urn:sha1:795a334b3be598136f4eb68f4b360b2793295987</id>
<content type='text'>
These aren't currently used, but are used in the updated libcxx
port.

Fixes issues #939.
</content>
</entry>
<entry>
<title>Merge pull request #942 from waywardmonkeys/fix-typeof-decls</title>
<updated>2013-03-13T01:31:31Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-03-13T01:31:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=645fcab6d33a86749d9f88667ed2cb712ef5e1c9'/>
<id>urn:sha1:645fcab6d33a86749d9f88667ed2cb712ef5e1c9</id>
<content type='text'>
Use less generic names for variables.</content>
</entry>
<entry>
<title>Use less generic names for variables.</title>
<updated>2013-03-12T03:21:02Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-03-11T13:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b7fd3b22de345f458f2656198520764e7e495e3d'/>
<id>urn:sha1:b7fd3b22de345f458f2656198520764e7e495e3d</id>
<content type='text'>
These are generic enough that in libcxx, they get expanded into
functions which also have variables named the same thing (__x, __y)
and that then leads to a buggy libcxx.
</content>
</entry>
<entry>
<title>Add missing iso646.h</title>
<updated>2013-03-08T08:36:37Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-03-08T08:36:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8204d4ce6835f07c9c56658b54559b86fd830bd7'/>
<id>urn:sha1:8204d4ce6835f07c9c56658b54559b86fd830bd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move some definitions to sys/features.</title>
<updated>2013-02-01T09:35:07Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-02-01T09:35:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a5cc2f2fed66526e04a9b91304975d1373d48433'/>
<id>urn:sha1:a5cc2f2fed66526e04a9b91304975d1373d48433</id>
<content type='text'>
This moves some feature flags to sys/features.h where they belong
and gives them the same values that are established in the settings
file.

Fixes #812.
</content>
</entry>
<entry>
<title>Add id_t from FreeBSD headers, which is e.g. used by libarchive</title>
<updated>2013-01-15T08:57:33Z</updated>
<author>
<name>LCID Fire</name>
<email>lcid-fire@gmx.net</email>
</author>
<published>2013-01-15T08:56:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=eeac9bd8e2398c38526c3350e60ab6f3b35c2121'/>
<id>urn:sha1:eeac9bd8e2398c38526c3350e60ab6f3b35c2121</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix __gid_t_defined and __uid_t_define single definition ("once") handling.</title>
<updated>2013-01-15T08:57:33Z</updated>
<author>
<name>LCID Fire</name>
<email>lcid-fire@gmx.net</email>
</author>
<published>2013-01-15T08:54:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7e746a396153135def02e3dfab70b96e06e19b8c'/>
<id>urn:sha1:7e746a396153135def02e3dfab70b96e06e19b8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sa_sigaction</title>
<updated>2012-11-19T16:34:25Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2012-11-19T16:34:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d477c4c2fbe5fd353950d3e94db4b7ef7125eb75'/>
<id>urn:sha1:d477c4c2fbe5fd353950d3e94db4b7ef7125eb75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>resource.h additions</title>
<updated>2012-11-19T16:08:03Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2012-11-19T16:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d50b93322d50992c19e03443ee11e881a8d52562'/>
<id>urn:sha1:d50b93322d50992c19e03443ee11e881a8d52562</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fcntl additions</title>
<updated>2012-11-19T16:01:56Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2012-11-19T16:01:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=89489358b110afe47fb4f22bbb4d20b8022ff36c'/>
<id>urn:sha1:89489358b110afe47fb4f22bbb4d20b8022ff36c</id>
<content type='text'>
</content>
</entry>
</feed>
