summaryrefslogtreecommitdiff
path: root/include/glob.h
AgeCommit message (Expand)Author
2019-02-04Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX.Todd C. Miller
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-10-01More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE,Philip Guenthe
2010-09-24add a GLOB_KEEPSTAT option that retains a copy of the struct statDamien Miller
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2004-10-07GLOB_NOESCAPE is POSIX so move it out of the #ifndef _POSIX_SOURCE block.Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-03-18GLOB_LIMIT changes from christosTheo de Raadt
1998-01-31Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escapingTodd C. Miller
1997-09-01#define GLOB_ABEND to GLOB_ABORTED for backwards compat. Noted by Theo.Todd C. Miller
1997-09-01Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND toTodd C. Miller
1995-10-18initial import of NetBSD treeTheo de Raadt