From owner-cvs-all Sun Feb 25 13:57: 5 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 53B5437B4EC; Sun, 25 Feb 2001 13:57:02 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1PLv2920766; Sun, 25 Feb 2001 13:57:02 -0800 (PST) (envelope-from knu) Message-Id: <200102252157.f1PLv2920766@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 25 Feb 2001 13:57:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find extern.h find.1 find.c find.h function.c main.c option.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/02/25 13:57:02 PST Modified files: (Branch: RELENG_4) usr.bin/find extern.h find.1 find.c find.h function.c main.c option.c Log: MFC: Add -E, -iname, -ipath, -regex, and -iregex. Revision Changes Path 1.9.2.3 +6 -1 src/usr.bin/find/extern.h 1.23.2.7 +41 -3 src/usr.bin/find/find.1 1.7.6.2 +2 -1 src/usr.bin/find/find.c 1.6.2.4 +7 -3 src/usr.bin/find/find.h 1.22.2.6 +156 -2 src/usr.bin/find/function.c 1.9.6.2 +8 -3 src/usr.bin/find/main.c 1.9.2.3 +6 -1 src/usr.bin/find/option.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message