gcc/libstdc++-v3/testsuite/22_locale
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
..
codecvt locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
collate locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
collate_byname locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
ctype re PR libstdc++/11844 (Incorrect values of ctype_base::alnum and ctype_base::graph) 2003-10-09 19:10:56 +00:00
facet locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
global_templates locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
locale re PR libstdc++/9874 (filebuf::seekpos fails if codecvt::encoding() <= 0) 2003-10-09 16:11:40 +00:00
messages locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
messages_byname locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
money_get locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
money_put locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
moneypunct locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
moneypunct_byname locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
num_get locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
num_put locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
numpunct locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
numpunct_byname locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
time_get locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
time_put re PR libstdc++/12439 (Problems in time_put::put) 2003-10-01 14:32:05 +00:00