summaryrefslogtreecommitdiffstats
path: root/include/glob.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX.millert2019-02-041-4/+10
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE,guenther2012-10-011-2/+3
* add a GLOB_KEEPSTAT option that retains a copy of the struct statdjm2010-09-241-1/+4
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-10/+8
* GLOB_NOESCAPE is POSIX so move it out of the #ifndef _POSIX_SOURCE block.millert2004-10-071-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-2/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-8/+8
* GLOB_LIMIT changes from christosderaadt2001-03-181-1/+2
* Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escapingmillert1998-01-311-1/+2
* #define GLOB_ABEND to GLOB_ABORTED for backwards compat. Noted by Theo.millert1997-09-011-1/+2
* Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND tomillert1997-09-011-1/+6
* initial import of NetBSD treederaadt1995-10-181-0/+92