OSDN Git Service

r383@cf-ppc-macosx: monabuilder | 2008-12-23 16:04:56 +0900
[pf3gnuchains/pf3gnuchains3x.git] / libstdc++-v3 / ChangeLog
index 7bcae27..4070761 100644 (file)
@@ -1,3 +1,20 @@
+2008-12-11  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/37582
+       * testsuite/26_numerics/headers/cmath/37582.cc: New.
+
+2008-12-08  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/tr1_impl/cmath: Undef remquof / remquol too; add using
+       declarations.
+       * acinclude.m4 [GLIBCXX_CHECK_C99_TR1]: Check remquof / remquol too.
+       * testsuite/tr1/8_c_compatibility/cmath/functions.cc: Adjust.
+       * configure: Regenerate.
+
+2008-12-08  Edward Smith-Rowland  <3dw4rd@verizon.net>
+
+       * include/bits/forward_list.h: Fixed spurious "forward_swap" in doxy.
+
 2008-12-06  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR libstdc++/38421