radare2/libr/util/regex
2011-11-14 22:46:23 +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 * Import the r_regex api in libr/util/regex from OpenBSD source 2011-09-14 02:07:06 +02:00
Makefile * Import the r_regex api in libr/util/regex from OpenBSD source 2011-09-14 02:07:06 +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 * Fix all dangerous bugs reported by llvm-analyzer 2011-11-14 22:46:23 +01:00
regerror.c * Import the r_regex api in libr/util/regex from OpenBSD source 2011-09-14 02:07:06 +02: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 * Import the r_regex api in libr/util/regex from OpenBSD source 2011-09-14 02:07:06 +02:00
test.c * Import the r_regex api in libr/util/regex from OpenBSD source 2011-09-14 02:07:06 +02:00
utils.h * Import the r_regex api in libr/util/regex from OpenBSD source 2011-09-14 02:07:06 +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