about summary refs log tree commit diff
path: root/src/regex/glob.c
Commit message (Expand)AuthorAgeFilesLines
* fix failure of glob to match broken symlinks under some conditionsRich Felker2019-08-071-5/+12
* glob: implement GLOB_TILDE and GLOB_TILDE_CHECKIsmael Luceno2019-08-061-1/+41
* allow escaped path-separator slashes in globRich Felker2018-10-131-11/+22
* rewrite core of the glob implementation for correctness & optimizationRich Felker2018-10-121-105/+112
* fix redundant computations of strlen in glob append functionRich Felker2018-10-111-2/+5
* fix invalid substitute of [1] for flexible array member in globRich Felker2018-10-111-2/+2
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-3/+2
* fix regression in glob with literal . or .. path componentRich Felker2017-10-211-3/+5
* fix glob descent into . and .. with GLOB_PERIODRich Felker2017-09-061-0/+4
* fix glob failure to match plain "/" to root directoryRich Felker2017-06-081-1/+1
* make globfree safe after failed glob from over-length argumentRich Felker2017-01-021-2/+2
* 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