<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/printf, branch release/6.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-06-14T11:50:53Z</updated>
<entry>
<title>Markup and wording fixes.</title>
<updated>2005-06-14T11:50:53Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-06-14T11:50:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=39c59153e929e3e663fe0efd645faa06f6c8b48e'/>
<id>urn:sha1:39c59153e929e3e663fe0efd645faa06f6c8b48e</id>
<content type='text'>
Approved by:	re (blanket)
</content>
</entry>
<entry>
<title>Sync program's usage() with manpage's SYNOPSIS.</title>
<updated>2005-05-21T09:55:10Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-05-21T09:55:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f682f10c76449b3af3b1dd9afff859cd1cd07116'/>
<id>urn:sha1:f682f10c76449b3af3b1dd9afff859cd1cd07116</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the bugs section, null characters in the format string are now handled.</title>
<updated>2005-04-14T18:29:59Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-04-14T18:29:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e897c4d6fb458c73f4586a7032b9585959684679'/>
<id>urn:sha1:e897c4d6fb458c73f4586a7032b9585959684679</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle null characters in the format string.  A \0 in the argument passed to %b</title>
<updated>2005-04-14T17:02:34Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-04-14T17:02:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3ec96caf72cc69341b2e674212047c12f03bc1c1'/>
<id>urn:sha1:3ec96caf72cc69341b2e674212047c12f03bc1c1</id>
<content type='text'>
still results in trucation but this is be much harder to fix.
</content>
</entry>
<entry>
<title>No reason to write \a and \v as octal escape sequences.</title>
<updated>2005-04-14T15:32:21Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-04-14T15:32:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f3f148d238851e68b0ec00daca83c0c0dec7ee03'/>
<id>urn:sha1:f3f148d238851e68b0ec00daca83c0c0dec7ee03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Printf(1) is WARNS 6 clean.</title>
<updated>2005-04-14T08:43:36Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-04-14T08:43:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=54fee07e0d98e62d2abc22aeb52aa5baf2082ece'/>
<id>urn:sha1:54fee07e0d98e62d2abc22aeb52aa5baf2082ece</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Move parts of the long main() function into a new function doformat().</title>
<updated>2005-04-14T08:40:28Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-04-14T08:40:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fbd086844a699ed2ef5e971c3d178589b39cf839'/>
<id>urn:sha1:fbd086844a699ed2ef5e971c3d178589b39cf839</id>
<content type='text'>
- Rewrite the loop in main() to be more understandable.
</content>
</entry>
<entry>
<title>Assign 0.0 to the variable passed to getfloating() if the argument is missing.</title>
<updated>2005-04-13T19:54:03Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-04-13T19:54:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5ec2b8dc8a651ba4b7a58aa6126f3823183a8dbc'/>
<id>urn:sha1:5ec2b8dc8a651ba4b7a58aa6126f3823183a8dbc</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>Replace buggy for-loops to skip certain character with strspn().  If *fmt was</title>
<updated>2005-04-11T10:57:54Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-04-11T10:57:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0ba01198fc96b080fc9907c1aa5b2e5f42833684'/>
<id>urn:sha1:0ba01198fc96b080fc9907c1aa5b2e5f42833684</id>
<content type='text'>
'\0' (eg in the invocation 'printf %'), the for-loop would miss the terminating
null character.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Support the L modifier for floating-point values as an extension.</title>
<updated>2005-03-21T08:01:09Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2005-03-21T08:01:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fd757c50f6f80b1863fcb67725d3e766062ee7ec'/>
<id>urn:sha1:fd757c50f6f80b1863fcb67725d3e766062ee7ec</id>
<content type='text'>
When L is omitted, double precision is used, so printf(1) gives
reproducable results.  When L is specified, long double precision is
used, which may improve precision, depending on the machine.
</content>
</entry>
</feed>
