<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fortify-headers, branch 0.3</title>
<subtitle>Standalone portable header-based implementation of FORTIFY_SOURCE=3 
</subtitle>
<id>http://git.dustri.org/fortify-headers/atom?h=0.3</id>
<link rel='self' href='http://git.dustri.org/fortify-headers/atom?h=0.3'/>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/'/>
<updated>2015-03-16T12:02:16Z</updated>
<entry>
<title>Bump to 0.3</title>
<updated>2015-03-16T12:02:16Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-03-16T12:02:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=19e34402d529b57396ebbda3cfbe7037e311799f'/>
<id>urn:sha1:19e34402d529b57396ebbda3cfbe7037e311799f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hide stpcpy() and stpncpy() under feature test macros</title>
<updated>2015-03-15T09:57:26Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-03-15T09:57:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=442a2a4d6582ac9d3a6f77cd5243e12f86e98891'/>
<id>urn:sha1:442a2a4d6582ac9d3a6f77cd5243e12f86e98891</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use __typeof__ to in part avoid replicating function types</title>
<updated>2015-03-14T20:37:27Z</updated>
<author>
<name>Trutz Behn</name>
</author>
<published>2015-03-14T19:06:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=22e7e51007f3a28ded43f6cb8f0ff59a7a691175'/>
<id>urn:sha1:22e7e51007f3a28ded43f6cb8f0ff59a7a691175</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo in attribute name</title>
<updated>2015-03-14T19:39:14Z</updated>
<author>
<name>Trutz Behn</name>
</author>
<published>2015-03-14T17:35:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=c2c9d0c6c8a1d74f748aa2ad9442957a37091062'/>
<id>urn:sha1:c2c9d0c6c8a1d74f748aa2ad9442957a37091062</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the README</title>
<updated>2015-03-14T11:11:04Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-03-14T11:10:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=941949299871d446c95765a7b22d95f2755fa615'/>
<id>urn:sha1:941949299871d446c95765a7b22d95f2755fa615</id>
<content type='text'>
__builtin_va_arg_pack() is not present in clang along with some
other things like __artificial__ etc.

There will be a fallback mechanism for this implemented in the
next release.
</content>
</entry>
<entry>
<title>Explicitly cast pointers to satisfy C++ code</title>
<updated>2015-03-14T09:45:37Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-03-14T09:45:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=0932a82adaa80cda3c81100266306baccf05397e'/>
<id>urn:sha1:0932a82adaa80cda3c81100266306baccf05397e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add __artificial__ to aid in debugging</title>
<updated>2015-03-14T09:38:22Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-03-14T09:38:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=37eb2c9c1d71c2ff21605ecaf46cdd926244d361'/>
<id>urn:sha1:37eb2c9c1d71c2ff21605ecaf46cdd926244d361</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restore C++ support</title>
<updated>2015-03-13T23:09:15Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-03-13T23:09:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=d12254166a55d17932ea4143fbd50fb52539ff8b'/>
<id>urn:sha1:d12254166a55d17932ea4143fbd50fb52539ff8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo again</title>
<updated>2015-03-13T17:14:58Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-03-13T17:14:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=c4abf4497ba24d716250af4186757b5c5952f54e'/>
<id>urn:sha1:c4abf4497ba24d716250af4186757b5c5952f54e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement snprintf() and sprintf() using __builtin_va_arg_pack()</title>
<updated>2015-03-13T17:03:52Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-03-13T17:03:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=c8ecc164f1635bf713d6c9d7cd4b1311f42f4bc1'/>
<id>urn:sha1:c8ecc164f1635bf713d6c9d7cd4b1311f42f4bc1</id>
<content type='text'>
Requires at least GCC 4.3.
</content>
</entry>
</feed>
