1. 03 Jan, 2013 1 commit
  2. 31 Jan, 2002 1 commit
    • c_locale_gnu.cc: Same errno fixes as generic. · f5d09ce7
      2002-01-30  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* config/locale/c_locale_gnu.cc: Same errno fixes as generic.
      
      	* ChangeLog-2001: Fix my spelling errors...
      	* docs/html/17_intro/RELEASE-NOTES: Update.
      	* docs/html/17_intro/TODO: Update.
      	* README (file): Update.
      
      From-SVN: r49358
      Benjamin Kosnik committed
  3. 29 Jan, 2002 1 commit
  4. 28 Jan, 2002 3 commits
    • Makefile.am (doxygen, [...]): Tweak targets. · ffe94f83
      2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
      
      	* Makefile.am (doxygen, doxygen-maint, doxygen-man):  Tweak targets.
      	* Makefile.in:  Regenerate.
      
      	* docs/doxygen/run_doxygen:  Update, mostly for man pages.
      	* docs/doxygen/Intro.3:  Update.
      	* docs/doxygen/TODO:  Update.
      	* docs/doxygen/doxygroups.cc:  Add namespace hook for __gnu_cxx.
      	* docs/doxygen/mainpage.doxy:  Update.
      	* docs/doxygen/user.cfg.in:  Update for header rename.  Also
      	regenerate comments and variables with 1.2.12.
      	* docs/doxygen/maint.cfg.in:  Remove file.
      
      	* include/bits/stl_relops.h:  Doxygenate.
      	* include/bits/stl_tempbuf.h (std::_Temporary_buffer):  Likewise.
      
      	* include/c_std/std_cassert.h, include/c_std/std_cctype.h,
      	include/c_std/std_cerrno.h, include/c_std/std_cfloat.h,
      	include/c_std/std_ciso646.h, include/c_std/std_climits.h,
      	include/c_std/std_clocale.h, include/c_std/std_cmath.h,
      	include/c_std/std_csetjmp.h, include/c_std/std_csignal.h,
      	include/c_std/std_cstdarg.h, include/c_std/std_cstddef.h,
      	include/c_std/std_cstdio.h, include/c_std/std_cstdlib.h,
      	include/c_std/std_cstring.h, include/c_std/std_ctime.h,
      	include/c_std/std_cwchar.h, include/c_std/std_cwctype.h,
      	include/ext/algorithm, include/ext/functional, include/ext/hash_map,
      	include/ext/hash_set, include/ext/iterator, include/ext/memory,
      	include/ext/numeric, include/ext/rb_tree, include/ext/rope,
      	include/ext/ropeimpl.h, include/ext/slist, include/ext/stl_hash_fun.h,
      	include/ext/stl_hashtable.h, include/ext/stl_rope.h,
      	include/std/std_algorithm.h, include/std/std_bitset.h,
      	include/std/std_complex.h, include/std/std_deque.h,
      	include/std/std_fstream.h, include/std/std_functional.h,
      	include/std/std_iomanip.h, include/std/std_ios.h,
      	include/std/std_iosfwd.h, include/std/std_iostream.h,
      	include/std/std_istream.h, include/std/std_iterator.h,
      	include/std/std_limits.h, include/std/std_list.h,
      	include/std/std_locale.h, include/std/std_map.h,
      	include/std/std_memory.h, include/std/std_numeric.h,
      	include/std/std_ostream.h, include/std/std_queue.h,
      	include/std/std_set.h, include/std/std_sstream.h,
      	include/std/std_stack.h, include/std/std_stdexcept.h,
      	include/std/std_streambuf.h, include/std/std_string.h,
      	include/std/std_utility.h, include/std/std_valarray.h,
      	include/std/std_vector.h:  Add/correct @file doxygen hook.
      
      	* include/ext/memory:  Doxygenate most of rest of file.
      	* libsupc++/exception:  Doxygen output formatting.
      	* libsupc++/new:  Say which header it is.
      
      	* testsuite/lib/libstdc++-v3-dg.exp:  Fix spacing.
      	* docs/html/19_diagnostics/howto.html:  Describe concept-checks switch.
      	* docs/html/23_containers/howto.html:  Describe O(n) list::size().
      	* docs/html/27_io/howto.html:  Also link to Langer and Kreft text.
      
      From-SVN: r49300
      Phil Edwards committed
    • filebuf_members.cc (test_05): Add test. · 11e17422
      2002-01-28  Paolo Carlini  <pcarlini@unitus.it>
      	    Charles Leggett <CGLeggett@lbl.gov>
      
      	* testsuite/27_io/filebuf_members.cc (test_05): Add test.
      
      Co-Authored-By: Charles Leggett <CGLeggett@lbl.gov>
      
      From-SVN: r49297
      Paolo Carlini committed
    • ostream_inserter_arith.cc (test03): Fix to deal correctly with both 32 bit and 64 bit architectures · 4debe14d
      2002-01-28  Paolo Carlini  <pcarlini@unitus.it>
      
      	* testsuite/27_io/ostream_inserter_arith.cc (test03):
      	Fix to deal correctly with both 32 bit and 64 bit architectures
      
      From-SVN: r49295
      Paolo Carlini committed
  5. 26 Jan, 2002 2 commits
  6. 25 Jan, 2002 3 commits
    • pthread1.cc: Enable on cygwin. · a68d024d
      	* testsuite/thread/pthread1.cc: Enable on cygwin.
      	* testsuite/thread/pthread2.cc: Likewise.
      	* testsuite/thread/pthread3.cc: Likewise.
      	* testsuite/thread/pthread4.cc: Likewise.
      	* testsuite/thread/pthread5.cc: Likewise.
      	* testsuite/thread/pthread6.cc: Likewise.
      
      From-SVN: r49214
      David Billinghurst committed
    • ostream_inserter_char.cc (test07): New. · 3a9ebf3c
      2002-01-24  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/27_io/ostream_inserter_char.cc (test07): New.
      
      2002-01-24  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/basic_ios.h (basic_ios::_M_check_facet): Make
      	const, tweak.
      	(basic_ios::fill(char_type)): Use fill().
      	* include/bits/basic_ios.tcc (basic_ios::widen): Use _M_check_facet.
      	(basic_ios::narrow): Same.
      	(basic_ios::_M_cache_facets): Explicitly set cached facets to zero
      	if they are invalid.
      	(basic_ios::init): Comment.
      	* testsuite/27_io/ios_init.cc (test02): New.
      
      From-SVN: r49205
      Benjamin Kosnik committed
    • stl_tempbuf.h (_Temporary_buffer): Add doxygen hook. · 6b20f9b5
      2002-01-24  Phil Edwards  <pme@gcc.gnu.org>
      
      	* include/bits/stl_tempbuf.h (_Temporary_buffer):  Add doxygen hook.
      	* include/bits/stl_algo.h:  Include stl_tempbuf.h.
      	* include/ext/memory:  Do not include stl_tempbuf.h.
      	(temporary_buffer):  Add doxygen hook.
      	(__get_temporary_buffer, get_temporary_buffer,
      	return_temporary_buffer):  Move back to std:: header...
      	* include/std/std_memory.h:  ...here.  Do not include stl_tempbuf.h.
      	* include/ext/rope:  Do not include stl_tempbuf.h.
      	* include/ext/stl_hashtable.h:  Likewise.
      	* include/std/std_algorithm.h:  Likewise.
      	* testsuite/20_util/temporary_buffer.cc:  New file.
      
      From-SVN: r49199
      Phil Edwards committed
  7. 24 Jan, 2002 4 commits
    • ios_base.h: Use _Atomic_word for reference counts. · 17325050
      	libstdc++/5432
      	* include/bits/ios_base.h: Use _Atomic_word for reference counts.
      	* include/bits/localefwd.h: Likewise.
      	Also use for std::locale::id::_S_highwater.
      	* src/ios.cc (ios_base::xalloc): Use _Atomic_word.
      	* src/locale.cc: Support new usage of _Atomic_word.
      	(std::locale::classic): Guard entire function against reentry.
      	* src/localename.cc: Support new usage of _Atomic_word.
      
      From-SVN: r49195
      Andrew Pollard committed
    • num_put_members_wchar_t.cc (test03): Use _GLIBCPP_HAVE_SETENV. · b6a95741
      2002-01-24   Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/22_locale/num_put_members_wchar_t.cc (test03): Use
      	_GLIBCPP_HAVE_SETENV.
      	* testsuite/22_locale/codecvt_members_wchar_t_char.cc (test02): Same.
      	* testsuite/22_locale/collate_members_char.cc (test02): Same.
      	* testsuite/22_locale/ctype_members_char.cc (test03): Same.
      	* testsuite/22_locale/ctype_members_wchar_t.cc (test03): Same.
      	* testsuite/22_locale/messages_members_char.cc (test02): Same.
      	* testsuite/22_locale/moneypunct_members_char.cc (test02): Same.
      	* testsuite/22_locale/moneypunct_members_wchar_t.cc (test02): Same.
      	* testsuite/22_locale/money_put_members_char.cc (test04): Same.
      	* testsuite/22_locale/money_put_members_wchar_t.cc (test04): Same.
      	* testsuite/22_locale/num_get_members_char.cc (test03): Same.
      	* testsuite/22_locale/num_get_members_wchar_t.cc (test03): Same.
      	* testsuite/22_locale/numpunct_members_char.cc (test02): Same.
      	* testsuite/22_locale/numpunct_members_wchar_t.cc (test02): Same.
      	* testsuite/22_locale/time_get_members_char.cc (test07): Same.
      	* testsuite/22_locale/time_get_members_wchar_t.cc (test07): Same.
      	* testsuite/22_locale/time_put_members_char.cc (test03): Same.
      	* testsuite/22_locale/time_put_members_wchar_t.cc (test03): Same.
      	* testsuite/22_locale/num_put_members_char.cc (test03): Same.
      	* acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Check for setenv.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      	* config.h.in: Regenerate.
      
      From-SVN: r49191
      Benjamin Kosnik committed
    • pthread1.cc: New test. · ddd69607
      	* testsuite/thread/pthread1.cc: New test.
      	* testsuite/thread/pthread2.cc: New test adapted from libstdc++/5347.
      	* testsuite/thread/pthread3.cc: Likewise.
      	* testsuite/thread/pthread4.cc: New test adapted from
      	http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00679.html
      	* testsuite/thread/pthread5.cc: New test adapted from libstdc++/5464.
      	* testsuite/thread/pthread6.cc: New test adapted from libstdc++/5444.
      
      From-SVN: r49173
      Loren J. Rittle committed
    • re PR libstdc++/5198 (3.0.3 linux x m68k build fail: invalid opcodes in c++locale.cc) · acae253e
              PR libstdc++/5198
              * config/cpu/m68k/bits/atomicity.h (__exchange_and_add): Only use
              CAS on the cpu variants that support it.  Add versions that use
              TAS and that disable interrupts.
              (__atomic_add): Use __exchange_and_add to guarantee atomicity.
      
      From-SVN: r49160
      Richard Henderson committed
  8. 23 Jan, 2002 6 commits
  9. 22 Jan, 2002 3 commits
    • Audit for LANG independence. · 4b9aaf63
      2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
      
      	Audit for LANG independence.
      	* include/bits/localefwd.h: Tweaks.
      	* include/bits/locale_facets.tcc (money_get::do_get(long double)):
      	Use __convert_to_v.
      	(time_get::do_get_year): Same.
      	(__convert_from_v): Add.
      	(num_put::_M_convert_float): Use.
      	(num_put::_M_convert_int): Same.
      	(money_put::do_put): Same.
      
      	* src/locale-inst.cc: Add instantiations for __convert_from_v.
      	* config/locale/time_members_gnu.cc: Cleanup setlocale usage.
      	* config/locale/time_members_generic.cc:
      	* config/locale/messages_members_gnu.cc: Same.
      	* config/locale/messages_members_gnu.h: Same.
      
      	* testsuite/22_locale/codecvt_members_wchar_t_char.cc (test02): New.
      	* testsuite/22_locale/codecvt_members_char_char.cc (test02): New.
      	* testsuite/22_locale/collate_members_wchar_t.cc (test02): New.
      	* testsuite/22_locale/collate_members_char.cc (test02): New.
      	* testsuite/22_locale/ctype_members_wchar_t.cc (test03): New.
      	* testsuite/22_locale/ctype_members_char.cc (test03): New.
      	* testsuite/22_locale/messages_members_char.cc (test02): New.
      	* testsuite/22_locale/moneypunct_members_wchar_t.cc (test02): New.
      	* testsuite/22_locale/moneypunct_members_char.cc (test02): New.
      	* testsuite/22_locale/money_get_members_wchar_t.cc (test04): New.
      	* testsuite/22_locale/money_get_members_char.cc (test04): New.
      	* testsuite/22_locale/money_put_members_wchar_t.cc (test04): New.
      	* testsuite/22_locale/money_put_members_char.cc (test04): New.
      	* testsuite/22_locale/numpunct_members_wchar_t.cc (test02): New.
      	* testsuite/22_locale/numpunct_members_char.cc (test02): New.
      	* testsuite/22_locale/time_put_members_wchar_t.cc (test03): New.
      	* testsuite/22_locale/time_put_members_char.cc (test03): New.
      	* testsuite/22_locale/time_get_members_wchar_t.cc (test07): New.
      	* testsuite/22_locale/time_get_members_char.cc (test07): New.
      	* testsuite/22_locale/num_get_members_wchar_t.cc (test03): New.
      	* testsuite/22_locale/num_get_members_char.cc (test03): New.
      	* testsuite/22_locale/num_put_members_wchar_t.cc (test03): New.
      	* testsuite/22_locale/num_put_members_char.cc (test03): New.
      
      	* testsuite/22_locale/time_get_members_char.cc: Fixups for global
      	locale issues.
      	* testsuite/22_locale/time_get_members_char.cc: Same.
      
      2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
      
      	libstdc++/5280
      	* include/bits/localefwd.h: Tweak comments.
      	* include/bits/locale_facets.h (__convert_to_v): Add.
      	* include/bits/locale_facets.tcc (num_get::do_get(double)): Use it.
      	(num_get::do_get(float)): Same.
      	(num_get::do_get(long double)): Same.
      	(num_get::do_get(bool)): Same.
      	(num_get::do_get(long)): Same.
      	(num_get::do_get(long long)): Same.
      	(num_get::do_get(unsigned int)): Same.
      	(num_get::do_get(unsigned short)): Same.
      	(num_get::do_get(unsigned long)): Same.
      	(num_get::do_get(unsigned long long)): Same.
      	* config/locale/c_locale_gnu.cc (__convert_to_v): Specialize.
      	* config/locale/c_locale_generic.cc: Same.
      
      From-SVN: r49108
      Benjamin Kosnik committed
    • Makefile.am (c_base_builddir): Remove redundant slash. · 73249e33
      	* include/Makefile.am (c_base_builddir): Remove redundant slash.
      	(std_builddir): Likewise.
      	(std_headers_rename): Fix cut-n-paste typo.
      	(install-data-local): Concat path per element instead of once to
      	first element of list.
      	* include/Makefile.in: Rebuilt.
      
      From-SVN: r49081
      Loren J. Rittle committed
    • ctype_noninline.h: Fix formatting. · a0e073b2
      2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* config/os/aix/bits/ctype_noninline.h: Fix formatting.
      	* config/os/bsd/netbsd/bits/ctype_noninline.h: Fix typo.
      	* config/os/bsd/freebsd/bits/ctype_noninline.h: Fix formatting.
      
      From-SVN: r49078
      Benjamin Kosnik committed
  10. 21 Jan, 2002 1 commit
    • [multiple changes] · 93dbe8d7
      2002-01-20  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/locale_facets.h (ctype<char>::classic_table):
      	Remove definition.
      	(ctype<char>::_S_ctable): Remove.
      	* config/os/gnu-linux/bits/ctype_noninline.h
      	(ctype<char>::_S_table): Remove definition.
      	(ctype<char>::classic_table): Define.
      	(ctype<char>::ctype): Replace _S_ctable with classic_table().
      	* config/os/aix/bits/ctype_noninline.h: Same.
      	* config/os/bsd/freebsd/bits/ctype_noninline.h: Same.
      	* config/os/bsd/netbsd/bits/ctype_noninline.h: Same.
      	* config/os/djgpp/bits/ctype_noninline.h: Same.
      	* config/os/generic/bits/ctype_noninline.h: Same.
      	* config/os/gnu-linux/bits/ctype_noninline.h: Same.
      	* config/os/hpux/bits/ctype_noninline.h: Same.
      	* config/os/irix/irix5.2/bits/ctype_noninline.h: Same.
      	* config/os/irix/irix6.5/bits/ctype_noninline.h: Same.
      	* config/os/mingw32/bits/ctype_noninline.h: Same.
      	* config/os/newlib/bits/ctype_noninline.h: Same.
      	* config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
      	* config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
      	* config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
      
      2002-01-20  Danny Smith  <dannysmith@users.sourceforge.net>
      
      	* config/os/mingw32/bits/ctype_noninline.h: Declare _ctype instead
      	of _pctype. Use to define _S_ctable.  Add definition for alternate
      	ctor.  Initialise _M_ctable to _S_ctable in ctors.
      	(do_toupper, do_tolower): Use inline code appropriate for C-locale
      	rather than ::toupper, ::tolower.
      
      From-SVN: r49032
      Benjamin Kosnik committed
  11. 18 Jan, 2002 2 commits
  12. 17 Jan, 2002 9 commits
    • oops - incorrect changelog for previous delta · ccc643e2
      From-SVN: r48974
      Nick Clifton committed
    • fix typo in comment · c4297522
      From-SVN: r48973
      Nick Clifton committed
    • ctor_copy_dtor.cc: Remove check. · 715e5616
      2002-01-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
      
      	* testsuite/22_locale/ctor_copy_dtor.cc: Remove check.
      
      From-SVN: r48967
      Peter Schmid committed
    • * configure.target: Define OPT_LDFLAGS for AIX case. · 34e3a8d5
      From-SVN: r48958
      David Edelsohn committed
    • std_limits.h (__glibcpp_float_has_quiet_NaN, [...]): Correct mispelling. · 2bcb0aa0
             * include/std/std_limits.h (__glibcpp_float_has_quiet_NaN,
             __glibcpp_double_has_quiet_NaN): Correct mispelling.
      
      From-SVN: r48955
      Gabriel Dos Reis committed
    • ctype_noninline.h: Fix. · 02c361a4
      
      2002-01-17  Andreas Tobler  <toa@pop.agri.ch>
      
      	* config/os/solaris/solaris2.6/bits/ctype_noninline.h: Fix.
      
      From-SVN: r48945
      Andreas Tobler committed
    • acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Do not clear SECTION_LDFLAGS and OPT_LDFLAGS. · 654421eb
      2002-01-16  David Edelsohn  <dje@watson.ibm.com>
      
      	* acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Do not clear
      	SECTION_LDFLAGS and OPT_LDFLAGS.  Fix ac_sectionLDflags type.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      
      From-SVN: r48941
      David Edelsohn committed
    • Makefile.am (c_base_headers_rename): New. · c5535768
      2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/Makefile.am (c_base_headers_rename): New.
      	(c_base_headers_extra): New.
      	(stamp-c_base): Modify.
      	(install-data-local): Use both.
      	* include/Makefile.in: Regenerate.
      	* include/c/[cctype ciso646 cmath cstdarg cstdlib cerrno climits
      	csetjmp cstddef cstring cwchar cassert cfloat clocale csignal
      	cstdio ctime cwctype]: Move to..
      	* include/c/std_*: Here.
      	* include/c_std/[cctype ciso646 cmath cstdarg cstdlib cerrno climits
      	csetjmp cstddef cstring cwchar cassert cfloat clocale csignal
      	cstdio ctime cwctype]: Move to..
      	* include/c_std/std_*: Here.
      
      	Alexandre Oliva  <aoliva@redhat.com>
      	* include/Makefile.am (.PRECIOUS): Add rule.
      	* include/Makefile.in: Regenerate.
      
      From-SVN: r48940
      Benjamin Kosnik committed
    • stl_iterator.h (reverse_iterator::_M_current): Deuglify, should be current. · 8f7a4015
      
      
      2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
                  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
      
      	* include/bits/stl_iterator.h (reverse_iterator::_M_current):
      	Deuglify, should be current.
      	(back_insert_iterator::_M_container): Deuglify, should be container.
      	(front_insert_iterator::_M_container): Same.
      	(insert_iterator::_M_container): Same.
      	* testsuite/24_iterators/reverse_iterator.cc: Add check.
      	* testsuite/24_iterators/back_insert_iterator.cc: Add check.
      	* testsuite/24_iterators/front_insert_iterator.cc: Same.
      	* testsuite/24_iterators/insert_iterator.cc: Same.
      
      2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/locale_facets.h (ctype<char>::classic_table): Make
      	static.
      	(ctype<char>::_M_ctable): Make static, change name to _S_ctable.
      	* config/os/gnu-linux/bits/ctype_noninline.h: Define _S_ctable.
      	* config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
      	* config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
      	* config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
      	* config/os/newlib/bits/ctype_noninline.h: Same.
      	* config/os/irix/irix6.5/bits/ctype_noninline.h: Same.
      	* config/os/irix/irix5.2/bits/ctype_noninline.h: Same.
      	* config/os/hpux/bits/ctype_noninline.h: Same.
      	* config/os/djgpp/bits/ctype_noninline.h: Same.
      	* config/os/bsd/netbsd/bits/ctype_noninline.h: Same.
      	* config/os/bsd/freebsd/bits/ctype_noninline.h: Same.
      	* config/os/aix/bits/ctype_noninline.h: Same.
      
      	Testcase by Dietmar K�hl via Peter Schmid
      	* testsuite/22_locale/ctype_members_char.cc (char>): Add test for
      	classic_table().
      
      Co-Authored-By: Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
      
      From-SVN: r48938
      Benjamin Kosnik committed
  13. 16 Jan, 2002 4 commits
    • signbitl.c: Copyright years as list, not range. · aefb3380
      2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* libmath/signbitl.c: Copyright years as list, not range.
      	* libmath/Makefile.am: Same.
      	* libmath/Makefie.in: Regenerate.
      	* libmath/signbit.c: Same.
      	* libmath/nan.c: Same.
      	* libmath/copysignf.c: Same.
      	* libmath/signbitf.c: Same.
      	* testsuite/22_locale/money_get_members_char.cc: Same.
      	* testsuite/22_locale/money_get_members_wchar_t.cc: Same.
      	* testsuite/22_locale/money_put_members_char.cc: Same.
      	* testsuite/22_locale/money_put_members_wchar_t.cc: Same.
      	* testsuite/22_locale/time_get_members_char.cc: Same.
      	* testsuite/22_locale/time_get_members_wchar_t.cc: Same.
      	* testsuite/22_locale/time_put_members_char.cc: Same.
      	* testsuite/22_locale/time_put_members_wchar_t.cc: Same.
      	* testsuite/21_strings/nonmember.cc: Same.
      	* testsuite/21_strings/compare.cc: Same.
      	* testsuite/27_io/stringstream.cc: Same.
      	* testsuite/27_io/stringbuf.cc: Same.
      	* testsuite/27_io/filebuf.cc: Same.
      	* testsuite/27_io/ios_manip_basefield.cc: Same.
      	* testsuite/27_io/ios_manip_fmtflags.cc: Same.
      	* include/bits/cpp_type_traits.h: Same.
      	* include/bits/generic_shadow.h: Same.
      	* include/bits/gslice_array.h: Same.
      	* include/bits/gslice.h: Same.
      	* include/bits/indirect_array.h: Same.
      	* include/bits/slice_array.h: Same.
      	* include/bits/sstream.tcc: Same.
      	* include/bits/streambuf_iterator.h: Same.
      	* include/bits/valarray_array.tcc: Same.
      	* include/bits/valarray_meta.h: Same.
      	* include/bits/valarray_array.h: Same.
      	* config/os/mingw32/bits/ctype_noninline.h: Same.
      	* config/os/mingw32/bits/ctype_base.h: Same.
      	* config/os/hpux/bits/ctype_noninline.h: Same.
      	* config/os/hpux/bits/ctype_base.h: Same.
      	* config/os/gnu-linux/bits/ctype_noninline.h: Same.
      	* config/os/gnu-linux/bits/ctype_base.h: Same.
      	* config/os/generic/bits/ctype_noninline.h: Same.
      	* config/os/generic/bits/ctype_base.h: Same.
      
      	* libsupc++/tinfo.h: Tweaks.
      
      From-SVN: r48922
      Benjamin Kosnik committed
    • num_put_members_wchar_t.cc (test02): Same. · def9746c
      2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/22_locale/num_put_members_wchar_t.cc (test02): Same.
      	* testsuite/22_locale/num_put_members_char.cc (test01): Tweak.
      	* testsuite/22_locale/ctype_members_char.cc: Tweak.
      
      From-SVN: r48902
      Benjamin Kosnik committed
    • num_put_members_wchar_t.cc (test02): Same. · c22e177d
      
      
      2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/22_locale/num_put_members_wchar_t.cc (test02): Same.
      	* testsuite/22_locale/num_put_members_char.cc (test01): Tweak.
      
      From-SVN: r48901
      Benjamin Kosnik committed
    • locale_facets.tcc (num_put::do_put(bool): Fix. · bed9a20d
      2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/locale_facets.tcc (num_put::do_put(bool): Fix.
      	(num_put::do_put(void*)): Fix.
      	* testsuite/22_locale/num_put_members_char.cc (test02): Add.
      	* testsuite/22_locale/num_put_members_wchar_t.cc (test02): Add.
      	* testsuite/22_locale/num_get_members_char.cc (test02): Add
      	long double, void, bool types.
      	* testsuite/22_locale/num_get_members_wchar_t.cc (test02): Add.
      
      From-SVN: r48892
      Benjamin Kosnik committed