radare2/libr/util/regex
2017-05-07 11:52:47 +02:00
..
cclass.h
cname.h
COPYRIGHT
engine.c Fix #6853 - get rid of asserts 2017-03-12 15:24:05 +01:00
Makefile
re_format.7
README
regcomp.c Add missing free() in regcomp.c 2017-05-07 11:52: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 #6853 - get rid of asserts 2017-03-12 15:24:05 +01: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