Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-05-20 | Clean up language and grammar. | Eric Christopher | 1 | -1/+1 |
2010-04-08 | Various MSVC warning fixes about truncated 64 bit shifts and const pointers p... | Benjamin Kramer | 1 | -1/+1 |
2010-04-05 | Push const through the regex engine. Fixes some of the warnings in PR6616. | Owen Anderson | 1 | -42/+49 |
2009-09-06 | Avoid warnings if assertions are off. | Duncan Sands | 1 | -0/+3 |
2009-09-06 | Remove some not-really-used variables, as warned | Duncan Sands | 1 | -6/+9 |
2009-08-30 | Add regular expression matching support, based on OpenBSD regexec()/regcomp() | Torok Edwin | 1 | -0/+1021 |