Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gnu-regex-2.21-patched.tar.xz | 2015-03-05 | 781.0 kB | |
Totals: 1 Item | 781.0 kB | 0 |
GNU Regex is the regular expression library from the GNU C Library (glibc). Thanks to the help of the GnuWin32 project it has been patched and ported to Win32.
Project Pages:
Source:
Documentation:
Licenses:
Requires:
Notes:
- !!! IMPORTANT !!!:
- Added -D__USE_GNU to CFLAGS.
- Patched the following files:
- autogen.sh (added)
- configure.ac
- Makefile.am
- src/regex.h
- src/regex.c
- src/regex_internal.h
- src/regex_internal.c
- src/regcomp.c
- src/regexec.c
- src/regex-dllversion.c
- src/regex-dll-res.rc
- src/Makefile.am
- Added macros "MIN" and "MAX" which I found definitions for here:
- http://fxr.watson.org/fxr/source/sys/param.h. MinGW's implementation of sys/param.h does not define these.