radare2/libr/util/regex
2016-12-19 03:23:49 +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 #5633 - Change x == NULL to correct syntax 2016-09-19 14:44:47 +02: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 Fix workaround for /R/ 2015-10-24 02:41:43 +02:00
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