This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/ /ChangeLog its/std_streambuf.h its/ ...
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/ /ChangeLog its/std_streambuf.h its/ ...
- From: bkoz at sourceware dot cygnus dot com
- Date: 12 Oct 1999 01:44:39 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@sourceware.cygnus.com 99/10/11 18:44:39
Modified files:
. : ChangeLog
bits : std_streambuf.h streambuf.tcc
testsuite/27_io: filebuf.cc
Log message:
1999-10-11 Benjamin Kosnik <bkoz@milou.cygnus.com>
* bits/std_streambuf.h: Fix minor blip--should explicitly return
(pbackfail): Conform to default behavior.
(overflow): Same.
* bits/streambuf.tcc: Add out-of-line streambuf members.
(xsputn): Tweak.
(xsgetn): Tweak.
*gptr(), not the result of underflow.
* testsuite/27_io/streambuf.cc: New file.
* testsuite/27_io/filebuf.cc: Correct test.