Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regex: fix sign warnings | Carlos Martín Nieto | 2012-02-18 | 2 | -10/+13 |
| | |||||
* | regex: The world uses utf-8 | Carlos Martín Nieto | 2012-02-18 | 1 | -32/+1 |
| | |||||
* | regex: Move the defines to a config header and include it unconditionally | Carlos Martín Nieto | 2012-02-18 | 2 | -2/+7 |
| | |||||
* | Add POSIX regex sources when needed | Carlos Martín Nieto | 2012-02-17 | 6 | -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. |