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

2006-05-18 Thread Maxime Henrion
mux 2006-05-18 15:29:43 UTC FreeBSD projects repository Modified files: csup globtree.c misc.h proto.c Log: Fix two typos in comments and simplify some code slightly. Submitted by: vd Revision ChangesPath 1.6 +2 -2 projects/csup/g

cvs commit: projects/csup globtree.c

2006-03-13 Thread Maxime Henrion
mux 2006-03-13 22:02:20 UTC FreeBSD projects repository Modified files: csup globtree.c Log: Oops, include our local fnmatch.h header, not the system one. Revision ChangesPath 1.5 +2 -2 projects/csup/globtree.c __

cvs commit: projects/csup globtree.c

2006-03-02 Thread Maxime Henrion
mux 2006-03-03 00:50:46 UTC FreeBSD projects repository Modified files: csup globtree.c Log: Fix build on RELENG_4, try 2. Revision ChangesPath 1.4 +3 -1 projects/csup/globtree.c ___ cvs-all@fr

cvs commit: projects/csup globtree.c

2006-02-27 Thread Maxime Henrion
mux 2006-02-27 19:08:13 UTC FreeBSD projects repository Modified files: csup globtree.c Log: Improve the stack API to be used by globtree_test() to walk the tree iteratively. This new algorithm is much faster and so significantly reduces the user time whe

cvs commit: projects/csup globtree.c

2006-02-26 Thread Maxime Henrion
mux 2006-02-27 05:32:54 UTC FreeBSD projects repository Modified files: csup globtree.c Log: Tweak comment. Revision ChangesPath 1.2 +4 -5 projects/csup/globtree.c ___ cvs-all@freebsd.org maili

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

2006-02-25 Thread Maxime Henrion
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-s