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