X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libstdc%2B%2B-v3%2FChangeLog;h=12052da8a56431c38104428b7a47891c8367a82d;hp=23839ec5e80bd297b596be630ac20e3a94e0144f;hb=5f0a087e4e9e0da52cfbee15a3f1c02be01b5312;hpb=d07a3ab78259872d9a9bad946c38eed137988b24 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 23839ec5e80..12052da8a56 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,133 @@ +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 @@ -77,7 +207,7 @@ __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.