OSDN Git Service

2005-05-12 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 5563025..1b22dc4 100644 (file)
@@ -1,3 +1,228 @@
+2005-05-12  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * scripts/create_testsuite_files: Fix.
+       
+2005-05-12  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * testsuite/18_support/numeric_limits.cc (dg-options): Add
+       -mieee to options on sh*-*-*.
+
+2005-05-10  Jonathan Wakely  <redi@gcc.gnu.org>
+
+       * include/debug/debug.h: Fix typo in macro name.
+
+2005-05-09  Paolo Carlini  <pcarlini@suse.de>
+           Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+           
+       PR libstdc++/18604
+       * include/bits/deque.tcc: Fully qualify names from namespace std.
+       * include/bits/stl_bvector.h: Likewise.
+       * include/bits/stl_deque.h: Likewise.
+       * include/bits/stl_list.h: Likewise.
+       * include/bits/stl_map.h: Likewise.
+       * include/bits/stl_multimap.h: Likewise.
+       * include/bits/stl_multiset.h: Likewise.
+       * include/bits/stl_set.h: Likewise.
+       * include/bits/stl_vector.h: Likewise.
+       * include/bits/vector.tcc: Likewise.
+       * include/std/std_bitset.h: Likewise.
+       * testsuite/23_containers/bitset/18604.cc: New.
+       * testsuite/23_containers/deque/18604.cc: Likewise.
+       * testsuite/23_containers/list/18604.cc: Likewise.
+       * testsuite/23_containers/map/18604.cc: Likewise.
+       * testsuite/23_containers/set/18604.cc: Likewise.
+       * testsuite/23_containers/vector/18604.cc: Likewise.    
+
+2005-05-09  Mike Stump  <mrs@apple.com>
+
+       * configure: Regenerate.
+
+2005-05-09  Jonathan Wakely  <redi@gcc.gnu.org>
+
+       DR 434. bitset::to_string() hard to use [Ready]
+       * include/debug/bitset (to_string): Add three overloads, taking
+       fewer template arguments.
+
+2005-05-06  Mark Mitchell  <mark@codesourcery.com>
+
+       * testsuite/testsuite_hooks.cc (try_mkfifo): Remove.
+       * testsuite/testsuite_hooks.h (try_mkfifo): Likewise.
+       * testsuite/27_io/basic_filebuf/close/char/4879.cc: Use
+       dg-require-fork and dg-require-mkfifo.  Replace try_mkfifo with
+       mkfifo.
+       * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
+       * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
+       * testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
+       * testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc:
+       Likewise.
+       * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc:
+       Likewise.
+       * testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise.
+       * testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc:
+       Likewise.
+       * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
+       * testsuite/27_io/objects/char/7.cc: Likewise.
+       * testsuite/27_io/objects/char/9661-1.cc: Likewise.
+       * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
+       * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
+
+2005-05-04  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * acinclude.m4: Remove testsuite_wchar_t and testsuite_thread.
+       * testsuite/Makefile.am: Same.
+       * scripts/create_testsuite_files: Same. 
+       * Makefile.in: Regenerate.
+       * configure: Same.
+       * include/Makefile.in: Same.
+       * libmath/Makefile.in: Same.
+       * libsupc++/Makefile.in: Same.
+       * po/Makefile.in: Same.
+       * src/Makefile.in: Same.
+
+2005-05-04  Mark Mitchell  <mark@codesourcery.com>
+
+       * testsuite/lib/libstdc++.exp (v3-build_support): Look for
+       __GTHREADS, rather than _GLIBCXX_HAVE_GTHR_DEFAULT, to determine
+       whether or not thread support is available.
+
+       * docs/html/test.html: Explain how to run the testsuite on an
+       installed directory. 
+
+2005-05-01  Paolo Carlini  <pcarlini@suse.de>
+
+       * config/os/aix/os_defines.h: Remove obsolete __off_t,
+       __off64_t, __ssize_t defines.
+       * config/os/djgpp/os_defines.h: Likewise.
+       * config/os/hpux/os_defines.h: Likewise.
+       * config/os/irix/irix5.2/os_defines.h: Likewise.
+       * config/os/irix/irix6.5/os_defines.h: Likewise.
+       * config/os/solaris/solaris2.5/os_defines.h: Likewise.
+       * config/os/solaris/solaris2.6/os_defines.h: Likewise.
+       * config/os/solaris/solaris2.7/os_defines.h: Likewise.
+       * docs/html/17_intro/porting.html: Don't discuss the defines.
+       * docs/html/17_intro/porting.texi: Likewise.
+
+2005-04-29  Paolo Carlini  <pcarlini@suse.de>
+           Nathan Myers  <ncm@cantrip.org>
+
+       PR libstdc++/21286
+       * include/bits/fstream.tcc (basic_filebuf<>::xsgetn):
+       Loop on short reads; remove the work-around for
+       libstdc++/20806, not needed anymore.
+
+2005-04-29  Paolo Carlini  <pcarlini@suse.de>
+
+       PR libstdc++/21238
+       * include/bits/locale_facets.tcc (num_get::_M_extract_float,
+       num_get::_M_extract_int, num_get::do_get(bool&),
+       num_put::_M_insert_int, num_put::_M_insert_float,
+       num_put::do_put(bool), money_get::_M_extract,
+       money_put::_M_insert): Adjust the __cache_type typedef not to
+       forward to a numpunct/moneypunct typedef.
+       * testsuite/testsuite_character.h: Add pod_uint and its numpunct
+       and moneypunct specializations.
+       * testsuite/testsuite_character.cc: Add numpunct<pod_uint>::id
+       and moneypunct<pod_uint>::id.
+       * testsuite/22_locale/num_get/3.cc: New.
+       * testsuite/22_locale/num_put/3.cc: Likewise.
+       * testsuite/22_locale/money_get/3.cc: Likewise.
+       * testsuite/22_locale/money_put/3.cc: Likewise.
+
+       * include/bits/locale_facets.tcc (money_put::_M_insert,
+       time_get::_M_extract_name): Prefer operator== to operator!=
+       on char_types.
+
+2005-04-29  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/tr1/type_traits (is_convertible): Adjust according
+       to the resolution of TR1 issue 3.20.
+       * testsuite/tr1/4_metaprogramming/relationships_between_types/
+       is_convertible/is_convertible.cc: Add tests.
+
+2005-04-28  Paolo Carlini  <pcarlini@suse.de>
+           Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       PR libstdc++/21244 (cont)
+       * include/bits/cpp_type_traits.h (struct __traitor): Convert
+       to bool the values.
+       * include/bits/stl_algo.h: Convert _S_threshold to int.
+       * include/bits/stl_bvector.h: Revert previous change, convert
+       _S_word_bit to int.
+       * include/debug/formatter.h: Convert __max_parameters to
+       size_t.
+       * include/ext/mt_allocator.h: Likewise for _S_chunk_size.
+       * include/ext/pool_allocator.h: Likewise for _S_max_bytes and
+       _S_align.
+       * include/ext/rope: Likewise for _S_alloc_granularity; convert
+       _S_max_rope_depth to int.
+       * include/ext/ropeimpl.h: Convert _S_path_cache_len to int;
+       _S_max_rope_depth to int; _S_copy_max to size_t.
+
+2005-04-27  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * docs/doxygen/user.cfg.in: Update to doxygen-1.4.2.
+       * docs/doxygen/doxygroups.cc: Update namespace comments.
+
+2005-04-27  Dominik Strasser  <dominik.strasser@infineon.com>
+           Paolo Carlini  <pcarlini@suse.de>
+
+       PR libstdc++/21244
+       * include/bits/stl_bvector.h: Change the anonymous enum
+       at namespace scope to _S_word_bit_enum.
+       * testsuite/23_containers/vector/bool/21244.cc: New.
+
+2005-04-27  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/tr1/type_traits (has_trivial_copy, has_trivial_assign,
+       has_nothrow_copy, has_nothrow_assign): Adjust according to the
+       resolution of TR1 issue 3.21.
+       * testsuite/testsuite_tr1.h (test_copy_property,
+       test_assign_property): Remove.
+       * testsuite/tr1/4_metaprogramming/type_properties/
+       has_nothrow_assign/has_nothrow_assign.cc: Adjust.
+       * testsuite/tr1/4_metaprogramming/type_properties/
+       has_nothrow_copy/has_nothrow_copy.cc: Likewise.
+       * testsuite/tr1/4_metaprogramming/type_properties/
+       has_trivial_assign/has_trivial_assign.cc: Likewise.
+       * testsuite/tr1/4_metaprogramming/type_properties/
+       has_trivial_copy/has_trivial_copy.cc: Likewise.
+
+2005-04-26  Jones Desougi  <jones@ingate.com>
+
+       PR libstdc++/21131
+       * linkage.m4: Fix comments.
+
+2005-04-26  Paolo Carlini  <pcarlini@suse.de>
+
+       PR libstdc++/21209
+       * include/bits/locale_facets.tcc (_M_extract_int): Avoid signed
+       integer overflow, always use a suited unsigned type in the main
+       parsing loop.
+       (struct __to_unsigned_type): New.
+       * testsuite/22_locale/num_get/get/char/16.cc: New.
+       * testsuite/22_locale/num_get/get/wchar_t/16.cc: Likewise.
+
+2005-04-25  Paolo Carlini  <pcarlini@suse.de>
+
+       PR libstdc++/21035
+       * include/bits/basic_string.h (compare): Adjust the documentation
+       to match the implementation and the standard.
+
+2005-04-24  Paolo Carlini  <pcarlini@suse.de>
+
+       * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 35.
+
+2005-04-20  Mark Mitchell  <mark@codesourcery.com>
+
+       * testsuite/ext/bitmap_allocator/check_allocate_max_size.cpp: Add
+       explicit instantiations for systems without weak symbols.
+       * testsuite/ext/bitmap_allocator/check_deallocate_null.cc:
+       Likewise. 
+
+2005-04-18  Jonathan Wakely  <redi@gcc.gnu.org>
+
+       * include/bits/stl_algo.h (rotate_copy): Add missing std qualification.
+
 2005-04-17  Paolo Carlini  <pcarlini@suse.de>
 
        PR libstdc++/20914
        __int_to_char(_CharT*, long long, const _CharT*, ios_base::fmtflags)):
        Simplify, don't pass the sign.
        (_M_insert_float(_OutIter, ios_base&, _CharT, char, _ValueT)):
-       Deal with a sign at the beginning of __cs; robustify the grouping       
+       Deal with a sign at the beginning of __cs; robustify the grouping
        check.
        * testsuite/22_locale/num_put/put/char/20914.cc: New.
        * testsuite/22_locale/num_put/put/wchar_t/20914.cc: Likewise.