This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libstdc++/9964


The following reply was made to PR libstdc++/9964; it has been noted by GNATS.

From: bkoz at gcc dot gnu dot org
To: gcc-gnats at gcc dot gnu dot org
Cc:  
Subject: libstdc++/9964
Date: 17 Mar 2003 19:07:40 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	bkoz at gcc dot gnu dot org	2003-03-17 19:07:40
 
 Modified files:
 	libstdc++-v3   : ChangeLog Makefile.in 
 	libstdc++-v3/include: Makefile.in 
 	libstdc++-v3/include/bits: fstream.tcc 
 	libstdc++-v3/libio: Makefile.in 
 	libstdc++-v3/libmath: Makefile.in 
 	libstdc++-v3/libsupc++: Makefile.in 
 	libstdc++-v3/po: Makefile.in 
 	libstdc++-v3/src: Makefile.in 
 	libstdc++-v3/testsuite: Makefile.am Makefile.in 
 	libstdc++-v3/testsuite/27_io: filebuf_members.cc 
 
 Log message:
 	2003-03-17  Benjamin Kosnik  <bkoz at redhat dot com>
 	
 	* testsuite/Makefile.am (CLEANFILES): Add tmp*.
 	* testsuite/Makefile.in: Regenerate.
 	* testsuite/27_io/filebuf_members.cc: Consistently name tmp files.
 	Cleanups.
 	
 	2003-03-17  Petur Runolfsson  <peturr02 at ru dot is>
 	
 	PR libstdc++/9964
 	* include/bits/fstream.tcc (basic_filebuf::close):
 	Always close file, even when write fails.
 	* testsuite/27_io/filebuf_members.cc (test_07):  New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1464.2.66&r2=1.1464.2.67
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.112.4.3&r2=1.112.4.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.57.4.5&r2=1.57.4.6
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/fstream.tcc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.42.2.8&r2=1.42.2.9
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libio/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.101.4.2&r2=1.101.4.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libmath/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.78.4.2&r2=1.78.4.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.86.2.5&r2=1.86.2.6
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/po/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.21.4.2&r2=1.21.4.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.160.4.4&r2=1.160.4.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.12.2.1&r2=1.12.2.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.37.2.3&r2=1.37.2.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/filebuf_members.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16.20.1&r2=1.16.20.2
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]