This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

gcc/libstdc++-v3 ChangeLog.cygwin-mingw includ ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	cygwin-mingw-gcc-3_2-branch
Changes by:	dannysmith@gcc.gnu.org	2002-08-09 01:19:51

Modified files:
	libstdc++-v3   : ChangeLog.cygwin-mingw 
	libstdc++-v3/include/bits: istream.tcc 
	libstdc++-v3/testsuite/27_io: narrow_stream_objects.cc 

Log message:
	Merge basic_istream::ignore() fix from trunk.
	
	2002-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
	Benjamin Kosnik  <bkoz@redhat.com>
	* include/bits/istream.tcc (basic_istream::ignore): Use sbumpc,
	not snextc.
	* testsuite/27_io/narrow_stream_objects.cc (test10): Add.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.cygwin-mingw.diff?cvsroot=gcc&only_with_tag=cygwin-mingw-gcc-3_2-branch&r1=1.1.2.3.2.2&r2=1.1.2.3.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/istream.tcc.diff?cvsroot=gcc&only_with_tag=cygwin-mingw-gcc-3_2-branch&r1=1.24.2.5.2.1.2.2&r2=1.24.2.5.2.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/narrow_stream_objects.cc.diff?cvsroot=gcc&only_with_tag=cygwin-mingw-gcc-3_2-branch&r1=1.6.14.4&r2=1.6.14.4.6.1


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