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
Branch: 	gcc-3_0-branch
Changes by:	lauras@gcc.gnu.org	2001-03-04 20:47:22

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&only_with_tag=gcc-3_0-branch&r1=1.452.2.19&r2=1.452.2.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/djgpp/bits/ctype_base.h.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.2&r2=1.2.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/djgpp/bits/ctype_inline.h.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.2&r2=1.2.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/djgpp/bits/ctype_noninline.h.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.2&r2=1.2.4.1


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