]> git.ipfire.org Git - thirdparty/glibc.git/commit - locale/C-ctype.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 5 Jan 2000 05:31:36 +0000 (05:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 5 Jan 2000 05:31:36 +0000 (05:31 +0000)
commitf4aa71f4250923db875eb7df2d990020e1f5e2a3
tree9897c9ea5d4cdf9751ece2bbc3aaaa062e090bfc
parentcd16d64de2ef6cbce28d7c9a5d8c4186814bb558
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
ctype/ctype-info.c
locale/C-ctype.c