summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-05 05:31:36 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-05 05:31:36 +0000
commitf4aa71f4250923db875eb7df2d990020e1f5e2a3 (patch)
tree9897c9ea5d4cdf9751ece2bbc3aaaa062e090bfc /ChangeLog
parentcd16d64de2ef6cbce28d7c9a5d8c4186814bb558 (diff)
downloadglibc-f4aa71f4250923db875eb7df2d990020e1f5e2a3.tar.gz
glibc-f4aa71f4250923db875eb7df2d990020e1f5e2a3.tar.xz
glibc-f4aa71f4250923db875eb7df2d990020e1f5e2a3.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccf137f68e..72e6a12b2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2000-01-04  Ulrich Drepper  <drepper@cygnus.com>
 
+	* 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.