fix regression in glob with literal . or .. path component
[musl] / src / regex / glob.c
2017-10-21 Rich Felkerfix regression in glob with literal . or .. path component
2017-09-07 Rich Felkerfix glob descent into . and .. with GLOB_PERIOD
2017-06-08 Rich Felkerfix glob failure to match plain "/" to root directory
2017-01-03 Rich Felkermake globfree safe after failed glob from over-length...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-01-24 Rich Felkermake glob mark symlinks-to-directories with the GLOB_MA...
2012-01-22 Rich Felkersupport GLOB_PERIOD flag (GNU extension) to glob function
2011-06-06 Rich Felkerfix handling of d_name in struct dirent
2011-06-05 Rich Felkersafety fix for glob's vla usage: disallow patterns...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0