<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/src/stdio, branch v0.8.8</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>fix wide scanf's handling of input failure on %c, and simplify %[</title>
<updated>2012-04-18T03:35:49+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-04-18T03:35:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=bdeb184c3d08ea5017e1570e0f0431e9d7fd02fd'/>
<id>bdeb184c3d08ea5017e1570e0f0431e9d7fd02fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix failure to distinguish input/match failure in wide %[ scanf</title>
<updated>2012-04-18T03:08:58+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-04-18T03:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=a12aa2918535fd370419bd24b50a33974091c5a7'/>
<id>a12aa2918535fd370419bd24b50a33974091c5a7</id>
<content type='text'>
this also includes a related fix for vswscanf's read function, which
was returning a spurious (uninitialized) character for empty strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this also includes a related fix for vswscanf's read function, which
was returning a spurious (uninitialized) character for empty strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix over-read in %ls with non-wide scanf</title>
<updated>2012-04-18T02:41:38+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-04-18T02:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=2dd5dc78d4502381e2933137ed525acf339cb383'/>
<id>2dd5dc78d4502381e2933137ed525acf339cb383</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix broken %s and %[ with no width specifier in wide scanf</title>
<updated>2012-04-18T02:15:33+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-04-18T02:15:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=9ab180fa57f3a01b2004c3d19ad8dc3732f6069d'/>
<id>9ab180fa57f3a01b2004c3d19ad8dc3732f6069d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make wide scanf %[ respect width</title>
<updated>2012-04-18T01:17:09+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-04-18T01:17:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=99fbf4cfdbb3b67f30d595a7f1c535ca17c2f969'/>
<id>99fbf4cfdbb3b67f30d595a7f1c535ca17c2f969</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix wide scanf to respect field width for strings</title>
<updated>2012-04-17T23:37:31+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-04-17T23:37:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=00722515729bb6943dc84a8c4aa9ccd715e48e74'/>
<id>00722515729bb6943dc84a8c4aa9ccd715e48e74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some bugs in scanf %[ handling detected while writing the wide version</title>
<updated>2012-04-17T18:22:22+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-04-17T18:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=e0d9f780d171326a12bf9daf2af1e2f0c51c89f6'/>
<id>e0d9f780d171326a12bf9daf2af1e2f0c51c89f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>introduce new wide scanf code and remove the last remnants of old scanf</title>
<updated>2012-04-17T18:19:46+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-04-17T18:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=73ec1d0495bb676012fd69491900ca8beb989ef7'/>
<id>73ec1d0495bb676012fd69491900ca8beb989ef7</id>
<content type='text'>
at this point, strto* and all scanf family functions are using the new
unified integer and floating point parser/converter code.

the wide scanf is largely a wrapper for ordinary byte-based scanf;
since numbers can only contain ascii characters, only strings need to
be handled specially.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
at this point, strto* and all scanf family functions are using the new
unified integer and floating point parser/converter code.

the wide scanf is largely a wrapper for ordinary byte-based scanf;
since numbers can only contain ascii characters, only strings need to
be handled specially.
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid depending on POSIX symbol in code used from plain C functions</title>
<updated>2012-04-17T17:17:01+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-04-17T17:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=8b57a81577980e4b440addaa8f2bbed454be2a59'/>
<id>8b57a81577980e4b440addaa8f2bbed454be2a59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid null pointer dereference on %*p fields in scanf</title>
<updated>2012-04-17T15:50:02+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-04-17T15:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=03de77f5210addfd2ca2b35137152edfe2ab70be'/>
<id>03de77f5210addfd2ca2b35137152edfe2ab70be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
