[multiple changes]
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 13 Jun 2000 02:13:54 +0000 (02:13 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 13 Jun 2000 02:13:54 +0000 (02:13 +0000)
commit088eb5a274b3e2d90d15b5ef5706463abbc6b847
tree51563b8b86b75220b40d2d6f32d188493d22c62d
parentd54a528ae41f74bd3d8686742ae4feed435576d7
[multiple changes]

2000-06-12  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* bits/locale_facets.h (ctype<wchar_t>): Remove unnecessary data
members.
* src/locale.cc: Add cwchar include here. Remove incorrect
definitions, and stub them out.
* config/generic/ctype.cc (ctype): Remove ctype<wchar_t> bits.
* config/solaris/solaris2.7/ctype.cc (ctype): Same.
* config/solaris/solaris2.5/ctype.cc (ctype): Same.
* config/newlib/ctype.cc: Same.
* config/gnu-linux/ctype.cc: Same.
* config/bsd/ctype.cc: Same.
* config/aix/ctype.cc: Same.

2000-06-12  Branko Cibej  <branko.cibej@hermes.si>

        * config/solaris/solaris2.6/ctype.cc (do_toupper, do_tolower): Use
        towupper and towlower to convert wide characters.

From-SVN: r34511
libstdc++-v3/ChangeLog
libstdc++-v3/bits/locale_facets.h
libstdc++-v3/config/aix/ctype.cc
libstdc++-v3/config/bsd/ctype.cc
libstdc++-v3/config/generic/ctype.cc
libstdc++-v3/config/gnu-linux/ctype.cc
libstdc++-v3/config/newlib/ctype.cc
libstdc++-v3/config/solaris/solaris2.5/ctype.cc
libstdc++-v3/config/solaris/solaris2.6/ctype.cc
libstdc++-v3/config/solaris/solaris2.7/ctype.cc
libstdc++-v3/src/locale.cc