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


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

From: paolo@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libstdc++/9320
Date: 13 Feb 2003 12:20:03 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	paolo@gcc.gnu.org	2003-02-13 12:20:03
 
 Modified files:
 	libstdc++-v3   : ChangeLog 
 	libstdc++-v3/include/ext: stdio_filebuf.h 
 	libstdc++-v3/src: ios.cc 
 Added files:
 	libstdc++-v3/testsuite/ext: stdio_filebuf.cc 
 
 Log message:
 	2003-02-13  Paolo Carlini  <pcarlini@unitus.it>
 	
 	PR libstdc++/9320
 	* include/ext/stdio_filebuf.h
 	(stdio_filebuf(int, std::ios_base::openmode, bool, int_type),
 	stdio_filebuf(std::__c_file*, std::ios_base::openmode, int_type)):
 	Change to take a __size parameter of type size_t, not
 	of type (template parameter dependent) int_type.
 	* src/ios.cc (ios_base::Init::_S_ios_create): Change type of
 	size vars to size_t.
 	* testsuite/ext/stdio_filebuf.cc: Add.
 
 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.36&r2=1.1464.2.37
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/stdio_filebuf.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3&r2=1.3.14.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/stdio_filebuf.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.4.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/ios.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.33&r2=1.33.2.1
 


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