<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdio/printf.3, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>Document that the length modifier l is ignored for floating point</title>
<updated>2004-10-16T16:00:01Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2004-10-16T16:00:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=df103a1515ea3ba39a25e02100a79f0636c56c34'/>
<id>urn:sha1:df103a1515ea3ba39a25e02100a79f0636c56c34</id>
<content type='text'>
conversion specifiers (a, A, e, E, f, F, g and G).
</content>
</entry>
<entry>
<title>Markup, grammar, and spelling fixes.</title>
<updated>2004-06-30T20:09:10Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-06-30T20:09:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=33992dc0ed9323e5ba9d2d4a5b8dec5401a9c4e2'/>
<id>urn:sha1:33992dc0ed9323e5ba9d2d4a5b8dec5401a9c4e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring the *printf(3) documentation up to date with the code:</title>
<updated>2004-01-19T08:28:30Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-01-19T08:28:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e18c6616e20e52a7b9f791099ddb864575f19041'/>
<id>urn:sha1:e18c6616e20e52a7b9f791099ddb864575f19041</id>
<content type='text'>
- Update and improve the documentation for %[aA]
  o Like %[eE], %[aA] may round the result if a precision is specified.
  o Grammar police: Fix a split infinitive.
  o The FreeBSD implementation does better than the minimum required
    by C99 (literal translation of the mantissa).  The digit before
    the hexadecimal-point is never 0 unless the number itself is 0.
  o Clarify that the exponent field represents a decimal exponent of 2.
  o Discuss the fact that multiple valid representations are possible.
  o Remove the entry in the BUGS section claiming that %[aA] is not
    implemented.

- Remove the entry in the BUGS section claiming that the ' flag for
  printing thousands separators is unimplemented for floating-point.

- Remove the entry in the BUGS section claiming that the L modifier
  reduces the precision to "double" before conversion.
</content>
</entry>
<entry>
<title>Note that the printf(3) and scanf(3) family of functions don't deal with</title>
<updated>2003-01-06T06:19:19Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-01-06T06:19:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e2b090f34f19dc5675a2d35ecf12abfc0f6f1a6d'/>
<id>urn:sha1:e2b090f34f19dc5675a2d35ecf12abfc0f6f1a6d</id>
<content type='text'>
multibyte characters in the format string correctly.
</content>
</entry>
<entry>
<title>Document the fact that the printf() family of functions return negative</title>
<updated>2002-12-20T08:28:10Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-12-20T08:28:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4aca04ee5cc3a8ce5a83ac72298b0d3c657ce553'/>
<id>urn:sha1:4aca04ee5cc3a8ce5a83ac72298b0d3c657ce553</id>
<content type='text'>
values (EOF in our case) on error, and some of the possible errno values
in an Errors section.

PR:		39257
</content>
</entry>
<entry>
<title>mdoc(7) police: "The .Fn function".</title>
<updated>2002-12-18T12:45:11Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-18T12:45:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1fae73b137bfc5a237d7258e3c667ba87a36b7ff'/>
<id>urn:sha1:1fae73b137bfc5a237d7258e3c667ba87a36b7ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistently mark std(in|out|err) with .Dv, because that's how they</title>
<updated>2002-12-04T18:57:46Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-04T18:57:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ae828962685b8ae9e5104ce8e7fe8b05effcb9ec'/>
<id>urn:sha1:ae828962685b8ae9e5104ce8e7fe8b05effcb9ec</id>
<content type='text'>
are marked up in stdio(3), and because they are defined expressions
of type "FILE *".

Approved by:	re
</content>
</entry>
<entry>
<title>Cross-reference fmtcheck(3).</title>
<updated>2002-10-20T03:56:37Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-20T03:56:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9619813de984117e8644bb83f5c8ee677a43d113'/>
<id>urn:sha1:9619813de984117e8644bb83f5c8ee677a43d113</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Indent code example with one tab, not two, for consistency with the rest.</title>
<updated>2002-10-19T13:48:45Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-19T13:48:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=118bb75e02bd6afdffea4b7242d312af5aa8d1ca'/>
<id>urn:sha1:118bb75e02bd6afdffea4b7242d312af5aa8d1ca</id>
<content type='text'>
</content>
</entry>
</feed>
