Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a GLOB_KEEPSTAT option that retains a copy of the struct stat | djm | 2010-09-24 | 1 | -0/+52 |
| | | | | | | | | | | | 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 |
| | |||||
* | Regress driver for glob(3). Needs more tests. | millert | 2008-10-01 | 1 | -0/+61 |