| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.7 | 2015-12-03 | ||
| 20090805 | 2012-11-14 | ||
| 0.12 | 2012-11-14 | ||
| README-regex.txt | 2012-11-14 | 995 Bytes | |
| WHICH VERSION.txt | 2012-11-14 | 145 Bytes | |
| Totals: 5 Items | 1.1 kB | 0 | |
Description:
The GNU Regular Expression library
Home:
http://www.gnu.org/software/libc
http://www.gnu.org/software/rx
Libraries Available:
static, shared (regex-20090805 & regex-2.7)
Requires:
Licenses:
GPLv2, LGPLv2, LGPLv2.1
Source:
http://ftp.gnu.org/gnu/glibc
0.12: http://ftp.gnu.org/old-gnu/rx
20090805: https://sourceforge.net/projects/mingw/files/MSYS/Base/regex
2.7: https://sourceforge.net/projects/gnuwin32/files/regex
Documentation:
Notes:
I had trouble finding a good source for regex so I have included compiled
libraries of three different versions that I found:
0.12: The original regex hosted by gnu.org but not maintained
20090805: A version optimized for MSYS from the GNU GIT repository
2.7: Source code found at the GNUWin32 project
Configure Options:
20090805: --prefix=/mingw CFLAGS=-static-libgcc
2.7 : --prefix=/mingw CFLAGS=-static-libgcc CXXFLAGS=-static-libgcc