2000-09-15 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
commit76f8a585d41687b07038983e7439ee518587e60d
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Sep 2000 22:52:52 +0000 (15 22:52 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Sep 2000 22:52:52 +0000 (15 22:52 +0000)
tree2f91e95f8c9e6370828344303e0c0129ce8d7ff2
parentfc752e491e9dba9e763ed3a8829235f6453c3af4
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...

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36451 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/src/locale.cc
libstdc++-v3/src/localename.cc
libstdc++-v3/testsuite/22_locale/ctor_copy_dtor.cc