summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/glob (follow)
Commit message (Collapse)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
|
* Make the regress setup not assume the umask is 022guenther2011-05-011-3/+3
|
* Remove an extraneous return statement with the wrong return value.millert2011-01-071-8/+6
| | | | Fix some gcc warnings.
* add a GLOB_KEEPSTAT option that retains a copy of the struct statdjm2010-09-243-10/+86
| | | | | | | | | | | information that is looked up while matching glob(3)s Keeping this information around can make a big difference when fetching it is expensive, e.g. in sftp which uses GLOB_ALTDIRFUNC feedback millert@ jmc@ "get it in before the libc crank" deraadt@
* Test to show glob bug introduced with POSIX char class support.millert2009-02-181-0/+3
|
* Add missing CURDIRmillert2009-02-181-2/+2
|
* Regress driver for glob(3). Needs more tests.millert2008-10-014-0/+244