summaryrefslogtreecommitdiff
path: root/deps/regex/regex.c
Commit message (Collapse)AuthorAgeFilesLines
* regex: Move the defines to a config header and include it unconditionallyCarlos Martín Nieto2012-02-181-2/+0
|
* Add POSIX regex sources when neededCarlos Martín Nieto2012-02-171-0/+87
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.