cvs commit: projects/csup GNUmakefile Makefile fnmatch.c fnmatch.h globtree.h proto.c
Maxime Henrion <[email protected]> Wed, 1 Mar 2006 03:11:50 +0000 (UTC)
| Newsgroups | gmane.os.freebsd.devel.cvs.projects |
|---|---|
| Message-ID | <200603010311.k213BouJ088734__13600.6302237094$1141182821$gmane$org@repoman.freebsd.org> |
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-projects
To unsubscribe, send any mail to "[email protected]"