This is the mail archive of the gcc-cvs@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]

gcc/libstdc++-v3 ChangeLog config/os/newlib/bi ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_2-branch
Changes by:	bkoz@gcc.gnu.org	2002-08-15 15:25:11

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/config/os/newlib/bits: ctype_inline.h 
	                                    ctype_noninline.h 
	libstdc++-v3/include/bits: istream.tcc 
	libstdc++-v3/testsuite/27_io: narrow_stream_objects.cc 

Log message:
	2002-08-15  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.
	
	2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
	
	* config/os/newlib/ctype_inline.h (is): Don't offset _M_table.
	(scan_is): Use this->is.
	(scan_not): Likewise.
	
	2002-08-15  Rick Danos  <rdanos@hotmail.com>
	
	PR libstdc++/7461
	* config/os/newlib/ctype_noninline.h (classic_table): Add offset.
	* config/os/newlib/ctype_inline.h (is): Use static_cast.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.1057.2.159.2.4&r2=1.1057.2.159.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/newlib/bits/ctype_inline.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.4&r2=1.4.32.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/newlib/bits/ctype_noninline.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.8.2.1&r2=1.8.2.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/istream.tcc.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.24.2.6.2.2&r2=1.24.2.6.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=gcc-3_2-branch&r1=1.6.14.4&r2=1.6.14.4.4.1


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