OSDN Git Service

2004-05-22 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 39d1acd..5a36072 100644 (file)
@@ -1,3 +1,127 @@
+2004-05-22  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * libsupc++/cxxabi.h: Remove duplicated and useless public and
+        private keywords in class declarations. Format. Use
+        stddef.h. Expose declarations to "C" compilation.
+        * libsupc++/tinfo.cc (__upcast_result): Add copy constructor and
+        assignment operator.
+        (__dyncast_result): Same.
+        * libsupc++/vec.cc (uncatch_exception): Same, use member
+        initialization list.
+                 
+2004-05-22  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/abi_check.cc: Add unistd.h.
+
+2004-05-22  Paolo Carlini  <pcarlini@suse.de>
+
+       PR libstdc++/15565
+       * include/bits/locale_facets.tcc (__int_to_char(unsigned long),
+       __int_to_char(unsigned long long)): Showpos is not relevant
+       for unsigned types.
+       * testsuite/22_locale/num_put/put/char/15565.cc: New.
+       * testsuite/22_locale/num_put/put/wchar_t/15565.cc: New.
+
+       * testsuite/22_locale/num_put/put/wchar_t/1.cc: Use L for the fill
+       char.
+       * testsuite/22_locale/num_put/put/wchar_t/2.cc: Likewise.
+       * testsuite/22_locale/num_put/put/wchar_t/3.cc: Likewise.
+       * testsuite/22_locale/num_put/put/wchar_t/4.cc: Likewise.
+       * testsuite/22_locale/num_put/put/wchar_t/5.cc: Likewise.
+       * testsuite/22_locale/num_put/put/wchar_t/6.cc: Likewise.
+       * testsuite/22_locale/num_put/put/wchar_t/8.cc: Likewise.
+
+2004-05-21  Matthias Klose  <doko@debian.org>
+       * docs/doxygen/run_doxygen:  Bump required version.
+
+2004-05-21  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * docs/html/abi.html (libgcc_s): Additions suggested by Matthias Klose.
+       * docs/doxygen/Intro.3: Subtractions suggested by Phil Edwards.
+
+2004-05-21  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/bits/istream.tcc (ignore): Remove redundant line.
+       (readsome): Tidy, closely following 27.6.1.3, p30.
+
+2004-05-20  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/bits/istream.tcc (operator>>(basic_istream<>&,
+       basic_string<>&)): Use a temporary buffer, thus avoiding
+       reallocation for common case.
+       * testsuite/21_strings/basic_string/inserters_extractors/char/11.cc:
+       New.
+       * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/11.cc:
+       Likewise.
+
+       * include/bits/istream.tcc: Const-ification of a few variables.
+
+       * include/bits/ostream.tcc: Trivial formatting fixes and
+       const-ification of some variables.
+
+2004-05-20  Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/15123
+       PR libstdc++/13928
+       * docs/doxygen/Intro.3: Remove Allocators.3.
+       Add new extension headers, extension namespace list.
+       * docs/doxygen/run_doxygen (problematic): Remove Allocators.3
+       Rename GLIBCXXSTD names to std::. Rename __gnu_debug to
+       __gnu_debug::. Remove __policy_ renames.
+       * docs/doxygen/guide.html: Add dot note.
+       * docs/doxygen/stdheader.cc: Edit, add files.
+       * docs/doxygen/user.cfg.in: Regenerate with Doxygen 1.3.7.
+       
+2004-05-18  Jonathan Wakely  <redi@gcc.gnu.org>
+
+       * include/ext/stdio_filebuf.h: Update comments to reflect PR 11691.
+
+2004-05-18  Jan Beulich  <jbeulich@novell.com>
+        PR libstdc++/15489
+        * scripts/create_testsuite_files: Also find source files through
+          symbolic links.
+
+2004-05-18  Jan Beulich  <jbeulich@novell.com>
+
+       PR libstdc++/15488
+       * testsuite/lib/libstdc++.exp: Make test files writable.
+
+2004-05-18  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/ext/mt_allocator.h:(__mt_alloc::allocate): Minor
+       tweaks.
+
+2004-05-18  Dhruv Matani  <dhruvbird@gmx.net>
+
+       * include/ext/mt_allocator.h:(__mt_alloc::allocate): Re-write
+       allocation loop which removes blocks from the global free list
+       from O(N) to O(1) when the required blocks are <= the number
+       available.
+
+2004-05-18  Jonathan Wakely  <redi@gcc.gnu.org>
+
+       * include/ext/enc_filebuf.h: Move concept-check macro to class scope.
+
+2004-05-17  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/testsuite_hooks.h (__gnu_test::conversion): New class.
+       * testsuite/23_containers/deque/14340.cc: New.
+       * testsuite/23_containers/list/14340.cc: New.
+       * testsuite/23_containers/map/14340.cc: New.
+       * testsuite/23_containers/multimap/14340.cc: New.
+       * testsuite/23_containers/multiset/14340.cc: New.
+       * testsuite/23_containers/set/14340.cc: New.
+       * testsuite/23_containers/vector/14340.cc: New.
+
+2004-05-17  Douglas Gregor   <gregod@cs.rpi.edu>
+
+       PR libstdc++/14340 
+       * include/debug/safe_iterator.h (_Safe_iterator converting 
+       constructor): Only allow declaration to instantiate when the 
+       incoming _Safe_iterator has exactly the right iterator type.
+
 2004-05-17  Jonathan Wakely  <redi@gcc.gnu.org>
 
        * include/bits/boost_concept_check.h: Fix old attribute syntax.