This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/ /ChangeLog its/sstream.tcc its/stre ...
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/ /ChangeLog its/sstream.tcc its/stre ...
- From: bkoz at sourceware dot cygnus dot com
- Date: 1 Nov 1999 02:43:06 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@sourceware.cygnus.com 99/10/31 18:43:05
Modified files:
. : ChangeLog
bits : sstream.tcc streambuf.tcc
testsuite/27_io: ostream_inserter_char.cc
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.