This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/testsuite/27_io ostream_inserter_cha ...
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/testsuite/27_io ostream_inserter_cha ...
- From: bkoz at sourceware dot cygnus dot com
- Date: 1 Nov 1999 02:41:50 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@sourceware.cygnus.com 99/10/31 18:41:50
Added files:
testsuite/27_io: ostream_inserter_char-1.tst
Log message:
1999-10-31 Benjamin Kosnik <bkoz@cygnus.com>
* testsuite/27_io/ostream_inserter_char-1.tst: Check file output.
* testsuite/27_io/ostream_inserter_char.cc (test05, test01): Add tests.
* bits/streambuf.tcc (xsputn): Treat--size const char for long loops.
(xsgetn): Same.
* bits/sstream.tcc (seekpos): Tricks, mostly: check _M_mode before
writing into buffer.
(seekoff): Same.