radare2/libr/util/regex
2017-01-29 04:42:17 +01:00
..
cclass.h
cname.h
COPYRIGHT
engine.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
Makefile
re_format.7
README
regcomp.c Fix #2179 - regex overflow on 32bits systems with 720MB patterns 2017-01-29 04:42:17 +01:00
regerror.c Fix STRLCPY macro from regex and fix 1 byte overflow CID 2016-12-19 03:23:49 +01:00
regex2.h
regex.3
regexec.c Fix #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02:00
test.c
utils.h Fix STRLCPY macro from regex and fix 1 byte overflow CID 2016-12-19 03:23:49 +01:00

Based on the OpenBSD's regex implementation

Modified to be portable (now compiles on windows, linux and *bsd including darwin)

cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src/lib/libc/regex