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


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

From: paolo at gcc dot gnu dot org
To: gcc-gnats at gcc dot gnu dot org
Cc:  
Subject: libstdc++/7744
Date: 9 Mar 2003 22:31:46 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	paolo at gcc dot gnu dot org	2003-03-09 22:31:46
 
 Modified files:
 	libstdc++-v3   : ChangeLog acinclude.m4 configure.in aclocal.m4 
 	                 config.h.in configure 
 	libstdc++-v3/config/io: basic_file_stdio.h basic_file_stdio.cc 
 	libstdc++-v3/include/bits: fstream.tcc 
 	libstdc++-v3/include/std: std_fstream.h 
 	libstdc++-v3/src: fstream.cc ios.cc 
 	libstdc++-v3/testsuite/27_io: narrow_stream_objects.cc 
 
 Log message:
 	2003-03-09  Paolo Carlini  <pcarlini at unitus dot it>
 	Nathan Myers  <ncm at cantrip dot org>
 	
 	PR libstdc++/7744
 	* config/io/basic_file_stdio.h (__basic_file<>::xsgetn, xsputn,
 	seekoff, seekpos): Add a boolean parameter __stdio.
 	* config/io/basic_file_stdio.cc (__basic_file<>::xsgetn, xsputn,
 	seekoff, seekpos): If __stdio == true, use fread (fwrite, fseek/ftell,
 	fseek/ftell, respectively), otherwise read (write, lseek, lseek,
 	respectively).
 	* include/bits/fstream.tcc (basic_filebuf<>::_M_convert_to_external,
 	_M_really_overflow, seekoff): Use the boolean parameter in the calls.
 	* include/std/std_fstream.h (sync): Likewise.
 	* src/fstream.cc (basic_filebuf<>::_M_underflow_common): Likewise.
 	* src/ios.cc (ios_base::Init::_S_ios_create(bool)): Revert libstdc++/8399
 	commit involving isatty(0).
 	* acinclude.m4 (GLIBCPP_CHECK_UNISTD_DECL_AND_LINKAGE_1): Remove.
 	(GLIBCPP_CHECK_UNISTD_SUPPORT): Remove
 	* configure.in: Remove call.
 	* aclocal.m4: Regenerate.
 	* config.h.in: Regenerate.
 	* configure: Regenerate.
 	* testsuite/27_io/narrow_stream_objects.cc (test11): Add.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1587&r2=1.1588
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/acinclude.m4.diff?cvsroot=gcc&r1=1.230&r2=1.231
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.in.diff?cvsroot=gcc&r1=1.117&r2=1.118
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/aclocal.m4.diff?cvsroot=gcc&r1=1.243&r2=1.244
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config.h.in.diff?cvsroot=gcc&r1=1.60&r2=1.61
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&r1=1.301&r2=1.302
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/io/basic_file_stdio.h.diff?cvsroot=gcc&r1=1.6&r2=1.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/io/basic_file_stdio.cc.diff?cvsroot=gcc&r1=1.8&r2=1.9
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/fstream.tcc.diff?cvsroot=gcc&r1=1.54&r2=1.55
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_fstream.h.diff?cvsroot=gcc&r1=1.22&r2=1.23
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/fstream.cc.diff?cvsroot=gcc&r1=1.4&r2=1.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/ios.cc.diff?cvsroot=gcc&r1=1.38&r2=1.39
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/narrow_stream_objects.cc.diff?cvsroot=gcc&r1=1.12&r2=1.13
 


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