summaryrefslogtreecommitdiff
path: root/lib/Support/regengine.inc
Commit message (Expand)AuthorAge
* Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...Benjamin Kramer2010-04-08
* Push const through the regex engine. Fixes some of the warnings in PR6616.Owen Anderson2010-04-05
* Avoid warnings if assertions are off.Duncan Sands2009-09-06
* Remove some not-really-used variables, as warnedDuncan Sands2009-09-06
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-30