freebsd-src/lib/libc/regex
Kyle Evans 4f8f1c798e regex(3): Resolve issues with higher WARNS levels
libc is set for WARNS=2, but the incoming libregex will use WARNS=6.
Sprinkle some casts and (void)bc's to alleviate the warnings that come along
with the higher WARNS level.

These 'bc' parameters could be outright removed, but as of right now they
will be used in some parts of libregex land. Silence the warnings instead
rather than flip-flopping.
2018-01-21 04:57:29 +00:00
..
grot
cname.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
COPYRIGHT
engine.c regex(3): Resolve issues with higher WARNS levels 2018-01-21 04:57:29 +00:00
Makefile.inc
re_format.7 Remove SVR4 (System V Release 4) binary compatibility support. 2017-02-28 05:14:42 +00:00
regcomp.c regex(3): Resolve issues with higher WARNS levels 2018-01-21 04:57:29 +00:00
regerror.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
regex.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
regex2.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
regexec.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
regfree.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
Symbol.map
utils.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
WHATSNEW