cvs commit: projects/csup globtree.c globtree.h

Maxime Henrion mux at FreeBSD.org
Sat Feb 25 20:52:29 PST 2006


mux         2006-02-26 04:52:27 UTC

  FreeBSD projects repository

  Added files:
    csup                 globtree.c globtree.h 
  Log:
  Add the globtree API.  It is used to construct arbitrarily complex
  boolean expressions for evaluating whether to accept or reject a
  filename, using shell-style patterns and fnmatch() or the regex(3) API.
  
  It is not yet connected to the build since it will be used by the
  upcoming code to support refuse files.
  
  Revision  Changes    Path
  1.1       +361 -0    projects/csup/globtree.c (new)
  1.1       +43 -0     projects/csup/globtree.h (new)


More information about the cvs-all mailing list