radare2/libr/util/regex
oblique f06e11b6f4 Fix warnings (#5078)
* Fix gcc warnings

* Fix strtoull return
2016-06-06 00:33:11 +02: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 warnings (#5078) 2016-06-06 00:33:11 +02: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 Infer fixes Round 2 (#4993) 2016-05-24 22:22:15 +02: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