<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/string/Makefile.inc, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-07-28T22:50:42Z</updated>
<entry>
<title>* Merge index(3) and rindex(3) to index(3) since the two functions are</title>
<updated>2003-07-28T22:50:42Z</updated>
<author>
<name>Simon L. B. Nielsen</name>
<email>simon@FreeBSD.org</email>
</author>
<published>2003-07-28T22:50:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c9ae54eebb82cd0fd7317ea897e029aada7c9501'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>libc_r wasn't so tied to libc for 22 months.</title>
<updated>2002-11-18T09:50:57Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-18T09:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c51d717f0c0adcb64bbf49ef373972c2367c50ec'/>
<id>urn:sha1:c51d717f0c0adcb64bbf49ef373972c2367c50ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a placeholder implementation of wcscoll() and wcsxfrm() which gives</title>
<updated>2002-10-04T03:18:26Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-04T03:18:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fd4f1dd9fa30021c03609767a0e865962633d60d'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Add stpcpy(3).</title>
<updated>2002-10-03T19:39:20Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-10-03T19:39:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8269e8c887accbffa1e193394fc22fde8d0973e3'/>
<id>urn:sha1:8269e8c887accbffa1e193394fc22fde8d0973e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an implementation of wcstok(), based on strtok_r().</title>
<updated>2002-09-07T08:16:57Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-09-07T08:16:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9ad391340ed786640390cea55667544e006f26fd'/>
<id>urn:sha1:9ad391340ed786640390cea55667544e006f26fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a manual page for wcswidth().</title>
<updated>2002-08-20T03:40:45Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-08-20T03:40:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c8e804757d8c1fb0325316ae575189a5f8010abb'/>
<id>urn:sha1:c8e804757d8c1fb0325316ae575189a5f8010abb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move just committed version of wcswidth.c here (from "locale"),</title>
<updated>2002-08-20T02:06:28Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2002-08-20T02:06:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=353450fbbe2f7ee845e1548431a7122ef9cc9bf9'/>
<id>urn:sha1:353450fbbe2f7ee845e1548431a7122ef9cc9bf9</id>
<content type='text'>
a bit optimized now.
</content>
</entry>
<entry>
<title>Must link strerror manpage to strerror_r.</title>
<updated>2001-11-27T07:57:31Z</updated>
<author>
<name>Wes Peters</name>
<email>wes@FreeBSD.org</email>
</author>
<published>2001-11-27T07:57:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4f7d6d65dc6a45b9d7596a10808130bdd8c5b317'/>
<id>urn:sha1:4f7d6d65dc6a45b9d7596a10808130bdd8c5b317</id>
<content type='text'>
Thanks for the review, Mike.

Submitted by:	Mike Barcroft &lt;mike@FreeBSD.org&gt;
</content>
</entry>
<entry>
<title>Implement strcasestr() which many others (f.e. Linux) already have.</title>
<updated>2001-10-10T02:17:35Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-10-10T02:17:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=89503316a038ddfd04ea8491974e05d1baa5e531'/>
<id>urn:sha1:89503316a038ddfd04ea8491974e05d1baa5e531</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new libc function, strnstr(3), which allows one to limit the</title>
<updated>2001-10-09T01:29:56Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2001-10-09T01:29:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=41036d782dab06714e1f93c6bb47ed22ac8747af'/>
<id>urn:sha1:41036d782dab06714e1f93c6bb47ed22ac8747af</id>
<content type='text'>
number of characters that are searched.  This is especially useful
with file operations and non-NUL terminated strings.

Silence from:	-audit, -hackers
MFC after:	5 days
</content>
</entry>
</feed>
