cvs commit: projects/csup GNUmakefile Makefile fnmatch.c fnmatch.h globtree.h proto.c

Maxime Henrion mux at FreeBSD.org
Tue Feb 28 19:11:52 PST 2006


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


More information about the cvs-projects mailing list