radare2/libr/util/regex
pancake 160fc95e66
Use (void) instead of () in function signatures (#17026) ##refactoring
* Use (void) instead of () in function signatures
* Add test to avoid further contributions to commit the same mistake
2020-06-14 16:08:32 +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 Cast arguments to ut8 when feeding ctype.h functions ##refactor 2018-11-06 13:40:00 +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 Fix memory leak in /ad/ using r_regex api wrongly ##search (#16537) 2020-04-12 10:53:41 +02:00
regerror.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +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 Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
test.c Use (void) instead of () in function signatures (#17026) ##refactoring 2020-06-14 16:08:32 +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