OSDN Git Service

2005-04-26 Jones Desougi <jones@ingate.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 9bd78ce..8aa4ecc 100644 (file)
@@ -1,3 +1,35 @@
+2005-04-26  Jones Desougi  <jones@ingate.com>
+
+       PR libstdc++/21131
+       * linkage.m4: Fix comments.
+
+2005-04-26  Paolo Carlini  <pcarlini@suse.de>
+
+       PR libstdc++/21209
+       * include/bits/locale_facets.tcc (_M_extract_int): Avoid signed
+       integer overflow, always use a suited unsigned type in the main
+       parsing loop.
+       (struct __to_unsigned_type): New.
+       * testsuite/22_locale/num_get/get/char/16.cc: New.
+       * testsuite/22_locale/num_get/get/wchar_t/16.cc: Likewise.
+
+2005-04-25  Paolo Carlini  <pcarlini@suse.de>
+
+       PR libstdc++/21035
+       * include/bits/basic_string.h (compare): Adjust the documentation
+       to match the implementation and the standard.
+
+2005-04-24  Paolo Carlini  <pcarlini@suse.de>
+
+       * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 35.
+
+2005-04-20  Mark Mitchell  <mark@codesourcery.com>
+
+       * testsuite/ext/bitmap_allocator/check_allocate_max_size.cpp: Add
+       explicit instantiations for systems without weak symbols.
+       * testsuite/ext/bitmap_allocator/check_deallocate_null.cc:
+       Likewise. 
+
 2005-04-18  Jonathan Wakely  <redi@gcc.gnu.org>
 
        * include/bits/stl_algo.h (rotate_copy): Add missing std qualification.