<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdio/vswprintf.c, branch release/7.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>2008-02-24T05:45:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix EOVERFLOW detection in vswprintf(3)</title>
<updated>2005-02-21T19:41:44+00:00</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2005-02-21T19:41:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f1defde9d520fc314cc2f6e635cb939366008b82'/>
<id>f1defde9d520fc314cc2f6e635cb939366008b82</id>
<content type='text'>
Reviewed by:	tjr
MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	tjr
MFC after:	2 weeks
</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>Pass NULL instead of a pointer to a zeroed mbstate_t object.</title>
<updated>2003-11-05T08:20:45+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-11-05T08:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2a49d3767f9fcadc25d13e9eddd686781bc15066'/>
<id>2a49d3767f9fcadc25d13e9eddd686781bc15066</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove an unused variable: mbresult.</title>
<updated>2003-01-07T06:20:47+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-01-07T06:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=16fdde11b75054af02e9f7fa9fdc8693f6186b2b'/>
<id>16fdde11b75054af02e9f7fa9fdc8693f6186b2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly handle the case where __vfwprintf() fails because it runs out</title>
<updated>2002-09-26T08:26:16+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-09-26T08:26:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=23b6f7902dab3d485f047b6b6cf1f5058484a8e3'/>
<id>23b6f7902dab3d485f047b6b6cf1f5058484a8e3</id>
<content type='text'>
of memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of memory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add implementations of the wprintf() family of functions, which perform</title>
<updated>2002-09-21T13:00:30+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-09-21T13:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c5604d0a50cc18e7c5546e9c77a8fdcb69cb5e3c'/>
<id>c5604d0a50cc18e7c5546e9c77a8fdcb69cb5e3c</id>
<content type='text'>
formatted wide-character output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
formatted wide-character output.
</pre>
</div>
</content>
</entry>
</feed>
