<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/string, branch release/6.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-05-06T19:24:14Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2006-05-06T19:24:14Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2006-05-06T19:24:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=26c52663cb5e53422c188e65b45755f348c2fbf3'/>
<id>urn:sha1:26c52663cb5e53422c188e65b45755f348c2fbf3</id>
<content type='text'>
'RELENG_6_1_0_RELEASE'.

This commit was manufactured to restore the state of the 6.1-RELEASE image.
</content>
</entry>
<entry>
<title>MFC: Added a sentence to explain what "span" means.</title>
<updated>2005-09-07T16:41:51Z</updated>
<author>
<name>Gary W. Swearingen</name>
<email>garys@FreeBSD.org</email>
</author>
<published>2005-09-07T16:41:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7adcfc967dc3ddbdcede4d2267f535c3afc4c216'/>
<id>urn:sha1:7adcfc967dc3ddbdcede4d2267f535c3afc4c216</id>
<content type='text'>
PR:             docs/84850
Approved by:    re
</content>
</entry>
<entry>
<title>MFC addition of memmem(3).</title>
<updated>2005-08-29T18:46:39Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2005-08-29T18:46:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d77468cac385ff47c23de7024e38f6fbb98dbfdc'/>
<id>urn:sha1:d77468cac385ff47c23de7024e38f6fbb98dbfdc</id>
<content type='text'>
Submitted by:	Pascal Gloor &lt;pascal.gloor at spale.com&gt;
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_6'.</title>
<updated>2005-08-29T11:34:09Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-08-29T11:34:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5047141c9e11a6c486ce731cf749eec2fb07a0a5'/>
<id>urn:sha1:5047141c9e11a6c486ce731cf749eec2fb07a0a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace the current strspn() and strcspn() with significantly faster</title>
<updated>2005-04-02T18:52:44Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2005-04-02T18:52:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f0ceb98f93c40738e4d658707f2d1d5b156a1bb4'/>
<id>urn:sha1:f0ceb98f93c40738e4d658707f2d1d5b156a1bb4</id>
<content type='text'>
implementations inspired by the ones in DragonFly.  Unlike the
DragonFly versions, these have a small data cache footprint, and my
tests show that they're never slower than the old code except when the
charset or the span is 0 or 1 characters.  This implementation is
generally faster than DragonFly until either the charset or the span
gets in the ballpark of 32 to 64 characters.
</content>
</entry>
<entry>
<title>Unbreak strsignal().  This is an MFC candidate.</title>
<updated>2005-03-06T03:19:19Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2005-03-06T03:19:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cea5da0456112ac3867777e926339e4a86293572'/>
<id>urn:sha1:cea5da0456112ac3867777e926339e4a86293572</id>
<content type='text'>
Reported by:	Sean McNeil &lt;sean@mcneil.com&gt;
</content>
</entry>
<entry>
<title>Unbreak !NLS case</title>
<updated>2005-02-27T21:17:22Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2005-02-27T21:17:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fc7c35283172dbed0e31df879b3586088c73403f'/>
<id>urn:sha1:fc7c35283172dbed0e31df879b3586088c73403f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add NLS catalogs support to strerror(), strerror_r() and strsignal().</title>
<updated>2005-02-27T16:58:28Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2005-02-27T16:58:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fba5c5fa090c65e6dc3c736f5507a63892bab7bf'/>
<id>urn:sha1:fba5c5fa090c65e6dc3c736f5507a63892bab7bf</id>
<content type='text'>
Controlled by NLS define, currently disabled by default.

Idea obtained from:	NetBSD
</content>
</entry>
<entry>
<title>Don't read more than the given 'len' bytes from the 'big' string.</title>
<updated>2005-02-11T21:07:51Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-02-11T21:07:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=029f08c23c243660e5f61d813a657c7bf2499178'/>
<id>urn:sha1:029f08c23c243660e5f61d813a657c7bf2499178</id>
<content type='text'>
PR:		misc/77369
Submitted by:	Ed Maste &lt;emaste@phaedrus.sandvine.ca&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Sort sections.</title>
<updated>2005-01-20T09:17:07Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-20T09:17:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=24a0682c6465290759ed0b09ea16e40e7cd47053'/>
<id>urn:sha1:24a0682c6465290759ed0b09ea16e40e7cd47053</id>
<content type='text'>
</content>
</entry>
</feed>
