dns response handling: ignore presence of wrong-type RRs
[musl] / src / regex / glob.c
2022-10-19 Rich Felkerremove LFS64 symbol aliases; replace with dynamic linke...
2019-08-07 Rich Felkerfix failure of glob to match broken symlinks under...
2019-08-06 Ismael Lucenoglob: implement GLOB_TILDE and GLOB_TILDE_CHECK
2018-10-13 Rich Felkerallow escaped path-separator slashes in glob
2018-10-13 Rich Felkerrewrite core of the glob implementation for correctness...
2018-10-11 Rich Felkerfix redundant computations of strlen in glob append...
2018-10-11 Rich Felkerfix invalid substitute of [1] for flexible array member...
2018-09-12 Rich Felkerremove spurious inclusion of libc.h for LFS64 ABI aliases
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