History log of /openbsd/lib/libc/locale/wctype.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 909e7910 18-Aug-2024 guenther <guenther@openbsd.org>

Adjust locale/rune*.h files so <stdio.h> and <wchar.h> get pulled
into fewer files that don't need them.

ok deraadt@


# 286f9c70 04-Feb-2024 jca <jca@openbsd.org>

Change rune-specific #defines from _CTYPE_ prefix to _RUNETYPE_ prefix

Similar to what NetBSD did around 2010, this lets us move some defines
in ctype.h to the _CTYPE_ prefix. No functional change.

Change rune-specific #defines from _CTYPE_ prefix to _RUNETYPE_ prefix

Similar to what NetBSD did around 2010, this lets us move some defines
in ctype.h to the _CTYPE_ prefix. No functional change.

"makes sense" deraadt, ok sthen@ tb@

show more ...


# 703df344 25-Jul-2022 guenther <guenther@openbsd.org>

Simplify wctype() and wctype_l(): we have one set of classification
types used by all (== both) locales; put their implementation in one
file and make the mapping static there. The rl_wctype member

Simplify wctype() and wctype_l(): we have one set of classification
types used by all (== both) locales; put their implementation in one
file and make the mapping static there. The rl_wctype member of
_RuneLocale and its initialization go away at the same time.

ok schwarze@

show more ...