2001-01-05 Benjamin Kosnik <bkoz@redhat.com>
commit0ae02bb4f1a4aeb46160ba6174db417e3e974997
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Jan 2001 02:44:11 +0000 (6 02:44 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Jan 2001 02:44:11 +0000 (6 02:44 +0000)
treea2c974b2292e53afd0f3b038b13c56bc0ffa841f
parentb6d4249d138a58bddc1a71593e490b45adfd3d75
2001-01-05  Benjamin Kosnik  <bkoz@redhat.com>

Fix 27_io/filebuf_members.cc
* src/localename.cc (locale::_Impl::_Impl(const _Impl& __imp,
const string& __name, category __cat, size_t __refs): Set
_M_has_name with _M_name.
* include/bits/localefwd.h (locale::operator!=): Protect member
function call with this->.
* src/locale.cc (locale::operator==): Make fast checks first.
* include/bits/basic_ios.tcc (basic_ios::init): Simplify.

* include/bits/ios_base.h (_M_synced_with_stdio): Add data member
to ios_base::Init.
* src/ios.cc (ios_base::Init::Init): Initialize here.
(ios_base::sync_with_stdio): Set here.

2001-01-04  Loren J. Rittle  <ljrittle@acm.org>

        * config/c_io_stdio.cc (__basic_file<_CharT>::sys_open()): On
        systems that support it, call dup() before fdopen().

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38742 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/config/c_io_stdio.cc
libstdc++-v3/include/bits/basic_ios.tcc
libstdc++-v3/include/bits/ios_base.h
libstdc++-v3/include/bits/localefwd.h
libstdc++-v3/src/ios.cc
libstdc++-v3/src/locale.cc
libstdc++-v3/src/localename.cc