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]

gcc/libstdc++-v3 ChangeLog config/os/djgpp/bit ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	lauras@gcc.gnu.org	2001-03-04 20:44:17

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/config/os/djgpp/bits: ctype_base.h ctype_inline.h 
	                                   ctype_noninline.h 

Log message:
	* config/os/djgpp/ctype_base.h (ctype_base): fix __to_type
	definition. Replace enum with static const variables.
	
	* config/os/djgpp/ctype_inline.h (ctype<char>::is): remove
	throw specification, fix typos, use <static_cast>.
	(ctype<char>::scan_is): remove throw specification.
	(ctype<char>::scan_not): likewise.
	
	* config/os/djgpp/ctype_noninline.h (ctype<char>::ctype): fix typo.
	(ctype<char>::do_toupper(char)): use <static_cast>.
	(ctype<char>::do_toupper(char *, const char *)): likewise.
	(ctype<char>::do_tolower(char)): likewise.
	(ctype<char>::do_tolower(char *, const char *)): likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.493&r2=1.494
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/djgpp/bits/ctype_base.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/djgpp/bits/ctype_inline.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/djgpp/bits/ctype_noninline.h.diff?cvsroot=gcc&r1=1.2&r2=1.3


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