<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/string/Makefile.inc, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC addition of memmem(3).</title>
<updated>2005-08-29T18:46:39+00:00</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2005-08-29T18:46:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d77468cac385ff47c23de7024e38f6fbb98dbfdc'/>
<id>d77468cac385ff47c23de7024e38f6fbb98dbfdc</id>
<content type='text'>
Submitted by:	Pascal Gloor &lt;pascal.gloor at spale.com&gt;
Approved by:	re (scottl)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Pascal Gloor &lt;pascal.gloor at spale.com&gt;
Approved by:	re (scottl)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add and document ffsl(), fls() and flsl().</title>
<updated>2004-01-13T16:05:47+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-01-13T16:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f434fe1237e333414c9aa8e906c60f2630f1f11b'/>
<id>f434fe1237e333414c9aa8e906c60f2630f1f11b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Merge index(3) and rindex(3) to index(3) since the two functions are</title>
<updated>2003-07-28T22:50:42+00:00</updated>
<author>
<name>Simon L. B. Nielsen</name>
<email>simon@FreeBSD.org</email>
</author>
<published>2003-07-28T22:50:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c9ae54eebb82cd0fd7317ea897e029aada7c9501'/>
<id>c9ae54eebb82cd0fd7317ea897e029aada7c9501</id>
<content type='text'>
  almost identical.
* Merge strchr(3) and strrchr(3) to strchr(3) since the two functions
  are almost identical.
* Make the wording of index(3) and strchr(3) more similar.
* mdoc(7) cleanup.

Submitted by:	SUZUKI Koichi &lt;metal@gc5.so-net.ne.jp&gt;, keramida, myself
PR:		docs/32054
Reviewed by:	ru
Approved by:	ceri (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  almost identical.
* Merge strchr(3) and strrchr(3) to strchr(3) since the two functions
  are almost identical.
* Make the wording of index(3) and strchr(3) more similar.
* mdoc(7) cleanup.

Submitted by:	SUZUKI Koichi &lt;metal@gc5.so-net.ne.jp&gt;, keramida, myself
PR:		docs/32054
Reviewed by:	ru
Approved by:	ceri (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>libc_r wasn't so tied to libc for 22 months.</title>
<updated>2002-11-18T09:50:57+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-18T09:50:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c51d717f0c0adcb64bbf49ef373972c2367c50ec'/>
<id>c51d717f0c0adcb64bbf49ef373972c2367c50ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a placeholder implementation of wcscoll() and wcsxfrm() which gives</title>
<updated>2002-10-04T03:18:26+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-04T03:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fd4f1dd9fa30021c03609767a0e865962633d60d'/>
<id>fd4f1dd9fa30021c03609767a0e865962633d60d</id>
<content type='text'>
locale-sensitive collation only in single-byte locales, and just does
binary comparison for the others with extended character sets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
locale-sensitive collation only in single-byte locales, and just does
binary comparison for the others with extended character sets.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add stpcpy(3).</title>
<updated>2002-10-03T19:39:20+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-10-03T19:39:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8269e8c887accbffa1e193394fc22fde8d0973e3'/>
<id>8269e8c887accbffa1e193394fc22fde8d0973e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an implementation of wcstok(), based on strtok_r().</title>
<updated>2002-09-07T08:16:57+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-09-07T08:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9ad391340ed786640390cea55667544e006f26fd'/>
<id>9ad391340ed786640390cea55667544e006f26fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a manual page for wcswidth().</title>
<updated>2002-08-20T03:40:45+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-08-20T03:40:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c8e804757d8c1fb0325316ae575189a5f8010abb'/>
<id>c8e804757d8c1fb0325316ae575189a5f8010abb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move just committed version of wcswidth.c here (from "locale"),</title>
<updated>2002-08-20T02:06:28+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2002-08-20T02:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=353450fbbe2f7ee845e1548431a7122ef9cc9bf9'/>
<id>353450fbbe2f7ee845e1548431a7122ef9cc9bf9</id>
<content type='text'>
a bit optimized now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a bit optimized now.
</pre>
</div>
</content>
</entry>
</feed>
