aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Dumont <fdumont@gcc.gnu.org>2011-07-21 20:34:40 +0000
committerFrançois Dumont <fdumont@gcc.gnu.org>2011-07-21 20:34:40 +0000
commit93632f4a606ceb961953c0ad9605447251002877 (patch)
tree8d916c79b1a4ecfbe5e850c331e552340b076301
parent364c862b4db320f88558443023bafa7fe1bb74ff (diff)
downloadgcc-93632f4a606ceb961953c0ad9605447251002877.zip
gcc-93632f4a606ceb961953c0ad9605447251002877.tar.gz
gcc-93632f4a606ceb961953c0ad9605447251002877.tar.bz2
Add missing ChangeLog entry
From-SVN: r176586
-rw-r--r--libstdc++-v3/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 3d36859..5b08876 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,19 @@
+2011-07-21 François Dumont <francois.cppdevs@free.fr>
+
+ * include/debug/safe_unordered_sequence.h,
+ safe_unordered_sequence.tcc: Rename respectively in...
+ * include/debug/safe_unordered_container.h,
+ safe_unordered_container.tcc: ...those. _Safe_unordered_sequence
+ rename _Safe_unordered_container.
+ * include/debug/safe_unordered_base.h: _Safe_unordered_sequence_base
+ rename _Safe_unordered_container_base.
+ * include/debug/unordered_map, unordered_set: Adapt to previous
+ modifications.
+ * config/abi/pre/gnu.ver: Likewise.
+ * src/debug.cc: Likewise.
+ * include/Makefile.am: Likewise.
+ * include/Makefile.in: Regenerate.
+
2011-07-21 Paolo Carlini <paolo.carlini@oracle.com>
* include/std/mutex (timed_mutex, recursive_timed_mutex): Update