From owner-cvs-all Mon Dec 24 16:37: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E905537B419; Mon, 24 Dec 2001 16:36:57 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBP0avb58649; Mon, 24 Dec 2001 16:36:57 -0800 (PST) (envelope-from ache) Message-Id: <200112250036.fBP0avb58649@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 24 Dec 2001 16:36:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string Makefile.inc strcasestr.c strstr.3 src/include string.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2001/12/24 16:36:57 PST Modified files: (Branch: RELENG_4) lib/libc/string Makefile.inc strstr.3 include string.h Added files: (Branch: RELENG_4) lib/libc/string strcasestr.c Log: MFC: add strcasestr() Revision Changes Path 1.6.2.3 +3 -2 src/include/string.h 1.19.2.5 +2 -1 src/lib/libc/string/Makefile.inc 1.2.2.1 +65 -0 src/lib/libc/string/strcasestr.c (new) 1.3.2.5 +9 -1 src/lib/libc/string/strstr.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message