Commit Graph

16 Commits

Author SHA1 Message Date
Todd C. Miller
4baa2f90ce add my copyright 2008-11-09 13:48:33 +00:00
Todd C. Miller
0372d7dc2b Add character class support to included glob(3) and fnmatch(3). 2008-09-26 21:13:29 +00:00
Todd C. Miller
b950f28075 #include <compat.h> not "compat.h" 2005-02-08 03:55:42 +00:00
Todd C. Miller
3b8b88407f Add __unused to rcsids 2005-01-27 15:42:30 +00:00
Todd C. Miller
2c2daa8eca Use: #include <config.h>
Not: #include "config.h"
That way we get the correct config.h when build dir != src dir
2004-11-19 18:39:14 +00:00
Todd C. Miller
fb5a1aa3ae Use the SET, CLR and ISSET macros. 2004-01-29 22:33:54 +00:00
Todd C. Miller
7e53863e55 Remove advertising clause, UCB has disavowed it 2003-05-30 20:22:31 +00:00
Todd C. Miller
46dd419cd9 o Reorder some headers and use STDC_HEADERS define properly
o Update copyright year
2001-12-14 19:52:47 +00:00
Todd C. Miller
7ffc5a9fae Add #ifdef __STDC__ around the rangematch function header to avoid
promotion of test to int, thus violating the prototype.  Gcc handles
this gracefully but more std ANSI compilers will complain.
2000-03-23 19:14:03 +00:00
Todd C. Miller
4fc832c6c2 Pull in newer fnmatch(3) that supports FNM_CASEFOLD
Check for FNM_CASEFOLD in configure
2000-03-23 15:11:50 +00:00
Todd C. Miller
4aa7852a43 UCB has dropped the advertising clause from their license. 1999-09-04 07:09:04 +00:00
Todd C. Miller
a067249e1c Move inclusion of emul/fnmatch.h to be after sudo.h for __P 1999-08-28 10:00:22 +00:00
Todd C. Miller
fd94f14a19 bring in stdio.h for NULL 1998-09-07 16:51:37 +00:00
Todd C. Miller
e7a1cc6b69 remove duplicate include of string.h 1998-09-07 02:34:06 +00:00
Todd C. Miller
63e1abb3dd now includes compat.h and config.h 1996-05-25 23:23:32 +00:00
Todd C. Miller
af01309582 Initial revision 1996-05-25 22:03:22 +00:00