OSDN Git Service

* testsuite/27_io/basic_ostream/inserters_arithmetic/char/23871.cc:
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 154e32a..4f618d0 100644 (file)
@@ -1,3 +1,71 @@
+2005-09-16  Janis Johnson  <janis187@us.ibm.com>
+
+       * testsuite/27_io/basic_ostream/inserters_arithmetic/char/23871.cc:
+       New.
+
+2005-09-15  Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/21674
+       PR libstdc++/22205
+       PR libstdc++/22222
+       * include/bits/c++config: Set _GLIBCXX_STD regardless of __GXX_WEAK__.
+       Add in check for __NO_INLINE__ for warning.
+       * testsuite/lib/dg-options.exp (dg-require-debug-mode): New.
+       * testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): New.
+       * testsuite/21_strings/basic_string/element_access/char/21674.cc:
+       Use it.
+       * testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc:
+       Use it.
+
+2005-09-15  Paolo Carlini  <pcarlini@suse.de>
+
+       PR libstdc++/23875
+       * include/std/std_ostream.h (operator<<(short), operator<<(unsigned
+       short), operator<<(int), operator<<(unsigned int), operator<<(float)):
+       Don't call operator<<(long), operator<<(unsigned long), or
+       operator<<(double), do the work mandated by the resolution of DR117...
+       * include/bits/ostream.tcc (operator<<(short), operator<<(unsigned
+       short), operator<<(int), operator<<(unsigned int), operator<<(float)):
+       ... here.
+       * testsuite/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc: New.
+
+2005-09-15  Mark Mitchell  <mark@codesourcery.com>
+
+       * testsuite/testsuite_character.h: Specialize character<>
+       templates in __gnu_cxx, not in __gnu_test.
+
+2005-09-13  Jonathan Wakely  <cow@compsoc.man.ac.uk>
+           Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/21674
+       * testsuite/21_strings/basic_string/element_access/char/21674.cc: New.
+       * testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc: 
+       New.
+
+2005-09-12  David Edelsohn  <dje@gcc.gnu.org>
+
+       PR libstdc++/22554
+       PR libstdc++/23734
+       * include/Makefile.am (stamp-assoc): Install each subgroup
+       of headers separately.
+       * include/Makefile.in: Regenerate.
+       
+2005-09-12  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/ext/mt_allocator/22309_thread.cc: Remove dg-do run.
+       * testsuite/lib/libstdc++.exp ( proc libstdc++_init): Enable
+       shared only for linux.
+       
+2005-09-12  Benjamin Kosnik  <bkoz@redhat.com>
+           David Edelsohn  <dje@gcc.gnu.org>
+
+       PR libstdc++/22554
+       PR libstdc++/23734
+       * include/Makefile.am (assoc_headers): Break into five sub values.
+       (install-headers): Use them.
+       (stamp-assoc): Same.
+       * include/Makefile.in: Regenerate.
+       
 2005-09-12  Chris Jefferson  <chris@bubblescope.net>
 
        * include/bits/stl_algo.h (search_n): Delegate to specializations.
@@ -8,8 +76,8 @@
 
 2005-09-12  Jim Xochellis  <jimxoch@yahoo.gr>
 
-       * include/bits/stl_algo.h (__search_n(std::random_access_iterator_tag)):
-       Add specialization.
+       * include/bits/stl_algo.h
+       (__search_n(std::random_access_iterator_tag)): Add specialization.
        (__search_n(,,,,binary_predicate,std::random_access_iterator_tag)):
        Likewise.