This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/ /ChangeLog its/sstream.tcc its/std_ ...
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/ /ChangeLog its/sstream.tcc its/std_ ...
- From: bkoz at sourceware dot cygnus dot com
- Date: 12 Jan 2000 10:12:38 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@sourceware.cygnus.com 00/01/12 02:12:38
Modified files:
. : ChangeLog
bits : sstream.tcc std_fstream.h locale_facets.tcc
istream.tcc
testsuite/27_io: stringbuf.cc
Log message:
2000-01-11 Benjamin Kosnik <bkoz@gnu.org>
* bits/sstream.tcc (seekoff): Set based on end of written buffer,
not buffer size.
* testsuite/27_io/stringbuf.cc: Add tests for seekoff(end).
* bits/std_fstream.h (ifstream::open): Add ios_base::in to openmode.
(ofstream::open): Add ios_base::out to openmode.
* bits/locale_facets.tcc (_M_extract): Have consistency between
istream::sentry and extractors, where failbit | eofbit is
set. Don't change this, but instead change. . (do some formatting
tweaks.)
* bits/istream.tcc (istream::sentry): Only set eofbit.