Subject: CVS commit: src/usr.bin/find
To: None <source-changes@NetBSD.org>
From: Niels Provos <provos@netbsd.org>
List: source-changes
Date: 08/03/2003 19:46:05
Module Name: src
Committed By: provos
Date: Sun Aug 3 19:46:04 UTC 2003
Modified Files:
src/usr.bin/find: extern.h find.1 find.h function.c option.c
Log Message:
Implement -iname for case insensitive matching on file names.
From freebsd/openbsd. Approved by jaromir@, manu@, perry@.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/usr.bin/find/extern.h src/usr.bin/find/option.c
cvs rdiff -r1.45 -r1.46 src/usr.bin/find/find.1
cvs rdiff -r1.16 -r1.17 src/usr.bin/find/find.h
cvs rdiff -r1.44 -r1.45 src/usr.bin/find/function.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.