Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I am retiring my old email address; replace it with my OpenBSD one. | millert | 2019-01-25 | 1 | -2/+2 |
| | |||||
* | Make the regress setup not assume the umask is 022 | guenther | 2011-05-01 | 1 | -3/+3 |
| | |||||
* | Remove an extraneous return statement with the wrong return value. | millert | 2011-01-07 | 1 | -8/+6 |
| | | | | Fix some gcc warnings. | ||||
* | add a GLOB_KEEPSTAT option that retains a copy of the struct stat | djm | 2010-09-24 | 3 | -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. | millert | 2009-02-18 | 1 | -0/+3 |
| | |||||
* | Add missing CURDIR | millert | 2009-02-18 | 1 | -2/+2 |
| | |||||
* | Regress driver for glob(3). Needs more tests. | millert | 2008-10-01 | 4 | -0/+244 |