<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdio/vfwprintf.c, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Be bug-for-bug compatible with the C standard with respect to</title>
<updated>2005-04-16T22:36:51+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2005-04-16T22:36:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1be5319a76792390e57ecb358958469df96f39d6'/>
<id>1be5319a76792390e57ecb358958469df96f39d6</id>
<content type='text'>
printf("%#.0o", 0).  Cite an amusing passage from a defect report.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
printf("%#.0o", 0).  Cite an amusing passage from a defect report.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't forget to va_end() the va_list we get from va_copy().</title>
<updated>2004-08-26T06:25:28+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-08-26T06:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=096ad1042a55c01aea5461fd80b623a42eba8cd5'/>
<id>096ad1042a55c01aea5461fd80b623a42eba8cd5</id>
<content type='text'>
Submitted by:	Sean McNeil &lt;sean@mcneil.com&gt;
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Sean McNeil &lt;sean@mcneil.com&gt;
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>The third operand of the conditional operator should have type void too.</title>
<updated>2004-06-08T12:03:48+00:00</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2004-06-08T12:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cf6fc3417ac193073d4dd40af768546a95730b5b'/>
<id>cf6fc3417ac193073d4dd40af768546a95730b5b</id>
<content type='text'>
Approved by:	das (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	das (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename cantwrite() to prepwrite().  The latter is less confusing,</title>
<updated>2004-06-08T05:45:32+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-06-08T05:45:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=52183d4654e61d240982c5bfa60a05254378c41e'/>
<id>52183d4654e61d240982c5bfa60a05254378c41e</id>
<content type='text'>
since the macro isn't really a predicate, and it has side-effects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since the macro isn't really a predicate, and it has side-effects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix damaged FBSDID.</title>
<updated>2004-05-02T20:09:14+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2004-05-02T20:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=af1526401462705c6503122b53b8f2908d33f20c'/>
<id>af1526401462705c6503122b53b8f2908d33f20c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge vfprintf.c, v1.65:</title>
<updated>2004-05-02T10:56:17+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-05-02T10:56:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ce2551ad29d596e7472a7f9c20e49450ff098b1f'/>
<id>ce2551ad29d596e7472a7f9c20e49450ff098b1f</id>
<content type='text'>
- s/#ifdef FLOATING_POINT/#ifndef NO_FLOATING_POINT/
- Remove HEXFLOAT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- s/#ifdef FLOATING_POINT/#ifndef NO_FLOATING_POINT/
- Remove HEXFLOAT
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the correct size to allocate, copy and clear argument type tables</title>
<updated>2004-04-22T11:35:12+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-04-22T11:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ccc8c6c31f14d4167a8eab0a374d2c1ba9147af5'/>
<id>ccc8c6c31f14d4167a8eab0a374d2c1ba9147af5</id>
<content type='text'>
after their change from an array of char to an array of enum.
This fixes problems that occurred when using positional arguments in
format strings, particularly with more than STATIC_ARG_TBL_SIZE (8)
of them.

PR:		65841
Submitted by:	Steven Smith (mostly)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
after their change from an array of char to an array of enum.
This fixes problems that occurred when using positional arguments in
format strings, particularly with more than STATIC_ARG_TBL_SIZE (8)
of them.

PR:		65841
Submitted by:	Steven Smith (mostly)
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare to handle trivial state-dependent encodings. Full support for</title>
<updated>2004-04-07T09:55:05+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-04-07T09:55:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=93996f6d58e252f9f975d3bc8522df8fe227f002'/>
<id>93996f6d58e252f9f975d3bc8522df8fe227f002</id>
<content type='text'>
state-dependent encodings with locking shifts will come later if there
is demand for it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
state-dependent encodings with locking shifts will come later if there
is demand for it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge vfprintf.c, v1.61 and 1.62.  For compatibility with __hdtoa()</title>
<updated>2004-01-23T22:48:16+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-01-23T22:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7b7e350998fc28809d1c7359180ad102dd81fb31'/>
<id>7b7e350998fc28809d1c7359180ad102dd81fb31</id>
<content type='text'>
and to reduce diffs between vfprintf.c and vfwprintf.c, declare xdigs*
to be char arrays rather than wchar_t arrays.

In collaboration with:	tjr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and to reduce diffs between vfprintf.c and vfwprintf.c, declare xdigs*
to be char arrays rather than wchar_t arrays.

In collaboration with:	tjr
</pre>
</div>
</content>
</entry>
</feed>
