summaryrefslogtreecommitdiff
path: root/include/glob.h
AgeCommit message (Collapse)Author
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
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
the default. For xpg4.2.
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
GLOB_ABORT and defining GLOB_NOMATCH and GLOB_NOSYS (the latter is not used).
1995-10-18initial import of NetBSD treeTheo de Raadt