From owner-cvs-all Tue Oct 9 19:17:38 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 8363037B403; Tue, 9 Oct 2001 19:17:35 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A2HZb22337; Tue, 9 Oct 2001 19:17:35 -0700 (PDT) (envelope-from ache) Message-Id: <200110100217.f9A2HZb22337@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 9 Oct 2001 19:17:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strcasestr.c Makefile.inc strstr.3 X-FreeBSD-CVS-Branch: HEAD 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/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