X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libstdc%2B%2B-v3%2FChangeLog;h=99c840d532c7e58a9d68c2e0e9c0598be7fa816a;hb=c25016ad8848678cf1e032c8dcee9db8e25f8140;hp=c38d7499d47df728b75f6ab7cf07519fea7b4755;hpb=aa9fc7f703dff480dc4b60f1a3f8bb430d6b55ed;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c38d7499d47..99c840d532c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,57 @@ +2010-10-07 Hans-Peter Nilsson + + * testsuite/libstdc++-dg/conformance.exp: Apply + check_v3_target_fileio as a gate for tests in + subdirectories matching the substring _filebuf. + +2010-10-07 Paolo Carlini + + * include/bits/locale_facets_nonio.tcc (time_get<>:: + _M_extract_via_format): Tighten somewhat error checking. + * testsuite/22_locale/time_get/get_time/char/6.cc: New. + * testsuite/22_locale/time_get/get_time/wchar_t/6.cc: Likewise. + +2010-10-07 Jonathan Wakely + + PR libstdc++/45924 + * include/std/functional (_Bind_result::operator()): Do not expand + template parameter pack in forward call. + * testsuite/20_util/bind/45924.cc: New. + +2010-10-06 Paolo Carlini + + * include/std/functional (struct _Weak_result_type_impl): Add + specializazions for cv-qualified function types, for variadic + function types and pointers and references to function types, + and for pointers to member function types. + (struct _Reference_wrapper_base): Add specializations for + cv-qualified unary and binary function types. + * testsuite/20_util/reference_wrapper/result_type.cc: New. + * testsuite/20_util/reference_wrapper/typedefs-2.cc: Likewise. + +2010-10-06 Rainer Orth + + PR libstdc++/45863 + * scripts/extract_symvers: Restore revision 164879. + Only use pvs on SunOS. + +2010-10-05 David Krauss + + PR libstdc++/45841 + * include/bits/fstream.h (basic_filebuf::underflow): Overflow + success does not preclude returning failure. + (basic_filebuf::pbackfail): Likewise. + (basic_filebuf::xsputn): Fix indentation problem. + (basic_filebuf::xsgetn): Likewise. Also, add similar overflow + call to enable optimized case from write mode. + * testsuite/27_io/basic_filebuf/underflow/char/45841.cc: New. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/45841.cc: Likewise. + +2010-10-05 Jonathan Wakely + + * include/bits/locale_facets_nonio.h (time_get::get_time): Doc typo. + (time_get::get_date): Likewise. + 2010-10-05 Paolo Carlini * include/std/type_traits (_GLIBCXX_HAS_NESTED_TYPE): Add. @@ -145,7 +199,6 @@ * configure: Regenerate. * include/Makefile.in: Likewise. ->>>>>>> .r164755 2010-09-22 David Krauss PR libstdc++/45628