<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/src/string, branch v0.9.3</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>optimize mempcpy to minimize need for data saved across the call</title>
<updated>2012-08-01T01:18:17+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-08-01T01:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=970ef6a1240adfd685c27bf3407dfd06606a17e8'/>
<id>970ef6a1240adfd685c27bf3407dfd06606a17e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make strerror_r behave nicer on failure</title>
<updated>2012-06-20T16:07:18+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-06-20T16:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=f313a1622448de578ab0b11a881f44a02c9082e6'/>
<id>f313a1622448de578ab0b11a881f44a02c9082e6</id>
<content type='text'>
if the buffer is too short, at least return a partial string. this is
helpful if the caller is lazy and does not check for failure. care is
taken to avoid writing anything if the buffer length is zero, and to
always null-terminate when the buffer length is non-zero.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if the buffer is too short, at least return a partial string. this is
helpful if the caller is lazy and does not check for failure. care is
taken to avoid writing anything if the buffer length is zero, and to
always null-terminate when the buffer length is non-zero.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix overrun (n essentially ignored) in wcsncmp</title>
<updated>2012-05-26T22:04:17+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-26T22:04:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=054ba185999d29f6ae9a8e19549da95f783655b6'/>
<id>054ba185999d29f6ae9a8e19549da95f783655b6</id>
<content type='text'>
bug report and solution by Richard Pennington
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bug report and solution by Richard Pennington
</pre>
</div>
</content>
</entry>
<entry>
<title>fix failure of strrchr(str, 0)</title>
<updated>2012-05-26T22:01:34+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-26T22:01:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=aefd0f69bd22b825a6196e65b40a02e79fec23b5'/>
<id>aefd0f69bd22b825a6196e65b40a02e79fec23b5</id>
<content type='text'>
bug report and solution by Richard Pennington
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bug report and solution by Richard Pennington
</pre>
</div>
</content>
</entry>
<entry>
<title>add all missing wchar functions except floating point parsers</title>
<updated>2012-03-02T04:24:45+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-03-02T04:24:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=e0614f7cd418afedd06c9bcd5abb965608bc52f8'/>
<id>e0614f7cd418afedd06c9bcd5abb965608bc52f8</id>
<content type='text'>
these are mostly untested and adapted directly from corresponding byte
string functions and similar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these are mostly untested and adapted directly from corresponding byte
string functions and similar.
</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>fix wrong type for wcsrchr argument 2</title>
<updated>2011-06-13T18:06:04+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-06-13T18:06:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=73d2fde1195401dfb87935f46126f9481af1a8c3'/>
<id>73d2fde1195401dfb87935f46126f9481af1a8c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix strncat and wcsncat (double null termination)</title>
<updated>2011-05-23T01:58:43+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-05-23T01:58:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=86339bc4ba69ca5c88fd5570875cf17a275bd019'/>
<id>86339bc4ba69ca5c88fd5570875cf17a275bd019</id>
<content type='text'>
also modify wcsncpy to use the same loop logic
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also modify wcsncpy to use the same loop logic
</pre>
</div>
</content>
</entry>
<entry>
<title>fix wcsncpy writing past end of buffer</title>
<updated>2011-05-23T01:54:42+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-05-23T01:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=e98136207ad1a6df1cdc1578e4ad56f8f0db4047'/>
<id>e98136207ad1a6df1cdc1578e4ad56f8f0db4047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>function signature fix: add const qualifier to mempcpy src arg</title>
<updated>2011-04-26T16:28:41+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-26T16:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=b5b41212a686849fe061b8c4bb80d38f893d00c7'/>
<id>b5b41212a686849fe061b8c4bb80d38f893d00c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
