gcc/libstdc++-v3/testsuite/22_locale
Benjamin Kosnik d9fbca261e locale.cc (locale::locale(const char* __name)): Consolidate name setting.
2000-09-15  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

        * src/locale.cc (locale::locale(const char* __name)): Consolidate
        name setting. Add checks for NULL __name pointers. Remove calls to
        _S_initialize() as initial locale initialization can either be
        assumed, or needs to be made consistent throughout locale
        constructors.
        (locale::locale(const locale& __other, const char* __name,
        category __cat): Add checks for NULL name. Add checks for
        assignment to self.
        * src/localename.cc (locale::_Impl:: _Impl(const _Impl& __other,
        const string& __name, category __cat, size_t __refs)): Set correct
        name, has_name values.
        * testsuite/22_locale/ctor_copy_dtor.cc (test01): More tests.
        * docs/22_locale/locale.html: New file, more unfinished docs...

From-SVN: r36451
2000-09-15 22:52:52 +00:00
..
codecvt_char_char.cc codecvt.h: Implement codecvt<wchar_t, char, mbstate_t>. 2000-08-22 08:19:00 +00:00
codecvt_unicode_char.cc codecvt.html: Add more bits, format. 2000-08-29 07:57:10 +00:00
codecvt_unicode_wchar_t.cc codecvt.h: Tweaks. 2000-08-24 06:13:51 +00:00
codecvt_wchar_t_char.cc codecvt.h: Implement codecvt<wchar_t, char, mbstate_t>. 2000-08-22 08:19:00 +00:00
ctor_copy_dtor.cc locale.cc (locale::locale(const char* __name)): Consolidate name setting. 2000-09-15 22:52:52 +00:00
ctype_char_members.cc
ctype_wchar_t_members.cc ctype_wchar_t_members.cc (test01): New file. 2000-08-31 01:17:53 +00:00
ctype.cc
facet.cc global_templates.cc (test01): Add negative tests for use_facet. 2000-09-12 18:50:16 +00:00
global_templates.cc global_templates.cc (test01): Add negative tests for use_facet. 2000-09-12 18:50:16 +00:00
operators.cc global_templates.cc (test01): Add negative tests for use_facet. 2000-09-12 18:50:16 +00:00
static_members.cc static_members.cc: New file. 2000-09-14 19:11:14 +00:00