<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/stdlib/strfmon.c, branch release/5.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2003-06-04T16:00:27Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-06-04T16:00:27Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-06-04T16:00:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1c0442969cd576514acfce932c0a0798593c7af7'/>
<id>urn:sha1:1c0442969cd576514acfce932c0a0798593c7af7</id>
<content type='text'>
'RELENG_5_1_0_RELEASE'.

This commit was manufactured to restore the state of the 5.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>According to C99 decimal_point can't be empty</title>
<updated>2003-03-20T08:18:55Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2003-03-20T08:18:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=85bebbc156e23d6029e0824d782260830025a611'/>
<id>urn:sha1:85bebbc156e23d6029e0824d782260830025a611</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused variable: ntmp.</title>
<updated>2003-01-03T23:34:26Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-01-03T23:34:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7599ad308f5d556498c04a5d08abdccb5ac8829b'/>
<id>urn:sha1:7599ad308f5d556498c04a5d08abdccb5ac8829b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a typo causing incorrect formatting for negative values in some locales</title>
<updated>2002-10-12T04:38:35Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-12T04:38:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bd26dcd10398fc7436ec5f3ee1a35ef5a7ae54dd'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Save errno around calls to free(); at least some code paths clobber it</title>
<updated>2002-10-11T23:31:50Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-11T23:31:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2e9212d966688e184575e2cd59fbd6403db256b2'/>
<id>urn:sha1:2e9212d966688e184575e2cd59fbd6403db256b2</id>
<content type='text'>
and we are not interested in any errors it may report.
</content>
</entry>
<entry>
<title>Use the new struct lconv members to determine how to format international</title>
<updated>2002-10-11T23:08:03Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-11T23:08:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2621915fa7988c505108ed7efecf8b3ff40032a2'/>
<id>urn:sha1:2621915fa7988c505108ed7efecf8b3ff40032a2</id>
<content type='text'>
monetary values.
</content>
</entry>
<entry>
<title>Non-negative amounts should not have an extra space in front of them</title>
<updated>2002-10-11T23:04:59Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-11T23:04:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=40a48101d36fd933902a527566dfd827e1eb0bd5'/>
<id>urn:sha1:40a48101d36fd933902a527566dfd827e1eb0bd5</id>
<content type='text'>
when the `(' flag is used.
</content>
</entry>
<entry>
<title>"Left precision" and "right precision" are not flags, but separate parts</title>
<updated>2002-10-11T22:59:22Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-11T22:59:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=284d56227c7a5f2ba693e290abc3740af4d52a8d'/>
<id>urn:sha1:284d56227c7a5f2ba693e290abc3740af4d52a8d</id>
<content type='text'>
of the format string that appear after the field width.
</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>Assume __STDC__, remove non-__STDC__ code.</title>
<updated>2002-05-28T17:03:12Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-05-28T17:03:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a82bbc730e20fe9dec4abeb1d949b2d02869032a'/>
<id>urn:sha1:a82bbc730e20fe9dec4abeb1d949b2d02869032a</id>
<content type='text'>
Submitted by: keramida
</content>
</entry>
</feed>
