History log of /netbsd-src/distrib/utils/libhack/strcasecmp.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 0287e63d 13-Aug-2019 christos <christos@NetBSD.org>

use unsigned char to prevent sign extension.


# 92d9c204 12-Aug-2019 martin <martin@NetBSD.org>

Make this at least work for ASCII strings (there are way more users
than libcurses in various crunched environments, so the original assumption
of a very limited set of inputs was wrong).


# f3b7b31e 28-Jul-2019 martin <martin@NetBSD.org>

We (especially libcurses and nvi) use more multibyte character locale
related symbols nowadays. Update libhack to avoid pulling in full grown
multibyte locale support on small install media.