<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/include, branch v0.8.2</title>
<subtitle>musl - an implementation of the standard library for Linux-based systems</subtitle>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/'/>
<entry>
<title>implement ptrace syscall wrapper (untested)</title>
<updated>2011-09-15T17:03:13+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-15T17:03:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=71f7a3c2ce7377a6c77f46524002505b9454861b'/>
<id>71f7a3c2ce7377a6c77f46524002505b9454861b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix return types for aio_read and aio_write again</title>
<updated>2011-09-14T01:21:53+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-14T01:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=4da289e1b3a0d09048d9be1dfc3a7280531a1e48'/>
<id>4da289e1b3a0d09048d9be1dfc3a7280531a1e48</id>
<content type='text'>
previous fix was backwards and propagated the wrong type rather than
the right one...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
previous fix was backwards and propagated the wrong type rather than
the right one...
</pre>
</div>
</content>
</entry>
<entry>
<title>fix various errors in function signatures/prototypes found by nsz</title>
<updated>2011-09-14T01:09:35+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-14T01:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=13cd969552409e05c941829f2aabb15e2f4d9a1f'/>
<id>13cd969552409e05c941829f2aabb15e2f4d9a1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix prototypes for aio_read and aio_write</title>
<updated>2011-09-13T19:39:58+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-13T19:39:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=fd408d27a079ad4ef1b283a0c77d781789c28763'/>
<id>fd408d27a079ad4ef1b283a0c77d781789c28763</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement gnu sigisemptyset</title>
<updated>2011-09-12T04:00:30+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-12T04:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=fb80e047cc7d0b900445ca6ce38f10199dafd98b'/>
<id>fb80e047cc7d0b900445ca6ce38f10199dafd98b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add prototypes for GNU *_unlocked stdio functions</title>
<updated>2011-09-12T02:50:02+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-12T02:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=ce17ea6f2cae0c0c1c14dac5c7c7330f2503d069'/>
<id>ce17ea6f2cae0c0c1c14dac5c7c7330f2503d069</id>
<content type='text'>
actually these are just weak aliases for the normal locking versions
right now, and they will probably stay that way since making them
lock-free without slowing down the normal versions would require
significant code duplication for no benefit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
actually these are just weak aliases for the normal locking versions
right now, and they will probably stay that way since making them
lock-free without slowing down the normal versions would require
significant code duplication for no benefit.
</pre>
</div>
</content>
</entry>
<entry>
<title>add dummied strverscmp (obnoxious GNU function)</title>
<updated>2011-09-12T02:45:56+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-12T02:45:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=a6540174be064806b6eb4dc6abff48a9b4facfdd'/>
<id>a6540174be064806b6eb4dc6abff48a9b4facfdd</id>
<content type='text'>
programs that use this tend to horribly botch international text
support, so it's questionable whether we want to support it even in
the long term... for now, it's just a dummy that calls strcmp.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
programs that use this tend to horribly botch international text
support, so it's questionable whether we want to support it even in
the long term... for now, it's just a dummy that calls strcmp.
</pre>
</div>
</content>
</entry>
<entry>
<title>declare alloca in stdlib.h when _GNU_SOURCE is defined</title>
<updated>2011-09-12T02:43:57+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-12T02:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=d4045a1683d402dd4e53b3ae388d8794d7238c7e'/>
<id>d4045a1683d402dd4e53b3ae388d8794d7238c7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement POSIX asynchronous io</title>
<updated>2011-09-09T05:07:38+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-09T05:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=b4de6f93aed733b8fc8d103e5ced69ebe7d659e6'/>
<id>b4de6f93aed733b8fc8d103e5ced69ebe7d659e6</id>
<content type='text'>
some features are not yet supported, and only minimal testing has been
performed. should be considered experimental at this point.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some features are not yet supported, and only minimal testing has been
performed. should be considered experimental at this point.
</pre>
</div>
</content>
</entry>
<entry>
<title>implement fmemopen</title>
<updated>2011-09-04T03:26:17+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-04T03:26:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=d4fa6f0e08ff5a292d2aeeeeda80670a1a082cae'/>
<id>d4fa6f0e08ff5a292d2aeeeeda80670a1a082cae</id>
<content type='text'>
testing so far has been minimal. may need further work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
testing so far has been minimal. may need further work.
</pre>
</div>
</content>
</entry>
</feed>
