This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/testsuite/27_io istream_unformatted- ...
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/testsuite/27_io istream_unformatted- ...
- From: bkoz at sourceware dot cygnus dot com
- Date: 18 Dec 1999 10:14:46 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@sourceware.cygnus.com 99/12/18 02:14:46
Added files:
testsuite/27_io: istream_unformatted-1.txt
istream_unformatted-1.tst
istream_unformatted-2.tst
Log message:
1999-12-13 Benjamin Kosnik <bkoz@cygnus.com>
* bits/istream.tcc (seekg): Don't set _M_gcount.
(tellg): Same.
* bits/fstream.tcc (filebuf::underflow): Re-sync
external byte sequence's input buffer only. . .
* testsuite/27_io/istream_unformatted.cc (test04): New tests for
tellg, seekg and filebufs.
(test05): Same for stringbufs.
* testsuite/27_io/istream_unformatted-2.tst: New file.
* testsuite/27_io/istream_unformatted-1.tst: New file.
* testsuite/27_io/istream_unformatted-1.txt: New file.
* testsuite/21_strings/inserters_extractors.cc (test05): Change
output file.