<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/stdio/printfcommon.h, branch release/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-11-20T14:45:42Z</updated>
<entry>
<title>Implement xlocale APIs from Darwin, mainly for use by libc++.  This adds a</title>
<updated>2011-11-20T14:45:42Z</updated>
<author>
<name>David Chisnall</name>
<email>theraven@FreeBSD.org</email>
</author>
<published>2011-11-20T14:45:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3c87aa1d3dc1d8dad3efad322852a8e1e76dee55'/>
<id>urn:sha1:3c87aa1d3dc1d8dad3efad322852a8e1e76dee55</id>
<content type='text'>
load of _l suffixed versions of various standard library functions that use
the global locale, making them take an explicit locale parameter.  Also
adds support for per-thread locales.  This work was funded by the FreeBSD
Foundation.

Please test any code you have that uses the C standard locale functions!

Reviewed by:    das (gdtoa changes)
Approved by:    dim (mentor)
</content>
</entry>
<entry>
<title>Add support for multibyte thousands_sep encodings, e.g., U+066C.</title>
<updated>2009-01-22T08:14:28Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2009-01-22T08:14:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=21ca178ece5d3877714d167a673c0b54948640e5'/>
<id>urn:sha1:21ca178ece5d3877714d167a673c0b54948640e5</id>
<content type='text'>
The integer thousands' separator code is rewritten in order to
avoid having to preallocate a buffer for the largest possible
digit string with the most possible instances of the longest
possible multibyte thousands' separator. The new version inserts
thousands' separators for integers using the same code as floating point.
</content>
</entry>
<entry>
<title>Simplify printf's inlined output buffering routines. On amd64, this</title>
<updated>2009-01-17T05:38:14Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2009-01-17T05:38:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6ec351236802ad416d6f03498db9df75b09dacec'/>
<id>urn:sha1:6ec351236802ad416d6f03498db9df75b09dacec</id>
<content type='text'>
reduces the code size by about 10% and improves performance slightly.
</content>
</entry>
<entry>
<title>Reduce code duplication by moving functions that are identical in both</title>
<updated>2009-01-15T04:49:43Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2009-01-15T04:49:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0a4926406ae19c8057ef86b40704b8e5e9b28137'/>
<id>urn:sha1:0a4926406ae19c8057ef86b40704b8e5e9b28137</id>
<content type='text'>
vfprintf.c and vfwprintf.c (except for char/wchar_t differences) to a
common header file.
</content>
</entry>
<entry>
<title>Convert the insidious macros that handle printf()'s buffering into</title>
<updated>2009-01-15T04:29:02Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2009-01-15T04:29:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=814d1bc906efef0850d9a8f310fa8cc874814a27'/>
<id>urn:sha1:814d1bc906efef0850d9a8f310fa8cc874814a27</id>
<content type='text'>
slightly less evil inline functions, and move the buffering state into
a struct. This will make it possible for helper routines to produce
output for printf() directly, making it possible to untangle the code
somewhat.

In wprintf(), use the same buffering mechanism to reduce diffs to
printf(). This has the side-effect of causing wprintf() to catch write
errors that it previously ignored.
</content>
</entry>
</feed>
