<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdio, 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>MFC: rev. 1.2</title>
<updated>2005-09-24T07:13:37+00:00</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2005-09-24T07:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e8f561bd8f11bca2cab60e09374c589f02c8d8fe'/>
<id>e8f561bd8f11bca2cab60e09374c589f02c8d8fe</id>
<content type='text'>
Use the correct function name as .Nm argument.

Approved by:	re (hrs)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the correct function name as .Nm argument.

Approved by:	re (hrs)
</pre>
</div>
</content>
</entry>
<entry>
<title>The header glue.h should provide just a declaration for the variable</title>
<updated>2005-05-13T21:12:34+00:00</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-05-13T21:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c29f424e0195f0226d1368e3f3da9a417656e140'/>
<id>c29f424e0195f0226d1368e3f3da9a417656e140</id>
<content type='text'>
__sglue, not a definition.

PR:		80378
Submitted by:	John Engelhart &lt;johne@zang.com&gt;
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__sglue, not a definition.

PR:		80378
Submitted by:	John Engelhart &lt;johne@zang.com&gt;
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>The correct description for mode "w" is</title>
<updated>2005-05-04T08:12:44+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2005-05-04T08:12:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bc8695dc6cbb874ae9223385ab5b8f6c1c24f0b6'/>
<id>bc8695dc6cbb874ae9223385ab5b8f6c1c24f0b6</id>
<content type='text'>
  (((truncate to zero length) or (create)) (text file)) (for writing)
and not
  ((truncate file to zero length) or (create text file)) (for writing)

MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (((truncate to zero length) or (create)) (text file)) (for writing)
and not
  ((truncate file to zero length) or (create text file)) (for writing)

MFC after:	1 week
</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>Remove unused variable.</title>
<updated>2005-04-08T20:58:47+00:00</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-04-08T20:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e413b7d2f8d59e38368f6ffcebb283ecd0207bec'/>
<id>e413b7d2f8d59e38368f6ffcebb283ecd0207bec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Sort sections.</title>
<updated>2005-01-20T09:17:07+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-20T09:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=24a0682c6465290759ed0b09ea16e40e7cd47053'/>
<id>24a0682c6465290759ed0b09ea16e40e7cd47053</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Scheduled mdoc(7) sweep.</title>
<updated>2005-01-11T20:50:51+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-11T20:50:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2d82ac311025b5b76c1973d61d653f620bb17208'/>
<id>2d82ac311025b5b76c1973d61d653f620bb17208</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document that the length modifier l is ignored for floating point</title>
<updated>2004-10-16T16:00:01+00:00</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2004-10-16T16:00:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=df103a1515ea3ba39a25e02100a79f0636c56c34'/>
<id>df103a1515ea3ba39a25e02100a79f0636c56c34</id>
<content type='text'>
conversion specifiers (a, A, e, E, f, F, g and G).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
conversion specifiers (a, A, e, E, f, F, g and G).
</pre>
</div>
</content>
</entry>
</feed>
