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