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 rename to regnsub, regsub is a very popular name. 2016-01-14 21:45:01 +00:00
WHATSNEW
cname.h sync with FreeBSD: 2021-02-23 22:14:59 +00:00
engine.c fix NLS compilation 2021-02-25 21:47:46 +00:00
re_format.7 Restore NetBSD RCS Ids. 2021-02-24 09:10:12 +00:00
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 protect __RCSID the same way other reg*.c files do, so that we can use this 2016-02-29 22:10:13 +00:00
utils.h PR/56120: Chris Pinnock: build.sh (-m alpha) release fails on current on 2021-04-22 19:20:24 +00:00