musl/src/regex
Rich Felker 84eff797e3 fix glob failure to match plain "/" to root directory
the check to prevent matching empty string wrongly blocked matching
of "/" due to checking emptiness after stripping leading slashes
rather than checking the full original argument string.

simplified from patch by Julien Ramseier.
2017-06-08 19:50:23 -04:00
..
fnmatch.c
glob.c fix glob failure to match plain "/" to root directory 2017-06-08 19:50:23 -04:00
regcomp.c regex: fix newline matching with negated brackets 2017-03-21 12:24:23 -04:00
regerror.c
regexec.c fix free of uninitialized buffer pointer on error in regexec 2017-03-14 14:18:07 -04:00
tre-mem.c
tre.h