radare2/libr/util/regex
2022-10-17 01:14:56 +02:00
..
cclass.h Balance spacings in braces ##indent 2022-10-13 21:21:34 +02:00
cname.h Fix incorrect use of non-const strings and fiz zousans of warnings (#18544) 2021-04-06 12:45:19 +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 More linting rules 2022-10-09 01:04:13 +02:00
Makefile Massage RRegex to fix codingstyle and a null deref. ##regexp 2021-01-08 04:42:07 +01: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 symstall-includes 2022-10-17 01:14:56 +02:00
regerror.c More linting rules 2022-10-09 01:04:13 +02:00
regex2.h Cast arguments to ut8 when feeding ctype.h functions ##refactor 2018-11-06 13:40:00 +01: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 Linting for 'cmp (' and asan in Cf 2022-08-20 12:35:11 +02:00
utils.h Use stdint like if there was no yesterday ##refactor 2022-01-09 19:48:16 +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