egcs/libstdc++-v3 ChangeLog config/os/gnu-linu ...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Fri Sep 6 10:54:00 GMT 2002


CVSROOT:	/cvs/gcc
Module name:	egcs
Branch: 	gcc-3_2-branch
Changes by:	jakub@gcc.gnu.org	2002-09-06 10:54:17

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/config/os/gnu-linux/bits: ctype_noninline.h 

Log message:
	* config/os/gnu-linux/bits/ctype_noninline.h
	[_GLIBCPP_USE_SHADOW_HEADERS]: Remove using _C_legacy::__ctype_*.
	(ctype<char>::classic_table): If _GLIBCPP_C_LOCALE_GNU, return
	_S_c_locale->__ctype_b, otherwise temporarily switch to "C" locale
	and return __ctype_b.
	(ctype<char>::ctype(__c_locale, const mask*, bool, size_t)): If not
	_GLIBCPP_C_LOCALE_GNU, temporarily switch to "C" locale and
	initialize using __ctype_{b,tolower,toupper}.
	(ctype<char>::ctype(const mask*, bool, size_t)): If
	_GLIBCPP_C_LOCALE_GNU, initialize using
	_S_c_locale->__ctype_{b,tolower,toupper}, otherwise temporarily
	switch to "C" locale and initialize using __ctype_{b,tolower,toupper}.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.1057.2.159.2.17&r2=1.1057.2.159.2.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/config/os/gnu-linux/bits/ctype_noninline.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.9.2.2&r2=1.9.2.2.4.1



More information about the Libstdc++-cvs mailing list