Date: Wed, 1 Mar 2006 03:11:50 +0000 (UTC) From: Maxime Henrion <mux@FreeBSD.org> To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/csup GNUmakefile Makefile fnmatch.c fnmatch.h globtree.h proto.c Message-ID: <200603010311.k213BouJ088734@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2006-03-01 03:11:50 UTC FreeBSD projects repository Modified files: csup GNUmakefile Makefile globtree.h proto.c Added files: csup fnmatch.c fnmatch.h Log: - Import the fnmatch.c and fnmatch.h from CVSup. It implements some flags that aren't POSIX and that are necessary for the -i patterns to work. - Now that we have it, use the FNM_PREFIX_DIRS flag as appropriate. Now the -i option really works! Revision Changes Path 1.6 +4 -4 projects/csup/GNUmakefile 1.43 +2 -1 projects/csup/Makefile 1.1 +199 -0 projects/csup/fnmatch.c (new) 1.1 +58 -0 projects/csup/fnmatch.h (new) 1.3 +2 -2 projects/csup/globtree.h 1.83 +3 -2 projects/csup/proto.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603010311.k213BouJ088734>