Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2006 04:52:27 +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 globtree.c globtree.h
Message-ID:  <200602260452.k1Q4qSCQ069328@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602260452.k1Q4qSCQ069328>