summaryrefslogtreecommitdiffstats
path: root/lib/Support/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Use wider type for overflow check on LLP64 platforms like Win64, found by cla...Reid Kleckner2015-02-261-2/+2
* Avoid integer overflows around realloc calls resulting in potentialJoerg Sonnenberger2015-02-071-0/+21
* Fix known typosAlp Toker2014-01-241-3/+3
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-281-1/+29
* lib/Support/regcomp.c: Fix cygwin warning.NAKAMURA Takumi2011-03-081-1/+1
* Fix may-be-used-uninitialized warning.Daniel Dunbar2009-09-081-2/+2
* More MSVC warning fixes:Benjamin Kramer2009-09-061-0/+1
* Remove splint hints to silence warnings from ICC and MSVC.Benjamin Kramer2009-09-061-2/+2
* Fix some possible-use-of-uninitialized warnings.Daniel Dunbar2009-08-301-2/+2
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+1524