<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/printf, branch release/5.5.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.5.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.5.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-05-23T04:09:12Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2006-05-23T04:09:12Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2006-05-23T04:09:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6'/>
<id>urn:sha1:8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6</id>
<content type='text'>
'RELENG_5_5_0_RELEASE'.

This commit was manufactured to restore the state of the 5.5-RELEASE image.
</content>
</entry>
<entry>
<title>MFC rev. 1.31 and 1.32:</title>
<updated>2005-04-20T08:03:58Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-04-20T08:03:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8a653559c737dba1322feeb03846d36f78e5a934'/>
<id>urn:sha1:8a653559c737dba1322feeb03846d36f78e5a934</id>
<content type='text'>
Replace buggy for-loops to skip certain character with strspn().  If *fmt was
'\0' (eg in the invocation 'printf %'), the for-loop would miss the terminating
null character.

Assign 0.0 to the variable passed to getfloating() if the argument is missing.
</content>
</entry>
<entry>
<title>Fix a markup nit and a misplaced full stop in previous.</title>
<updated>2004-07-03T07:07:11Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-03T07:07:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2e94ae7e0e6d2a3d56cdde60e05662489dfb8dec'/>
<id>urn:sha1:2e94ae7e0e6d2a3d56cdde60e05662489dfb8dec</id>
<content type='text'>
Noticed by:	ru
</content>
</entry>
<entry>
<title>Document missing multibyte character support in utilities specified</title>
<updated>2004-07-03T01:28:21Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-03T01:28:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4f45d8117866dd399fe769d07dbc8e211bb9021c'/>
<id>urn:sha1:4f45d8117866dd399fe769d07dbc8e211bb9021c</id>
<content type='text'>
by POSIX.
</content>
</entry>
<entry>
<title>Deal with double whitespace.</title>
<updated>2004-07-03T00:24:45Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-03T00:24:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=557b7fa1488f8937156051e061ac3512330bcb7e'/>
<id>urn:sha1:557b7fa1488f8937156051e061ac3512330bcb7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T22:22:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T22:22:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6a3e8b0adc8c622ae61275a94d5d869980a68069'/>
<id>urn:sha1:6a3e8b0adc8c622ae61275a94d5d869980a68069</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/latter/former/</title>
<updated>2004-06-05T09:35:44Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-06-05T09:35:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=939e953ed07a36c2437ac12d0ee9af1983cdfc77'/>
<id>urn:sha1:939e953ed07a36c2437ac12d0ee9af1983cdfc77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Document the %a, %A, and %F format specifiers.</title>
<updated>2004-06-05T09:32:27Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-06-05T09:32:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=08cdb7cdaf53d50a9d6e4c369264b6b6e180330a'/>
<id>urn:sha1:08cdb7cdaf53d50a9d6e4c369264b6b6e180330a</id>
<content type='text'>
- Document the way infinity and NaN are printed.
- Un-document the non-existent %w specifier.
</content>
</entry>
<entry>
<title>Enable support for the %a, %A, and %F format specifiers.</title>
<updated>2004-06-05T09:32:17Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-06-05T09:32:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=03b2eaac40ae1226a1e0aae9d77f38f3e73d2c5d'/>
<id>urn:sha1:03b2eaac40ae1226a1e0aae9d77f38f3e73d2c5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make it possible for the %[eEfgG] formats to not result in an error</title>
<updated>2004-03-07T22:22:13Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2004-03-07T22:22:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8c423a998e0c87de5060fffedc42871d14c3ea63'/>
<id>urn:sha1:8c423a998e0c87de5060fffedc42871d14c3ea63</id>
<content type='text'>
being reported by /usr/bin/printf.

This bug has been around for 22 months... either nobody uses printf
with floating-point values, or people are forgetting to check their
return codes.

Approved by:	rwatson (mentor)
</content>
</entry>
</feed>
