radare2/libr/util/regex
2016-02-21 03:45:41 +01:00
..
cclass.h * Import the r_regex api in libr/util/regex from OpenBSD source 2011-09-14 02:07:06 +02:00
cname.h * Import the r_regex api in libr/util/regex from OpenBSD source 2011-09-14 02:07:06 +02:00
COPYRIGHT * Import the r_regex api in libr/util/regex from OpenBSD source 2011-09-14 02:07:06 +02:00
engine.c Fix regoff_t conflict 2016-02-21 03:45:41 +01:00
Makefile Fix some warnings 2013-06-09 02:55:03 +02:00
re_format.7 * Import the r_regex api in libr/util/regex from OpenBSD source 2011-09-14 02:07:06 +02:00
README * Import the r_regex api in libr/util/regex from OpenBSD source 2011-09-14 02:07:06 +02:00
regcomp.c rm debug eprintf in rregex 2016-01-25 17:48:34 -05:00
regerror.c Fix CID #1134677 2014-04-25 05:36:16 +04:00
regex2.h * Import the r_regex api in libr/util/regex from OpenBSD source 2011-09-14 02:07:06 +02:00
regex.3 * Import the r_regex api in libr/util/regex from OpenBSD source 2011-09-14 02:07:06 +02:00
regexec.c Fix latest COVs 2015-10-31 12:06:40 +01:00
test.c Fix workaround for /R/ 2015-10-24 02:41:43 +02:00
utils.h Fix int/double infinity constant issue in util/regex 2015-04-29 11:31:49 +02: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