X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libstdc%2B%2B-v3%2FChangeLog;h=1b22dc49f9965ee37707a40ed4d01c1f591269c7;hp=fc8b84a89b0ea7fe1070b5a4246bee81557a4216;hb=54ed959cf28fd28aff13ef379a685700d3bd4097;hpb=96e3c4c3cb599348f328646f9cc9d52d2a8c2c04 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fc8b84a89b0..1b22dc49f99 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,323 @@ +2005-05-12 Benjamin Kosnik + + * scripts/create_testsuite_files: Fix. + +2005-05-12 Kaz Kojima + + * testsuite/18_support/numeric_limits.cc (dg-options): Add + -mieee to options on sh*-*-*. + +2005-05-10 Jonathan Wakely + + * include/debug/debug.h: Fix typo in macro name. + +2005-05-09 Paolo Carlini + Giovanni Bajo + + 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 + + * configure: Regenerate. + +2005-05-09 Jonathan Wakely + + 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 + + * 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 + + * 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 + + * 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 + + * 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 + Nathan Myers + + 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 + + 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::id + and moneypunct::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 + + * 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 + Gabriel Dos Reis + + 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 + + * docs/doxygen/user.cfg.in: Update to doxygen-1.4.2. + * docs/doxygen/doxygroups.cc: Update namespace comments. + +2005-04-27 Dominik Strasser + Paolo Carlini + + 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 + + * 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 + + PR libstdc++/21131 + * linkage.m4: Fix comments. + +2005-04-26 Paolo Carlini + + 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 + + PR libstdc++/21035 + * include/bits/basic_string.h (compare): Adjust the documentation + to match the implementation and the standard. + +2005-04-24 Paolo Carlini + + * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 35. + +2005-04-20 Mark Mitchell + + * 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 + + * include/bits/stl_algo.h (rotate_copy): Add missing std qualification. + +2005-04-17 Paolo Carlini + + PR libstdc++/20914 + * include/bits/locale_facets.tcc (__int_to_char(_CharT*, _ValueT, + const _CharT*, ios_base::fmtflags, bool)): Don't deal with numeric + base or sign here, instead... + (_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)): ... here, + after adding the grouping. This fixes the bug and also allows to + clean-up the code dealing with integer types. + (_M_group_int(const char*, size_t, _CharT, ios_base&, _CharT*, + _CharT*, int&)): Simplify, remove bits dealing with numeric base. + (__int_to_char(_CharT*, unsigned long, const _CharT*, + ios_base::fmtflags), __int_to_char(_CharT*, unsigned long long, + const _CharT*, ios_base::fmtflags)): Remove hackish fix for + libstdc++/15565. + (__int_to_char(_CharT*, long, const _CharT*, ios_base::fmtflags), + __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 + check. + * testsuite/22_locale/num_put/put/char/20914.cc: New. + * testsuite/22_locale/num_put/put/wchar_t/20914.cc: Likewise. + +2005-04-14 Benjamin Kosnik + + * include/ext/bitmap_allocator.h + (__gnu_cxx::free_list::_M_get_mutex): New. + (__gnu_cxx::free_list::_M_get_free_list): New. + (__gnu_cxx::free_list::_S_bfl_mutex): Remove. + (__gnu_cxx::free_list::_S_free_list): Remove. + * src/bitmap_allocator.cc: Same. + * config/linker-map.gnu: Remove free_list and mutex export. + +2005-04-14 Benjamin Kosnik + + * include/ext/pod_char_traits.h (__gnu_cxx::character): Add char_type. + (character::to): New. + (character::from): New. + (operator==): Add state parameter. + (operator<): Same. + (char_traits::copy): Use std::copy. + (char_traits::assign): Use std::fill_n. + (char_traits::to_char_type): Use character::from. + (char_traits::to_int_type): Use character::to. + * testsuite/testsuite_character.h (__gnu_test::character): Remove. + (__gnu_test::conversion_state): Remove. + (__gnu_test::pod_char): Remove. + (pod_char): New typedef. + (pod_uchar): New typedef. + (pod_ushort): New typedef. + * testsuite/testsuite_character.cc: Fixups. + * testsuite/21_strings/basic_string/inserters_extractors/pod/ + 10081-in.cc: Same. + * testsuite/21_strings/basic_string/inserters_extractors/pod/ + 10081-out.cc: Same. + * testsuite/22_locale/numpunct/members/pod/1.cc: Same. + * testsuite/22_locale/numpunct/members/pod/2.cc: Same. + * testsuite/27_io/basic_filebuf/close/12790-1.cc: Same. + * testsuite/27_io/basic_filebuf/open/12790-1.cc: Same. + * testsuite/27_io/basic_filebuf/seekoff/12790-1.cc: Same. + * testsuite/27_io/basic_filebuf/seekoff/12790-2.cc: Same. + * testsuite/27_io/basic_filebuf/seekoff/12790-3.cc: Same. + * testsuite/27_io/basic_filebuf/seekoff/12790-4.cc: Same. + * testsuite/27_io/basic_filebuf/seekpos/12790-1.cc: Same. + * testsuite/27_io/basic_filebuf/seekpos/12790-2.cc: Same. + * testsuite/27_io/basic_filebuf/seekpos/12790-3.cc: Same. + * testsuite/27_io/basic_ios/imbue/14072.cc: Same. + * testsuite/27_io/basic_istream/extractors_arithmetic/pod/ + 3983-1.cc: Same. + * testsuite/27_io/basic_istream/extractors_character/pod/ + 3983-2.cc: Same. + * testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc: Same. + * testsuite/27_io/basic_istream/sentry/pod/1.cc: Same. + * testsuite/27_io/basic_ostream/sentry/pod/1.cc: Same. + +2005-04-12 Mike Stump + + * configure: Regenerate. + +2005-04-08 Benjamin Kosnik + + * testsuite/Makefile.am: Remove libv3test.a. + * testsuite/Makefile.in: Regenerate. + * testsuite/lib/libstdc++.exp (v3_target_compile): Fix comments. + +2005-04-08 Paolo Carlini + + PR libstdc++/20909 + * include/bits/locale_facets.tcc (num_put<>::_M_insert_float): + Don't even try to group numbers like 2e20, i.e., no decimal + point, scientific notation. + * testsuite/22_locale/num_put/put/char/20909.cc: New. + * testsuite/22_locale/num_put/put/wchar_t/20909.cc: Likewise. + 2005-04-08 Kelley Cook * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Define _GLIBCXX_ASM_SYMVER.