aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog72
1 files changed, 72 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 9509eba9237..f434a830483 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,75 @@
+2004-10-07 Phil Edwards <phil@codesourcery.com>
+
+ * testsuite/lib/libstdc++.exp: Update list of undefined functions.
+
+2004-10-07 Paolo Carlini <pcarlini@suse.de>
+
+ * include/bits/list.tcc (operator=): Avoid iterator postincrement.
+ * include/bits/stl_tree.h (erase(iterator, iterator)): Likewise.
+
+2004-10-07 Benjamin Kosnik <bkoz@redhat.com>
+
+ * include/tr1: New.
+ * include/tr1/array: New.
+ * include/Makefile.am (tr1_headers): New.
+ (stamp-tr1): New.
+ (install-headers): New.
+ (allstamped): Add stamp-tr1.
+
+ * include/ext/array_allocator.h: New.
+ * include/Makefile.am: Add.
+ * include/Makefile.in: Regenerate.
+ * testsuite/ext/array_allocator/1.cc: New.
+ * testsuite/ext/array_allocator/2.cc: New.
+
+2004-10-07 Richard Earnshaw <rearnsha@arm.com>
+
+ * testsuite/lib/libstdc++.exp (libstdc++_exit): New proc.
+
+2004-10-07 Roger Sayle <roger@eyesopen.com>
+
+ PR libstdc++/17850
+ * configure.ac: Newlib does not provide strtold.
+ * configure: Regenerate.
+
+2004-10-06 Benjamin Kosnik <bkoz@redhat.com>
+
+ * acinclude.m4 (GLIBCXX_ENABLE_THREADS): Set enable_thread.
+ (GLIBCXX_CONFIGURE_TESTSUITE): Use it.
+ * configure: Regenerated.
+ * testsuite/Makefile.am (CLEANFILES): Add TEST for
+ check-performance executables.
+ (stamp_thread): New.
+ (all-local): Use it.
+ * testsuite/Makefile.in: Regenerate.
+ * scripts/create_testsuite_files: Filter thread tests.
+
+ * testsuite/thread/pthread1.cc: Remove macro conditionals: this
+ file will only be run by thread enabled configurations.
+ * testsuite/thread/pthread7-rope.cc: Same, add rope_type typedef.
+ * testsuite/thread/pthread6.cc: Same.
+ * testsuite/thread/pthread5.cc: Same.
+ * testsuite/thread/pthread4.cc: Same.
+ * testsuite/thread/pthread3.cc: Same.
+ * testsuite/thread/pthread2.cc: Same.
+
+ * testsuite/ext/mt_allocator/instantiate.cc: Add in __GTHREADS guard.
+ * testsuite/ext/mt_allocator/deallocate_global-1.cc: Move to...
+ * testsuite/ext/mt_allocator/deallocate_global_thread-1.cc: ...here.
+ * testsuite/ext/mt_allocator/deallocate_global-3.cc: Move to...
+ * testsuite/ext/mt_allocator/deallocate_global_thread-3.cc: ...here.
+ * testsuite/ext/mt_allocator/deallocate_local-1.cc: Move to...
+ * testsuite/ext/mt_allocator/deallocate_local_thread-1.cc: ...here.
+ * testsuite/ext/mt_allocator/deallocate_local-3.cc: Move to...
+ * testsuite/ext/mt_allocator/deallocate_local_thread-3.cc: ...here.
+
+2004-10-06 Benjamin Kosnik <bkoz@redhat.com>
+ Paolo Carlini <pcarlini@suse.de>
+
+ PR libstdc++/17780
+ * src/mt_allocator.cc (__pool<true>::_M_reserve_block): Revert
+ to old locking order.
+
2004-10-06 Paolo Carlini <pcarlini@suse.de>
* include/std/std_sstream.h (_M_sync): When the caller is