gcc/libstdc++-v3/config/locale/generic
Paolo Carlini 2f800bccec re PR libstdc++/11844 (Incorrect values of ctype_base::alnum and ctype_base::graph)
2003-10-09  Paolo Carlini  <pcarlini@unitus.it>

	PR libstdc++/11844
	* config/os/aix/ctype_base.h: Fix 'alnum' and 'graph'
	to conform to the requirements of 22.2.1.
	* config/os/bsd/freebsd/ctype_base.h: Likewise.
	* config/os/djgpp/ctype_base.h: Likewise.
	* config/os/generic/ctype_base.h: Likewise.
	* config/os/gnu-linux/ctype_base.h: Likewise.
	* config/os/hpux/ctype_base.h: Likewise.
	* config/os/irix/irix6.5/ctype_base.h: Likewise.
	* config/os/solaris/solaris2.6/ctype_base.h: Likewise.
	* config/os/solaris/solaris2.7/ctype_base.h: Likewise.
	* testsuite/22_locale/ctype/11844.cc: New.

	* config/locale/generic/ctype_members.cc (do_is):
	Generically, use a bitmasksize of 15 (instead of 10), since
	we don't know the numerical encoding of the various categories
	in the underlying /usr/include/ctype.h.

From-SVN: r72281
2003-10-09 19:10:56 +00:00
..
c++locale_internal.h c++locale_internal.h: New header. 2002-09-05 09:46:17 +02:00
c_locale.cc [multiple changes] 2003-10-02 16:56:39 +00:00
c_locale.h ctype_members.cc (ctype<wchar_t>::do_is): Fix. 2003-09-25 16:37:24 +00:00
codecvt_members.cc Move from CPP to CXX. 2003-07-05 04:05:45 +00:00
codecvt_specializations.h c_locale_generic.cc: Move to... 2002-03-09 02:16:36 +00:00
collate_members.cc Move from CPP to CXX. 2003-07-05 04:05:45 +00:00
ctype_members.cc re PR libstdc++/11844 (Incorrect values of ctype_base::alnum and ctype_base::graph) 2003-10-09 19:10:56 +00:00
messages_members.cc Move from CPP to CXX. 2003-07-05 04:05:45 +00:00
messages_members.h [multiple changes] 2003-10-02 16:56:39 +00:00
monetary_members.cc linker-map.gnu: Add __moneypunct_cache, __timepunct_cache. 2003-07-18 02:27:16 +00:00
numeric_members.cc numeric_members.cc: Correct type info. 2003-07-08 20:25:39 +00:00
time_members.cc linker-map.gnu: Add __moneypunct_cache, __timepunct_cache. 2003-07-18 02:27:16 +00:00
time_members.h locale_classes.h (locale::facet::_S_get_c_name): Add. 2003-10-02 23:06:13 +00:00