summaryrefslogtreecommitdiff
path: root/src/regex/glob.c
AgeCommit message (Expand)AuthorLines
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-2/+0
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2012-01-23make glob mark symlinks-to-directories with the GLOB_MARK flagRich Felker-1/+1
2012-01-22support GLOB_PERIOD flag (GNU extension) to glob functionRich Felker-1/+2
2011-06-06fix handling of d_name in struct direntRich Felker-3/+2
2011-06-05safety fix for glob's vla usage: disallow patterns longer than PATH_MAXRich Felker-0/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+238