<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system/include/libc, branch 1.3.6</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system/include/libc?h=1.3.6</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system/include/libc?h=1.3.6'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-04-01T00:39:36Z</updated>
<entry>
<title>fix resource.h for C++ usage</title>
<updated>2013-04-01T00:39:36Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-04-01T00:39:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e4fec6624570a2560e9b5fe235a8a9e6044ea931'/>
<id>urn:sha1:e4fec6624570a2560e9b5fe235a8a9e6044ea931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>headers fix; fixes #1013</title>
<updated>2013-03-31T02:46:57Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-03-31T02:46:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b9d076fda6b53596bc893ca196c578c8f32e793c'/>
<id>urn:sha1:b9d076fda6b53596bc893ca196c578c8f32e793c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-instate _ATTRIBUTE() usages.</title>
<updated>2013-03-23T05:46:34Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-03-23T05:42:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=bc2c6ba21551f54c42047b01beeccf9daae7a03a'/>
<id>urn:sha1:bc2c6ba21551f54c42047b01beeccf9daae7a03a</id>
<content type='text'>
These were broken because the definition of _ATTRIBUTE() from
libcxx was different, so change the libc definition and usage
to match.

Fixes issue #992.
</content>
</entry>
<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>
</feed>
