OSDN Git Service

2004-03-03 Jonathan Wakely <redi@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index a043fd5..6edd859 100644 (file)
@@ -1,5 +1,56 @@
+2004-03-03  Jonathan Wakely  <redi@gcc.gnu.org>
+
+       * docs/html/documentation.html: Regenerate.
+
+2004-03-02  Paolo Carlini  <pcarlini@suse.de>
+
+       PR libstdc++/14320
+       * include/bits/postypes.h (class streamoff): Remove, now
+       streamoff is just typedef a 64 bit signed integer type.
+       (class fpos): Tweak consistently.
+       * testsuite/27_io/fpos/14320-1.cc: New.
+       * testsuite/27_io/fpos/14320-2.cc: New.
+       * testsuite/27_io/fpos/14320-3.cc: New.
+       * testsuite/27_io/fpos/14320-4.cc: New.
+       * testsuite/27_io/fpos/14320-5.cc: New.
+       * testsuite/27_io/fpos/mbstate_t/4_neg.cc: xfail for now.
+
+2004-03-02  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/bits/locale_facets.tcc (money_get<>::_M_extract):
+       Reorganize a bit the main parsing loop, thus early detecting
+       an empty value component.
+       * testsuite/22_locale/money_get/get/char/16.cc: New.
+       * testsuite/22_locale/money_get/get/wchar_t/16.cc: New.
+
+2004-03-02  Benjamin Kosnik  <bkoz@redhat.com>
+
+       Support automake 1.8.2
+       * configure.ac (AM_INIT_AUTOMAKE): Add -Wno-override.
+       * po/Makefile.am (EXTRA_DIST): New.
+       * po/Makefile.in: Regenerate.
+       * Makefile.in: Same.
+       * include/Makefile.in: Same.
+       * libmath/Makefile.in: Same.
+       * libsupc++/Makefile.in: Same.
+       * src/Makefile.in: Same.
+       * testsuite/Makefile.in: Same.
+
+       * include/Makefile.am (${host_builddir}/gthr-posix.h): Use
+       __GXX_WEAK__ instead of SUPPORTS_WEAK.
+       (${host_builddir}/gthr-default.h): Same.
+       (${host_builddir}/gthr.h): Same.
+       * acinclude.m4 (GLIBCXX_ENABLE_THREAD): Remove
+       _GLIBCXX_SUPPORTS_WEAK, as this behavior can be modified via
+       -fno-weak.
+       * aclocal.m4: Regenerate.
+       * acconfig.h: Remove _GLIBCXX_SUPPORTS_WEAK.
+       * config.h.in: Regenerate.
+       * configure: Same.
+       
 2004-03-01  Benjamin Kosnik  <bkoz@redhat.com>
 
+       Support autoconf 2.59
        * acinclude.m4: Quote correctly.
        * aclocal.m4: Regenerate.
        * linkage.m4: Same.