summaryrefslogtreecommitdiffstats
path: root/lib/Support/regengine.inc
Commit message (Expand)AuthorAgeFilesLines
* Clean up language and grammar.Eric Christopher2014-05-201-1/+1
* Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...Benjamin Kramer2010-04-081-1/+1
* Push const through the regex engine. Fixes some of the warnings in PR6616.Owen Anderson2010-04-051-42/+49
* Avoid warnings if assertions are off.Duncan Sands2009-09-061-0/+3
* Remove some not-really-used variables, as warnedDuncan Sands2009-09-061-6/+9
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+1021