<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/stdlib/strfmon.3, branch release/7.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2010-03-21T01:30:13Z</updated>
<entry>
<title>Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.</title>
<updated>2010-03-21T01:30:13Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2010-03-21T01:30:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c4d1c1956ecb0a222fb2f4579c320391fb67f06'/>
<id>urn:sha1:9c4d1c1956ecb0a222fb2f4579c320391fb67f06</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.3-RELEASE image.
</content>
</entry>
<entry>
<title>strfmon(3) does not correctly handle multibyte characters in the</title>
<updated>2003-01-06T06:21:25Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-01-06T06:21:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b211af11e213ae3f77dd96f37c7d79178613ea01'/>
<id>urn:sha1:b211af11e213ae3f77dd96f37c7d79178613ea01</id>
<content type='text'>
format string.
</content>
</entry>
<entry>
<title>mdoc(7) police: formatting nits.</title>
<updated>2002-11-29T15:57:50Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-29T15:57:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1798791d24d371e78812304b3fa3ec7a87b84f98'/>
<id>urn:sha1:1798791d24d371e78812304b3fa3ec7a87b84f98</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>Document the kind of format string strfmon() expects. Sync the Errors</title>
<updated>2002-10-11T23:17:17Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-11T23:17:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d0d87283e9e2d01fe7a32a1551bcb716123413af'/>
<id>urn:sha1:d0d87283e9e2d01fe7a32a1551bcb716123413af</id>
<content type='text'>
section with reality.
</content>
</entry>
<entry>
<title>Add restrict type-qualifier.</title>
<updated>2002-09-20T08:24:01Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-09-20T08:24:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=883738f287c9747dc65f0f1f09db3541481dd192'/>
<id>urn:sha1:883738f287c9747dc65f0f1f09db3541481dd192</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7) police: don't split author names in the AUTHORS section.</title>
<updated>2001-10-01T13:50:03Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-10-01T13:50:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2677aa4b685924e6466c23ffde89301ce4b2c9d2'/>
<id>urn:sha1:2677aa4b685924e6466c23ffde89301ce4b2c9d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some mdoc nits caused by my knowledge not being too up-to-date on</title>
<updated>2001-09-07T12:38:10Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2001-09-07T12:38:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fbded4984e0d1e7d5d042aa4f35006bbfb81d118'/>
<id>urn:sha1:fbded4984e0d1e7d5d042aa4f35006bbfb81d118</id>
<content type='text'>
mdocNG.

Submitted by:	dd
</content>
</entry>
<entry>
<title>Add strfmon.3 to the fray.</title>
<updated>2001-09-07T09:55:28Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2001-09-07T09:55:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8c9893a3713b51478764f477d3eb0217a01a3b85'/>
<id>urn:sha1:8c9893a3713b51478764f477d3eb0217a01a3b85</id>
<content type='text'>
This is a first cut, but enough to help people interested in using it
further than before.
More text coming to illustrate use and provide more details.

Based on standards' text.
</content>
</entry>
</feed>
