gcc/libstdc++-v3/testsuite/22_locale
Benjamin Kosnik 8081da07e5 c_compatibility: New.
2002-06-21  Benjamin Kosnik  <bkoz@redhat.com>

	* include/c_compatibility: New.
	* include/c_compatibility/assert.h: New.
	* include/c_compatibility/ctype.h: New.
	* include/c_compatibility/errno.h: New.
	* include/c_compatibility/float.h: New.
	* include/c_compatibility/iso646.h: New.
	* include/c_compatibility/limits.h: New.
	* include/c_compatibility/locale.h: New.
	* include/c_compatibility/math.h: New.
	* include/c_compatibility/setjmp.h: New.
	* include/c_compatibility/signal.h: New.
	* include/c_compatibility/stdarg.h: New.
	* include/c_compatibility/stddef.h: New.
	* include/c_compatibility/stdio.h: New.
	* include/c_compatibility/stdlib.h: New.
	* include/c_compatibility/string.h: New.
	* include/c_compatibility/time.h: New.
	* include/c_compatibility/wchar.h: New.
	* include/c_compatibility/wctype.h: New.

	* include/c/std_cerrno.h: Get out of the way... define errno.
	* include/c/std_cmath.h: Add abs, modf overloads.
	Undefine C99 isms. Still not sure how to deal with this sanely.
	* include/c/std_csetjmp.h: Tweak.
	* include/c/std_cwchar.h: Include cstddef for size_t.

	* include/c_std/std_cmath.h: Remove extra function.

	Pendantic std usage in testsuites.
	* testsuite/17_intro/header_cstdlib.cc (test01): Qualify ldiv_t
	with std.
	* testsuite/17_intro/header_cwchar.cc: Tweak.
	* testsuite/22_locale/codecvt_members_char_char.cc (test03): Use
	std::setlocale.
	* testsuite/22_locale/ctype_to_wchar_t.cc (test05): Same.
	* testsuite/22_locale/ctype_to_char.cc (test05): Same.
	* testsuite/22_locale/ctype_is_wchar_t.cc (test05): Same.
	* testsuite/22_locale/ctype_is_char.cc (test05): Same.
	* testsuite/22_locale/codecvt_members_wchar_t_char.cc (test03): Same.
	* testsuite/22_locale/time_get_members_wchar_t.cc (test08): Same.
	* testsuite/22_locale/time_get_members_char.cc (test08): Same.
	* testsuite/22_locale/time_put_members_wchar_t.cc (test04): Same.
	* testsuite/22_locale/time_put_members_char.cc (test04): Same.
	* testsuite/22_locale/num_put_members_wchar_t.cc (test04): Same.
	* testsuite/22_locale/num_put_members_char.cc (test04): Same.
	* testsuite/22_locale/numpunct_members_wchar_t.cc (test03): Same.
	* testsuite/22_locale/numpunct_members_char.cc (test03): Same.
	* testsuite/22_locale/num_get_members_wchar_t.cc: Same.
	* testsuite/22_locale/num_get_members_char.cc: Same.
	* testsuite/22_locale/money_put_members_wchar_t.cc (test07): Same.
	* testsuite/22_locale/money_put_members_char.cc (test07): Same.
	* testsuite/22_locale/moneypunct_members_wchar_t.cc (test03): Same.
	* testsuite/22_locale/moneypunct_members_char.cc (test03): Same.
	* testsuite/22_locale/money_get_members_wchar_t.cc (test08): Same.
	* testsuite/22_locale/money_get_members_char.cc (test08): Same.
	* testsuite/22_locale/messages_members_char.cc (test03): Same.
	* testsuite/22_locale/collate_members_wchar_t.cc (test04): Same.
	* testsuite/22_locale/collate_members_char.cc (test04): Same.
	* testsuite/26_numerics/fabs_inline.cc: Use std::printf.
	* testsuite/27_io/istream_seeks.cc (test02): Qualify abort.
	* testsuite/27_io/istream_extractor_arith.cc (test11): Qualify strtol.

