This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
egcs/libstdc++-v3 ChangeLog bits/std_fstream.h ...
- To: gcc-cvs at gcc dot gnu dot org, libstdc++-cvs at sourceware dot cygnus dot com
- Subject: egcs/libstdc++-v3 ChangeLog bits/std_fstream.h ...
- From: bkoz at gcc dot gnu dot org
- Date: 24 Jun 2000 00:56:05 -0000
CVSROOT: /cvs/gcc
Module name: egcs
Changes by: bkoz@sourceware.cygnus.com 00/06/23 17:56:05
Modified files:
libstdc++-v3 : ChangeLog
libstdc++-v3/bits: std_fstream.h fstream.tcc
Log message:
2000-06-23 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* bits/fstream.tcc (basic_filebuf::basic_filebuf(fd)): Use it.
(basic_filebuf::close): Use it.
* bits/std_fstream.h (basic_filebuf): Remove default arguments for
filebuf ctor.
(basic_filebuf): Add _M_fileno_based data member.
As reported by brent verner <brent@rcfile.org>
* testsuite/27_io/filebuf_members.cc: New file.
* testsuite/27_io/filebuf_members-1.tst: New file.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.79&r2=1.80
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_fstream.h.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/fstream.tcc.diff?cvsroot=gcc&r1=1.3&r2=1.4