<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/stdio, branch release/5.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-08-31T05:20:43Z</updated>
<entry>
<title>MFC: don't forget to va_end() after va_copy().</title>
<updated>2004-08-31T05:20:43Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-08-31T05:20:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=994dea634cf256b8968f8534fa2fdb785c103f1e'/>
<id>urn:sha1:994dea634cf256b8968f8534fa2fdb785c103f1e</id>
<content type='text'>
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Fix an off-by-one bug that caused the first character of the buffer to</title>
<updated>2004-08-06T17:00:09Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-08-06T17:00:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=91f18ef9289c9e48c35ee5df3340022ceab54149'/>
<id>urn:sha1:91f18ef9289c9e48c35ee5df3340022ceab54149</id>
<content type='text'>
be uninitialized.
</content>
</entry>
<entry>
<title>Read directly from the stdio buffer using the new __mbsnrtowcs() interface</title>
<updated>2004-07-21T12:12:48Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-21T12:12:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7d7287dc7d730800cf7f0b60329a7b057d1bec35'/>
<id>urn:sha1:7d7287dc7d730800cf7f0b60329a7b057d1bec35</id>
<content type='text'>
instead of making repeated calls to __fgetwc().
</content>
</entry>
<entry>
<title>Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are</title>
<updated>2004-07-21T10:54:57Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-21T10:54:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1949a3470f29c5edaa5fc2770c2886d653fa68d1'/>
<id>urn:sha1:1949a3470f29c5edaa5fc2770c2886d653fa68d1</id>
<content type='text'>
convenient when the source string isn't null-terminated.

Implement the other conversion functions (mbstowcs(), mbsrtowcs(), wcstombs(),
wcsrtombs()) in terms of these new functions.
</content>
</entry>
<entry>
<title>Use __wcsrtombs() and __sfvwrite() to convert and write the wide character</title>
<updated>2004-07-21T08:35:18Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-21T08:35:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2f2c1839f8d6025a050277b9abf31a330100c06d'/>
<id>urn:sha1:2f2c1839f8d6025a050277b9abf31a330100c06d</id>
<content type='text'>
string instead of multiple calls to __fputwc().
</content>
</entry>
<entry>
<title>Call __mbrtowc() and __wcrtomb() directly instead of taking detours</title>
<updated>2004-07-20T08:27:27Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-20T08:27:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f9ceea9bf17bc8d7b0020c409743f162c3c5eebd'/>
<id>urn:sha1:f9ceea9bf17bc8d7b0020c409743f162c3c5eebd</id>
<content type='text'>
through mbrtowc() and wcrtomb().
</content>
</entry>
<entry>
<title>Add a cross reference to fgetwln(3).</title>
<updated>2004-07-16T06:07:12Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-16T06:07:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2508f480c2316ed8fe9a743df0f94bc3f3587261'/>
<id>urn:sha1:2508f480c2316ed8fe9a743df0f94bc3f3587261</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add fgetwln(), a wide character version of fgetln().</title>
<updated>2004-07-16T06:06:09Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-16T06:06:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9531ef0fc16cd1cfaa20e5db15fb64021a04ee74'/>
<id>urn:sha1:9531ef0fc16cd1cfaa20e5db15fb64021a04ee74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename slbexpand() to __slbexpand() and make it available outside</title>
<updated>2004-07-16T05:52:51Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-16T05:52:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=66d56cb7b89700666780947886b164a567a50e43'/>
<id>urn:sha1:66d56cb7b89700666780947886b164a567a50e43</id>
<content type='text'>
of fgetln.c (non-static).
</content>
</entry>
<entry>
<title>Slightly reorganize and simplify.</title>
<updated>2004-07-09T15:12:10Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-09T15:12:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fcc51917875e7f6d7d620c6a3e8268dcc6306baf'/>
<id>urn:sha1:fcc51917875e7f6d7d620c6a3e8268dcc6306baf</id>
<content type='text'>
</content>
</entry>
</feed>