From-SVN: r54891
2002-06-21 20:21:03 +00:00
..
codecvt_members_char_char.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
codecvt_members_unicode_char.cc 2002-03-25 Paolo Carlini <pcarlini@unitus.it> 2002-03-26 00:36:19 +00:00
codecvt_members_unicode_wchar_t.cc 2002-03-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> 2002-03-28 19:19:23 +00:00
codecvt_members_wchar_t_char.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
codecvt.cc codecvt.h: Add virtual member function declarations. 2001-10-31 20:05:33 +00:00
collate_byname.cc 2002-03-25 Paolo Carlini <pcarlini@unitus.it> 2002-03-25 23:19:47 +00:00
collate_members_char.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
collate_members_wchar_t.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
collate.cc collate.cc: Compile-only. 2001-12-04 07:15:01 +00:00
ctor_copy_dtor.cc ctor_copy_dtor.cc: Remove check. 2002-01-17 22:29:44 +00:00
ctype_is_char.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
ctype_is_wchar_t.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
ctype_members_char.cc [multiple changes] 2002-05-24 16:02:39 +00:00
ctype_members_wchar_t.cc [multiple changes] 2002-05-24 16:02:39 +00:00
ctype_narrow_char.cc [multiple changes] 2002-05-24 16:02:39 +00:00
ctype_narrow_wchar_t.cc re PR libstdc++/6795 (stringbuf failure) 2002-05-27 11:42:59 +00:00
ctype_scan_char.cc ctype_scan_char.cc: Tweak. 2002-05-13 14:24:34 +00:00
ctype_scan_wchar_t.cc [multiple changes] 2002-05-24 16:02:39 +00:00
ctype_to_char.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
ctype_to_wchar_t.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
ctype_widen_char.cc [multiple changes] 2002-05-24 16:02:39 +00:00
ctype_widen_wchar_t.cc re PR libstdc++/6795 (stringbuf failure) 2002-05-27 11:42:59 +00:00
ctype.cc collate.cc: Compile-only. 2001-12-04 07:15:01 +00:00
facet.cc Clean up initialization and simplfy caching of underlying "C" locale objects. 2001-12-15 07:05:04 +00:00
global_templates.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
members.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
messages_byname.cc Implement std::messages. 2001-08-08 02:49:01 +00:00
messages_members_char.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
messages.cc collate.cc: Compile-only. 2001-12-04 07:15:01 +00:00
money_get_members_char.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
money_get_members_wchar_t.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
money_get.cc collate.cc: Compile-only. 2001-12-04 07:15:01 +00:00
money_put_members_char.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
money_put_members_wchar_t.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
money_put.cc collate.cc: Compile-only. 2001-12-04 07:15:01 +00:00
moneypunct_byname.cc c_locale_gnu.cc: Minor tweaks. 2001-08-24 04:11:23 +00:00
moneypunct_members_char.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
moneypunct_members_wchar_t.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
moneypunct.cc collate.cc: Compile-only. 2001-12-04 07:15:01 +00:00
num_get_members_char.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
num_get_members_wchar_t.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
num_get.cc collate.cc: Compile-only. 2001-12-04 07:15:01 +00:00
num_put_members_char.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
num_put_members_wchar_t.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
num_put.cc collate.cc: Compile-only. 2001-12-04 07:15:01 +00:00
numpunct_byname.cc 2002-01-30 Paolo Carlini <pcarlini@unitus.it> 2002-01-30 21:00:40 +00:00
numpunct_members_char.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
numpunct_members_wchar_t.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
numpunct.cc collate.cc: Compile-only. 2001-12-04 07:15:01 +00:00
operators.cc stl_alloc.h: Add extern implicit allocator instantiations. 2002-03-08 06:05:21 +00:00
static_members.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
time_get_members_char.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
time_get_members_wchar_t.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
time_get.cc collate.cc: Compile-only. 2001-12-04 07:15:01 +00:00
time_put_members_char.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
time_put_members_wchar_t.cc c_compatibility: New. 2002-06-21 20:21:03 +00:00
time_put.cc collate.cc: Compile-only. 2001-12-04 07:15:01 +00:00