Date: Tue, 9 Oct 2001 19:17:35 -0700 (PDT) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strcasestr.c Makefile.inc strstr.3 Message-ID: <200110100217.f9A2HZb22337@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2001/10/09 19:17:35 PDT
Modified files:
lib/libc/string Makefile.inc strstr.3
Added files:
lib/libc/string strcasestr.c
Log:
Implement strcasestr() which many others (f.e. Linux) already have.
Revision Changes Path
1.25 +3 -2 src/lib/libc/string/Makefile.inc
1.1 +68 -0 src/lib/libc/string/strcasestr.c (new)
1.10 +10 -2 src/lib/libc/string/strstr.3
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110100217.f9A2HZb22337>
