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++/9322


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

From: bkoz@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libstdc++/9322
Date: 23 Jan 2003 22:53:35 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	bkoz@gcc.gnu.org	2003-01-23 22:53:35
 
 Modified files:
 	libstdc++-v3   : ChangeLog 
 	libstdc++-v3/include/bits: fstream.tcc 
 	libstdc++-v3/include/std: std_streambuf.h 
 	libstdc++-v3/testsuite/27_io: filebuf_virtuals.cc 
 	                              streambuf_members.cc 
 	                              stringbuf_virtuals.cc 
 
 Log message:
 	2003-01-23  Petur Runolfsson  <peturr02@ru.is>
 	
 	PR libstdc++/9322
 	* include/std/std_streambuf.h
 	(basic_streambuf::basic_streambuf,
 	basic_streambuf::~basic_streambuf,
 	basic_streambuf::getloc, basic_streambuf::imbue):
 	Remove _M_buf_locale_init use.
 	* include/bits/fstream.tcc (basic_filebuf::imbue):  Likewise
 	* testsuite/27_io/filebuf_virtuals.cc (test08):  Add.
 	* testsuite/27_io/streambuf_members.cc (test08):  Add.
 	* testsuite/27_io/stringbuf_virtuals.cc (test08):  Add.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1507&r2=1.1508
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/fstream.tcc.diff?cvsroot=gcc&r1=1.44&r2=1.45
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_streambuf.h.diff?cvsroot=gcc&r1=1.12&r2=1.13
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/filebuf_virtuals.cc.diff?cvsroot=gcc&r1=1.7&r2=1.8
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/streambuf_members.cc.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/stringbuf_virtuals.cc.diff?cvsroot=gcc&r1=1.4&r2=1.5
 


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