OSDN Git Service

* config/os/hpux/os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index e44d6f4..e9842ce 100644 (file)
@@ -1,3 +1,37 @@
+2009-12-05  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * config/os/hpux/os_defines.h (_GLIBCXX_PSEUDO_VISIBILITY): Provide
+       empty definition.
+
+2009-12-03  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR libstdc++/42261
+       * include/bits/basic_string.h (_S_construct_aux(_Integer, _Integer,
+       const _Alloc&, __true_type)): Cast the second argument to value_type.
+       * include/ext/sso_string_base.h (_M_construct_aux(_Integer, _Integer,
+       std::__true_type)): Likewise.
+       * include/ext/rc_string_base.h (_S_construct_aux(_Integer, _Integer,
+       const _Alloc&, std::__true_type)): Likewise.
+       * testsuite/21_strings/basic_string/cons/char/42261.cc: New.
+       * testsuite/21_strings/basic_string/cons/wchar_t/42261.cc: Likewise.
+
+2009-12-03  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * testsuite/20_util/bind/ref.cc: Add.
+       * testsuite/20_util/bind/all_bound.cc: Likewise.
+       * testsuite/20_util/bind/nested.cc: Likewise.
+       * testsuite/20_util/bind/placeholders.cc: Likewise.
+
+2009-12-03  Hans-Peter Nilsson  <hp@axis.com>
+
+       * testsuite/ext/profile/mutex_extensions.cc: Adjust dg-error line
+       number.
+
+2009-11-30  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * testsuite/lib/libstdc++.exp (libstdc++_init): Add host-dependent
+       settings for LC_ALL and LANG.
+
 2009-11-30  Dave Korn  <dave.korn.cygwin@gmail.com>
 
        * libstdc++-v3/acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Don't disable
 2009-10-28  Johannes Singler  <singler@kit.edu>
 
        PR libstdc++/40852
-       * include/parallel/multiseq_selection.h 
-       (multiseq_partition, multiseq_selection):  Avoid intermediate 
+       * include/parallel/multiseq_selection.h
+       (multiseq_partition, multiseq_selection):  Avoid intermediate
        values exceeding the integer type range for very large inputs.
 
 2009-10-26  Paolo Carlini  <paolo.carlini@oracle.com>
        Update link to bogus site with reference to unix.org.
        * doc/xml/manual/ctype.xml: Ditto.
        * doc/xml/manual/locale.xml: Ditto.
-                                             
+
 2009-10-09  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/parallel/numeric (__adjacent_difference_switch): Fix typo.