This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/ /ChangeLog its/std_fstream.h its/ba ...
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/ /ChangeLog its/std_fstream.h its/ba ...
- From: bkoz at sourceware dot cygnus dot com
- Date: 12 Nov 1999 08:06:48 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@sourceware.cygnus.com 99/11/12 00:06:48
Modified files:
. : ChangeLog
bits : std_fstream.h basic_ios.h basic_ios.tcc
istream.tcc ostream.tcc locale_facets.tcc
src : ios.cc
Log message:
1999-11-11 Benjamin Kosnik <bkoz@gnu.org>
Cleanups for callbacks, more regression hunting. Remaining
failures (2) due to last unresolved stringstream issues, not
regressions per se.
* bits/std_fstream.h: Revert. Disable call to _M_file->sync as
killing 27_io/filebuf.cc tests. . . need another solution.
* bits/basic_ios.h: Add cached facets here. UGH. The standard
foils all attempts at a graceful, minimal implementation.
* bits/basic_ios.tcc: Tweaks.
* bits/istream.tcc: Fix.
* bits/ostream.tcc: Fix.
* src/ios.cc (ios_base::imbue): Set _M_locale_ios before calling
callbacks.
* bits/locale_facets.tcc (std): Minor, minor formatting tweak.
(_S_pad_numeric): Make comprehensible.