musl/src/regex
Szabolcs Nagy 1e81fa4524 fix allocation sizes in regcomp
sizeof had incorrect argument in a few places, the size was always
large enough so the issue was not critical.
2013-10-07 13:25:19 +00:00
..
fnmatch.c new fnmatch implementation 2012-04-28 18:05:29 -04:00
glob.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
regcomp.c fix allocation sizes in regcomp 2013-10-07 13:25:19 +00:00
regerror.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
regexec.c revert regex "cleanup" that seems unjustified and may break backtracking 2013-02-01 01:10:59 -05:00
tre-mem.c upgrade to latest upstream TRE regex code (0.8.0) 2012-03-20 19:44:05 -04:00
tre.h remove unused "params" related code from regex 2013-01-15 01:05:29 +01:00