about summary refs log tree commit diff
path: root/src/regex
Commit message (Expand)AuthorAgeFilesLines
* support GLOB_PERIOD flag (GNU extension) to glob functionRich Felker2012-01-221-1/+2
* duplicate re_nsub in LSB/glibc ABI compatible locationRich Felker2011-06-161-1/+1
* fix handling of d_name in struct direntRich Felker2011-06-061-3/+2
* safety fix for glob's vla usage: disallow patterns longer than PATH_MAXRich Felker2011-06-051-0/+2
* eliminate (harmless in this case) vla usage in fnmatch.cRich Felker2011-06-051-1/+1
* fix bug in TRE found by clang (typo && instead of &)Rich Felker2011-04-071-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-127-0/+5364