public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* libstdc++/7461
@ 2002-08-01 15:26 bkoz
  0 siblings, 0 replies; 3+ messages in thread
From: bkoz @ 2002-08-01 15:26 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

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

From: bkoz@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libstdc++/7461
Date: 1 Aug 2002 22:17:23 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	bkoz@gcc.gnu.org	2002-08-01 15:17:23
 
 Modified files:
 	libstdc++-v3   : ChangeLog 
 	libstdc++-v3/config/os/newlib: ctype_inline.h ctype_noninline.h 
 
 Log message:
 	2002-08-01  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&r1=1.1303&r2=1.1304
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/newlib/ctype_inline.h.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/newlib/ctype_noninline.h.diff?cvsroot=gcc&r1=1.1&r2=1.2
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* libstdc++/7461
@ 2002-08-15 15:26 bkoz
  0 siblings, 0 replies; 3+ messages in thread
From: bkoz @ 2002-08-15 15:26 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

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

From: bkoz@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libstdc++/7461
Date: 15 Aug 2002 22:25:11 -0000

 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
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* libstdc++/7461
@ 2002-08-08  0:06 dannysmith
  0 siblings, 0 replies; 3+ messages in thread
From: dannysmith @ 2002-08-08  0:06 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

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

From: dannysmith@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libstdc++/7461
Date: 8 Aug 2002 03:09:13 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	cygwin-mingw-gcc-3_2-branch
 Changes by:	dannysmith@gcc.gnu.org	2002-08-07 20:09:13
 
 Modified files:
 	libstdc++-v3/config/os/newlib/bits: ctype_inline.h 
 	                                    ctype_noninline.h 
 	libstdc++-v3   : ChangeLog.cygwin-mingw 
 
 Log message:
 	Merge newlib ctype fixes from trunk.
 	
 	2002-08-02 Danny Smith  <dannysmith@users.sourceforge.net>
 	* config/os/newlib/bit/ctype_inline.h (is): Don't offset
 	_M_table.
 	(scan_is): Use this->is.
 	(scan_not): Likewise.
 	
 	2002-08-01  Rick Danos  <rdanos@hotmail.com>
 	PR libstdc++/7461
 	* config/os/newlib/bits/ctype_noninline.h (classic_table): Add
 	offset.
 	* config/os/newlib/bits/ctype_inline.h (is): Use static_cast..
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/newlib/bits/ctype_inline.h.diff?cvsroot=gcc&only_with_tag=cygwin-mingw-gcc-3_2-branch&r1=1.4&r2=1.4.34.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=cygwin-mingw-gcc-3_2-branch&r1=1.8.2.1&r2=1.8.2.1.6.1
 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.1&r2=1.1.2.3.2.2
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-08-15 22:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-01 15:26 libstdc++/7461 bkoz
2002-08-08  0:06 libstdc++/7461 dannysmith
2002-08-15 15:26 libstdc++/7461 bkoz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).