Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2014年09月05日 | fix memory leak in regexec when input contains illegal sequence | Szabolcs Nagy | -5/+6 |
2014年07月17日 | fix crash in regexec for nonzero nmatch argument with REG_NOSUB | Rich Felker | -0/+1 |
2013年02月01日 | revert regex "cleanup" that seems unjustified and may break backtracking | Rich Felker | -0/+3 |
2013年01月14日 | regex: remove an unused local variable from regexec | Szabolcs Nagy | -3/+0 |
2012年09月06日 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | -2/+2 |
2012年04月14日 | fix signedness error handling invalid multibyte sequences in regexec | Rich Felker | -2/+2 |
2012年03月20日 | upgrade to latest upstream TRE regex code (0.8.0) | Rich Felker | -241/+145 |
2011年04月07日 | fix bug in TRE found by clang (typo && instead of &) | Rich Felker | -1/+1 |
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+1107 |