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 config/os/irix/irix ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_1-branch
Changes by:	bkoz@gcc.gnu.org	2002-05-18 07:42:49

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/config/os/irix/irix5.2/bits: ctype_inline.h 
	libstdc++-v3/config/os/irix/irix6.5/bits: ctype_inline.h 
	libstdc++-v3/docs/html: install.html 
Added files:
	libstdc++-v3/testsuite/22_locale: ctype_scan_char.cc 
	                                  ctype_scan_wchar_t.cc 

Log message:
	2002-05-18  Benjamin Kosnik  <bkoz@redhat.com>
	
	* testsuite/22_locale/ctype_scan_char.cc: Tweak.
	* testsuite/22_locale/ctype_scan_wchar_t.cc: New.
	
	* docs/html/install.html: Fix.
	
	2002-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
	
	* config/os/irix/irix5.2/bits/ctype_inline.h (scan_is, scan_not):
	Fix typo, use this->is() rather than manually (and perhaps
	incorrectly) inlining it.
	* config/os/irix/irix6.5/bits/ctype_inline.h (scan_is, scan_not):
	Likewise.
	* testsuite/22_locale/ctype_scan_char.cc: New file.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1057.2.107&r2=1.1057.2.108
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/irix/irix5.2/bits/ctype_inline.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1&r2=1.1.24.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/irix/irix6.5/bits/ctype_inline.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1.24.1&r2=1.1.24.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/install.html.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.12.8.2&r2=1.12.8.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype_scan_char.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype_scan_wchar_t.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=NONE&r2=1.1.6.1


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