OSDN Git Service

2004-05-22 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index fe58a1e..5a36072 100644 (file)
@@ -1,3 +1,45 @@
+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.