about summary refs log tree commit diff
path: root/src/regex/glob.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-2/+0
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* make glob mark symlinks-to-directories with the GLOB_MARK flagRich Felker2012-01-231-1/+1
* support GLOB_PERIOD flag (GNU extension) to glob functionRich Felker2012-01-221-1/+2
* fix handling of d_name in struct direntRich Felker2011-06-061-3/+2
* safety fix for glob's vla usage: disallow patterns longer than PATH_MAXRich Felker2011-06-051-0/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+238