summaryrefslogtreecommitdiff
path: root/include/glob.h
AgeCommit message (Collapse)Author
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