summaryrefslogtreecommitdiff
path: root/deps/regex/regexec.c
Commit message (Collapse)AuthorAgeFilesLines
* regex: Fixed several warnings about signed/unsigned conversions.Sebastian Bauer2013-01-111-5/+5
|
* regex: fix sign warningsCarlos Martín Nieto2012-02-181-7/+7
|
* Add POSIX regex sources when neededCarlos Martín Nieto2012-02-171-0/+4369
Windows doesn't support POSIX regex, so we need to include it ourselves. The sources come from git, which in turn took them from gawk.