NetBSD/lib/libc/regex
christos 185787c65b PR/56120: Chris Pinnock: build.sh (-m alpha) release fails on current on
Darwin in libc compilation
We build the regex code in tools without nls. We don't include any nls headers
for that, but on Darwin wint_t gets defined, so we end up with a compilation
error. The cleaner fix would have been to always use regex_foo_t types, but
the minimal fix is to only do this for the tools build, using cpp.
2021-04-22 19:20:24 +00:00
..
COPYRIGHT
Makefile.inc
WHATSNEW
cname.h
engine.c fix NLS compilation 2021-02-25 21:47:46 +00:00
re_format.7
regcomp.c recognize the "C" language backslash escapes like gnu does (except b which 2021-03-11 15:00:29 +00:00
regerror.c Arrange for tools build 2021-02-26 19:24:47 +00:00
regex.3 Underscore is a word character (thanks uwe@) 2021-03-11 18:49:18 +00:00
regex2.h reduce casts 2021-02-24 18:13:21 +00:00
regexec.c Arrange for tools build 2021-02-26 19:24:47 +00:00
regfree.c Arrange for tools build 2021-02-26 19:24:47 +00:00
regsub.c
utils.h PR/56120: Chris Pinnock: build.sh (-m alpha) release fails on current on 2021-04-22 19:20:24 +00:00