CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/07/25 15:38:24
Modified files:
lib/libc/hidden: wctype.h
lib/libc/locale: Makefile.inc iswctype.c iswctype_l.c rune.c
runetable.c runetype.h
Added files:
lib/libc/locale: wctype.c
Log message:
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@