musl/src/regex
Rich Felker ae4b0b96d6 revert regex "cleanup" that seems unjustified and may break backtracking
it's not clear to me at the moment whether the code that was removed
(and which is now being re-added) is needed, but it's far from being a
no-op, and i don't want to risk breaking regex in this release.
2013-02-01 01:10:59 -05: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 remove unused "params" related code from regex 2013-01-15 01:05:29 +01: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