summaryrefslogtreecommitdiff
path: root/src/regex/glob.c
AgeCommit message (Expand)Author
2023-08-24glob: fix wrong return code when aborting before any matchesRich Felker
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker
2019-08-07fix failure of glob to match broken symlinks under some conditionsRich Felker
2019-08-06glob: implement GLOB_TILDE and GLOB_TILDE_CHECKIsmael Luceno
2018-10-13allow escaped path-separator slashes in globRich Felker
2018-10-12rewrite core of the glob implementation for correctness & optimizationRich Felker
2018-10-11fix redundant computations of strlen in glob append functionRich Felker
2018-10-11fix invalid substitute of [1] for flexible array member in globRich Felker
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker
2017-10-21fix regression in glob with literal . or .. path componentRich Felker
2017-09-06fix glob descent into . and .. with GLOB_PERIODRich Felker
2017-06-08fix glob failure to match plain "/" to root directoryRich Felker
2017-01-02make globfree safe after failed glob from over-length argumentRich Felker
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker
2012-01-23make glob mark symlinks-to-directories with the GLOB_MARK flagRich Felker
2012-01-22support GLOB_PERIOD flag (GNU extension) to glob functionRich Felker
2011-06-06fix handling of d_name in struct direntRich Felker
2011-06-05safety fix for glob's vla usage: disallow patterns longer than PATH_MAXRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker