OSDN Git Service

For PR java/12996:
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 68c8571..5255ff4 100644 (file)
@@ -1,6 +1,60 @@
+2003-11-09  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/bits/locale_facets.tcc (_M_insert_int,
+       _M_insert_float): Move a couple of vars inside an if block.
+
+2003-11-09  Paolo Carlini  <pcarlini@suse.de>
+
+       PR libstdc++/12971
+       * include/bits/locale_facets.tcc
+       (money_put::do_put(..., long double)): Fix conversion
+       specification as per DR 328 [WP].
+       * testsuite/22_locale/money_put/put/char/12971.cc: Add.
+       * testsuite/22_locale/money_put/put/wchar_t/12971.cc: Ditto.
+       * docs/html/ext/howto.html: Add entry for DR 328.
+
+2003-11-08  Paolo Carlini  <pcarlini@suse.de>
+
+       PR libstdc++/12967
+       * include/bits/list.tcc (merge): Implement resolution of
+       DR 300 [WP].
+       * docs/html/ext/howto.html: Add entry for DR 300; tweak entry
+       for DR 231.
+
+       * docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html:
+       Import R27.
+
+2003-11-07  Jonathan Wakely  <redi@gcc.gnu.org>
+
+       * libsupc++/vec.cc: Conform to C++STYLE.
+
+2003-11-07  Carlo Wood  <carlo@alinoe.com>
+
+       PR libstdc++/12736
+       * bits/demangle.h (qualifier_list<Allocator>::decode_KVrA): Added.
+       (qualifier_list<Allocator>::decode_qualifiers): Collect concatenated
+       K, V, r and A qualifiers before processing them as a group.
+       * testsuite/demangle/abi_text/01.cc: Reordered CV-qualifiers.
+       * testsuite/demangle/regression/cw-16.cc: New.
+
+2003-11-07  Robert Millan  <robertmh@gnu.org>
+
+       * configure.host: Add kfreebsd*-gnu and knetbsd*-gnu.
+       * crossconfig.m4: Likewise.
+       * configure: Regenerate.
+
+2003-11-07  Carlo Wood  <carlo@alinoe.com>
+
+       * include/bits/demangle.h
+       (qualifier_list<Allocator>::decode_qualifiers(string_type&,
+       string_type&, bool member_function_pointer_qualifiers):
+       Always separate the '[' of an array type with a space from
+       what is left of it, except when that is the closing bracket
+       of another array dimension.
+
 2003-11-07  Carlo Wood  <carlo@alinoe.com>
 
-        * include/bits/demangle.h
+       * include/bits/demangle.h
        (qualifier_list<Allocator>::decode_qualifiers(string_type&,
        string_type&, bool) const): Made const.
        (qualifier_list<Allocator>::M_printing_suppressed): Added mutable.