<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system/include/libc, branch 1.5.2</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system/include/libc?h=1.5.2</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system/include/libc?h=1.5.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-06-16T23:06:38Z</updated>
<entry>
<title>add some dirent defines, fixes #1277</title>
<updated>2013-06-16T23:06:38Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-06-16T23:06:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=f665c7f0b163495b49d2ba7512b5ff10334aa4c0'/>
<id>urn:sha1:f665c7f0b163495b49d2ba7512b5ff10334aa4c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>consistent</title>
<updated>2013-04-10T00:58:40Z</updated>
<author>
<name>Arlo Breault</name>
<email>arlolra@gmail.com</email>
</author>
<published>2013-04-10T00:58:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b2a132cd667a004dc64d58c0f029978cc46eb564'/>
<id>urn:sha1:b2a132cd667a004dc64d58c0f029978cc46eb564</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement setgroups</title>
<updated>2013-04-10T00:53:10Z</updated>
<author>
<name>Arlo Breault</name>
<email>arlolra@gmail.com</email>
</author>
<published>2013-04-10T00:53:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=294bdda3b3cb7a4554074968f4fcd8beb60c1fc5'/>
<id>urn:sha1:294bdda3b3cb7a4554074968f4fcd8beb60c1fc5</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
