summaryrefslogtreecommitdiff
path: root/deps/regex
Commit message (Collapse)AuthorAgeFilesLines
* regex: fix sign warningsCarlos Martín Nieto2012-02-182-10/+13
|
* regex: The world uses utf-8Carlos Martín Nieto2012-02-181-32/+1
|
* regex: Move the defines to a config header and include it unconditionallyCarlos Martín Nieto2012-02-182-2/+7
|
* Add POSIX regex sources when neededCarlos Martín Nieto2012-02-176-0/+11476
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.