From f4aa71f4250923db875eb7df2d990020e1f5e2a3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 5 Jan 2000 05:31:36 +0000 Subject: Update. * ctype/ctype-info.c (__ctype32_tolower): Use _nl_C_CTYPE_tolower. (__ctype32_toupper): Use _nl_C_CTYPE_toupper. * locale/C-ctype.c (_nl_C_LC_CTYPE_tolower32): Removed. We can reuse the _nl_C_LC_CTYPE_tolower table. (_nl_C_LC_CTYPE_toupper32): Likewise. (_nl_C_LC_CTYPE): Use normal table to initialize tolower32 and toupper32 entries. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ccf137f68e..72e6a12b2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2000-01-04 Ulrich Drepper + * ctype/ctype-info.c (__ctype32_tolower): Use _nl_C_CTYPE_tolower. + (__ctype32_toupper): Use _nl_C_CTYPE_toupper. + + * locale/C-ctype.c (_nl_C_LC_CTYPE_tolower32): Removed. We can + reuse the _nl_C_LC_CTYPE_tolower table. + (_nl_C_LC_CTYPE_toupper32): Likewise. + (_nl_C_LC_CTYPE): Use normal table to initialize tolower32 and + toupper32 entries. + * locale/C-ctype.c (_nl_C_LC_CTYPE_class): Clear ISNCTRL bit for characters >= 0x80. (_nl_C_LC_CTYPE_class32): Likewise. -- cgit v1.2.3