9e5c7dba50
2001-12-12 Benjamin Kosnik <bkoz@redhat.com> Named locale support for ctype<char>. * config/locale/c_locale_gnu.h (_GLIBCPP_C_LOCALE_GNU): New. * config/os/gnu-linux/bits/ctype_noninline.h (ctype<char>): Add definitions for alternate constructor. * config/os/solaris/solaris2.7/bits/ctype_noninline.h (ctype): Same. * config/os/solaris/solaris2.6/bits/ctype_noninline.h (ctype): Same. * config/os/solaris/solaris2.5/bits/ctype_noninline.h (ctype): Same. * config/os/newlib/bits/ctype_noninline.h (ctype): Same. * config/os/irix/irix6.5/bits/ctype_noninline.h (ctype): Same. * config/os/irix/irix5.2/bits/ctype_noninline.h (ctype): Same. * config/os/hpux/bits/ctype_noninline.h (ctype): Same. * config/os/generic/bits/ctype_noninline.h (ctype): Same. * config/os/djgpp/bits/ctype_noninline.h (ctype): Same. * config/os/bsd/netbsd/bits/ctype_noninline.h (ctype): Same. * config/os/bsd/freebsd/bits/ctype_noninline.h (ctype): Same. * config/os/aix/bits/ctype_noninline.h (ctype): Same. * include/bits/locale_facets.h (ctype<_CharT>): Remove dummy definitions for all virtual functions. These are now explicitly undefined for non-required factets, ie any non-char, non-wchar_t instantiations. * src/localename.cc (locale::_Impl::_Impl(string, size_t): Named locales use alternate constructor for ctype facet. * include/bits/locale_facets.h (ctype<char>::ctype(__c_locale, const mask*, bool, size_t): Add. (ctype<wchar_t>::ctype(__c_locale, size_t): Add. * src/locale.cc (ctype<wchar_t>::ctype(__c_locale, size_t)): Add definition. * testsuite/22_locale/ctype_members_char.cc (test02): Add, mark XFAIL for non-gnu locale models. From-SVN: r47953 |
||
---|---|---|
.. | ||
codecvt_members_char_char.cc | ||
codecvt_members_unicode_char.cc | ||
codecvt_members_unicode_wchar_t.cc | ||
codecvt_members_wchar_t_char.cc | ||
codecvt.cc | ||
collate_byname.cc | ||
collate_members_char.cc | ||
collate_members_wchar_t.cc | ||
collate.cc | ||
ctor_copy_dtor.cc | ||
ctype_members_char.cc | ||
ctype_members_wchar_t.cc | ||
ctype.cc | ||
facet.cc | ||
global_templates.cc | ||
members.cc | ||
messages_byname.cc | ||
messages_members_char.cc | ||
messages.cc | ||
money_get_members_char.cc | ||
money_get_members_wchar_t.cc | ||
money_get.cc | ||
money_put_members_char.cc | ||
money_put_members_wchar_t.cc | ||
money_put.cc | ||
moneypunct_byname.cc | ||
moneypunct_members_char.cc | ||
moneypunct_members_wchar_t.cc | ||
moneypunct.cc | ||
num_get_members_char.cc | ||
num_get_members_wchar_t.cc | ||
num_get.cc | ||
num_put_members_char.cc | ||
num_put_members_wchar_t.cc | ||
num_put.cc | ||
numpunct_byname.cc | ||
numpunct_members_char.cc | ||
numpunct_members_wchar_t.cc | ||
numpunct.cc | ||
operators.cc | ||
static_members.cc | ||
time_get_members_char.cc | ||
time_get_members_wchar_t.cc | ||
time_get.cc | ||
time_put_members_char.cc | ||
time_put_members_wchar_t.cc | ||
time_put.cc |