Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2013-01-15 | remove unused "params" related code from regex | Szabolcs Nagy | -20/+11 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | -1/+1 |
2012-05-13 | remove some no-op end of string tests from regex parser | Rich Felker | -4/+0 |
2012-05-13 | another BRE fix: in ^*, * is literal | Rich Felker | -0/+2 |
2012-05-07 | fix error checking for \ at end of regex (this was broken previously) | Rich Felker | -1/+1 |
2012-05-07 | fix copy and paste error in regex code causing mishandling of \) in BRE | Rich Felker | -1/+1 |
2012-05-07 | fix regex breakage in last commit (failure to handle empty regex, etc.) | Rich Felker | -4/+1 |
2012-05-07 | fix ugly bugs in TRE regex parser | Rich Felker | -60/+31 |
2012-04-13 | remove invalid code from TRE | Rich Felker | -14/+0 |
2012-03-20 | upgrade to latest upstream TRE regex code (0.8.0) | Rich Felker | -775/+822 |
2011-06-16 | duplicate re_nsub in LSB/glibc ABI compatible location | Rich Felker | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+3362 |