This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/ /ChangeLog estsuite/27_io/istream_e ...
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/ /ChangeLog estsuite/27_io/istream_e ...
- From: bkoz at sourceware dot cygnus dot com
- Date: 14 Jan 2000 11:24:01 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@sourceware.cygnus.com 00/01/14 03:24:01
Modified files:
. : ChangeLog
testsuite/27_io: istream_extractor_arith.cc istream_manip.cc
istream_unformatted.cc
ios_base_members_static.cc
bits : locale_facets.tcc fstream.tcc
Log message:
2000-01-13 Benjamin Kosnik <bkoz@cygnus.com>
* testsuite/27_io/istream_extractor_arith.cc: Add checks for void*.
* bits/locale_facets.tcc (do_get::(...void)): Set fmtflags
correctly for hex-formatted input.
* testsuite/27_io/istream_manip.cc (test01): Fix, as per setting
eofbit instead of eofbit | failbit.
* testsuite/27_io/istream_unformatted.cc (test04): Fix, as
ifstreams now are opened or'd with ios_base::in (as is correct).
* bits/fstream.tcc (filebuf::seekoff): Simplify.
* testsuite/27_io/ios_base_members_static.cc (test01): Fix thinko.