History log of /netbsd/lib/libc/string/wcsncasecmp.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 1d84e5d8 17-May-2013 joerg <joerg@NetBSD.org>

Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.
Provide LC_GLOBAL_LOCALE in a way that works with all locale functions.
Merge constant data used by the initial global locale a

Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.
Provide LC_GLOBAL_LOCALE in a way that works with all locale functions.
Merge constant data used by the initial global locale and the C locale.
Drop function call layer for _current_locale() and directly return the
locale reference, not a pointer to it. Use protected access for global
variables, so that libc references can avoid the GOT overhead.

show more ...


# cae9003b 18-Apr-2013 joerg <joerg@NetBSD.org>

Add wcscoll_l, wcsxfrm_l, wcsncasecmp_l, wcscasecmp_l, btowc_l,
mbrlen_l, mbsinit_l, mbsrtowcs_l, wcrtomb_l, wcsrtombs_l and wctob_l.


# a2480880 26-Aug-2006 christos <christos@NetBSD.org>

Add copyright notices.


# 54097ce7 22-Aug-2006 christos <christos@NetBSD.org>

PR/34238: Aleksey Cheusov: add wcsdup, wcscasecmp and wcsncasecmp functions