Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/27/2000 18:13:37
Module Name:	basesrc
Committed By:	thorpej
Date:		Wed Jun 28 01:13:37 UTC 2000

Modified Files:
	basesrc/include: fnmatch.h
	basesrc/lib/libc/gen: fnmatch.3 fnmatch.c

Log Message:
Implement FNM_CASEFOLD, for matching the pattern in a case-insensitive
way.  Flag name taken from glibc.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/include/fnmatch.h
cvs rdiff -r1.13 -r1.14 basesrc/lib/libc/gen/fnmatch.3
cvs rdiff -r1.17 -r1.18 basesrc/lib/libc/gen/fnmatch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.