<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libarchive/archive_string.c, branch release/8.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2010-07-17T05:41:01Z</updated>
<entry>
<title>Copy releng/8.1 to release/8.1.0 for 8.1-RELEASE.</title>
<updated>2010-07-17T05:41:01Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2010-07-17T05:41:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=90d6fa76a8141fc596ad376ecd86a8a493836298'/>
<id>urn:sha1:90d6fa76a8141fc596ad376ecd86a8a493836298</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.1-RELEASE image.
</content>
</entry>
<entry>
<title>Merge from libarchive.googlecode.com:  Mostly a bunch of</title>
<updated>2009-04-12T05:33:34Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2009-04-12T05:33:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e2421f76676c33a8de3054504f3ecb9ca3d1ee75'/>
<id>urn:sha1:e2421f76676c33a8de3054504f3ecb9ca3d1ee75</id>
<content type='text'>
corrections to the Windows support to reconcile differences
between Visual Studio and Cygwin.  Includes parts of
revisions 757, 774, 787, 815, 817, 819, 820, 844, and 886.

Of particular note, r886 overhauled the UTF-8/Unicode conversions to
work correctly regardless of whether the local system uses 16-bit
or 32-bit wchar_t.  (I assume that systems with 16-bit wchar_t
use UTF-16 and those with 32-bit wchar_t use UCS-4.)  This revision
also added a preference for wcrtomb() (which is thread-safe) on
platforms that support it.
</content>
</entry>
<entry>
<title>Merge from libarchive.googlecode.com:</title>
<updated>2009-04-12T04:59:11Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2009-04-12T04:59:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f8c35626c42cce880436c2936c7a4cb5860914ed'/>
<id>urn:sha1:f8c35626c42cce880436c2936c7a4cb5860914ed</id>
<content type='text'>
r751: Change __archive_strncat() to use a void * source, which reduces
the amount of casting needed to use this with "char", "signed char"
and "unsigned char".
r752: Use additions instead of multiplications when growing buffer;
faster and less chance of overflow.
</content>
</entry>
<entry>
<title>Merge r505 from libarchive.googlecode.com: Fix %ju support.  Simplify</title>
<updated>2009-03-06T05:14:55Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2009-03-06T05:14:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=af176e930c843269a17564b6006026e12dd9f8c4'/>
<id>urn:sha1:af176e930c843269a17564b6006026e12dd9f8c4</id>
<content type='text'>
the code here a bit by making the int formatting functions static to
archive_string_sprintf.c, which is the only place this has ever been
used.
</content>
</entry>
<entry>
<title>Merge r294:337,r348:350 from libarchive.googlecode.com: A lot</title>
<updated>2009-03-03T17:02:51Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2009-03-03T17:02:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=690f818afd6c3c0721202dd1e075aeaaae004704'/>
<id>urn:sha1:690f818afd6c3c0721202dd1e075aeaaae004704</id>
<content type='text'>
of work to make libarchive work on Windows.
</content>
</entry>
<entry>
<title>New internal archive_string_concat utility function.</title>
<updated>2008-12-06T05:56:43Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2008-12-06T05:56:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0a68927a88dc461977e8a67ce377554bf3202eac'/>
<id>urn:sha1:0a68927a88dc461977e8a67ce377554bf3202eac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework the my_mbtowc_utf8() support function to fully match the mbtowc()</title>
<updated>2008-06-15T11:28:56Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2008-06-15T11:28:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d984a6e000be37bc742235f7793e2ee8b6df01a6'/>
<id>urn:sha1:d984a6e000be37bc742235f7793e2ee8b6df01a6</id>
<content type='text'>
calling convention, not the mbrtowc() convention.
</content>
</entry>
<entry>
<title>Since wctomb() returns int, temporaries should be int, not size_t.</title>
<updated>2008-06-15T11:15:12Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2008-06-15T11:15:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4a9c863c876bdc69bccc24605435d22731c4662b'/>
<id>urn:sha1:4a9c863c876bdc69bccc24605435d22731c4662b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bad cast.</title>
<updated>2008-06-15T10:26:08Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2008-06-15T10:26:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d86da5715cb1e4319ccefc26819d040f03d0451'/>
<id>urn:sha1:8d86da5715cb1e4319ccefc26819d040f03d0451</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Portability:  We can get away with the older and better-supported</title>
<updated>2008-06-15T05:12:47Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2008-06-15T05:12:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a64ca54afc809331a7353b240dbfeffef35f0ce8'/>
<id>urn:sha1:a64ca54afc809331a7353b240dbfeffef35f0ce8</id>
<content type='text'>
wctomb() here; we don't need wcrtomb().  In particular, this fixes
libarchive building on FreeBSD 4.
</content>
</entry>
</feed>
