summaryrefslogtreecommitdiff
path: root/deps/regex/regex.h
Commit message (Collapse)AuthorAgeFilesLines
* Add POSIX regex sources when neededCarlos Martín Nieto2012-02-171-0/+582
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.