summaryrefslogtreecommitdiff
path: root/src/regex
AgeCommit message (Expand)AuthorFilesLines
2011-06-16duplicate re_nsub in LSB/glibc ABI compatible locationRich Felker1-1/+1
2011-06-06fix handling of d_name in struct direntRich Felker1-3/+2
2011-06-05safety fix for glob's vla usage: disallow patterns longer than PATH_MAXRich Felker1-0/+2
2011-06-05eliminate (harmless in this case) vla usage in fnmatch.cRich Felker1-1/+1
2011-04-07fix bug in TRE found by clang (typo && instead of &)Rich Felker1-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker7-0/+5364