From 93632f4a606ceb961953c0ad9605447251002877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Dumont?= Date: Thu, 21 Jul 2011 20:34:40 +0000 Subject: [PATCH] Add missing ChangeLog entry From-SVN: r176586 --- libstdc++-v3/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3d368596335..5b088765ca1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,19 @@ +2011-07-21 François Dumont + + * 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 * include/std/mutex (timed_mutex, recursive_timed_mutex): Update