<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdlib/strfmon.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>Include a couple of headers to ensure consistency between the prototype and</title>
<updated>2005-09-12T19:52:42+00:00</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-09-12T19:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=613100918de03164200eb28f7db1a2b1d701a697'/>
<id>613100918de03164200eb28f7db1a2b1d701a697</id>
<content type='text'>
the function definition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the function definition.
</pre>
</div>
</content>
</entry>
<entry>
<title>According to C99 decimal_point can't be empty</title>
<updated>2003-03-20T08:18:55+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2003-03-20T08:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=85bebbc156e23d6029e0824d782260830025a611'/>
<id>85bebbc156e23d6029e0824d782260830025a611</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused variable: ntmp.</title>
<updated>2003-01-03T23:34:26+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-01-03T23:34:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7599ad308f5d556498c04a5d08abdccb5ac8829b'/>
<id>7599ad308f5d556498c04a5d08abdccb5ac8829b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo causing incorrect formatting for negative values in some locales</title>
<updated>2002-10-12T04:38:35+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-12T04:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bd26dcd10398fc7436ec5f3ee1a35ef5a7ae54dd'/>
<id>bd26dcd10398fc7436ec5f3ee1a35ef5a7ae54dd</id>
<content type='text'>
(at least the French ones), a memory leak upon successful termination, a
pointer arithmetic error causing heap corruption, and an off-by-one bug
causing incorrect amounts of padding at the right of the value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(at least the French ones), a memory leak upon successful termination, a
pointer arithmetic error causing heap corruption, and an off-by-one bug
causing incorrect amounts of padding at the right of the value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Save errno around calls to free(); at least some code paths clobber it</title>
<updated>2002-10-11T23:31:50+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-11T23:31:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2e9212d966688e184575e2cd59fbd6403db256b2'/>
<id>2e9212d966688e184575e2cd59fbd6403db256b2</id>
<content type='text'>
and we are not interested in any errors it may report.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and we are not interested in any errors it may report.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the new struct lconv members to determine how to format international</title>
<updated>2002-10-11T23:08:03+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-11T23:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2621915fa7988c505108ed7efecf8b3ff40032a2'/>
<id>2621915fa7988c505108ed7efecf8b3ff40032a2</id>
<content type='text'>
monetary values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
monetary values.
</pre>
</div>
</content>
</entry>
<entry>
<title>Non-negative amounts should not have an extra space in front of them</title>
<updated>2002-10-11T23:04:59+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-11T23:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=40a48101d36fd933902a527566dfd827e1eb0bd5'/>
<id>40a48101d36fd933902a527566dfd827e1eb0bd5</id>
<content type='text'>
when the `(' flag is used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when the `(' flag is used.
</pre>
</div>
</content>
</entry>
<entry>
<title>"Left precision" and "right precision" are not flags, but separate parts</title>
<updated>2002-10-11T22:59:22+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-11T22:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=284d56227c7a5f2ba693e290abc3740af4d52a8d'/>
<id>284d56227c7a5f2ba693e290abc3740af4d52a8d</id>
<content type='text'>
of the format string that appear after the field width.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of the format string that appear after the field width.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add restrict type-qualifier.</title>
<updated>2002-09-20T08:24:01+00:00</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-09-20T08:24:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=883738f287c9747dc65f0f1f09db3541481dd192'/>
<id>883738f287c9747dc65f0f1f09db3541481dd192</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
