summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorjkratoch <jkratoch@138bc75d-0d04-0410-961f-82ee72b054a4>2015-11-20 19:00:51 +0000
committerjkratoch <jkratoch@138bc75d-0d04-0410-961f-82ee72b054a4>2015-11-20 19:00:51 +0000
commit073ddf1b1673ccc51d5278ff8c90a75706430311 (patch)
tree503821057663083e83da3da89562fe800d770075 /libstdc++-v3/ChangeLog
parent10efd28562ef32ea7178c61b107f1785a560ecd1 (diff)
downloadgcc-073ddf1b1673ccc51d5278ff8c90a75706430311.tar.gz
PR libstdc++/68448
* python/hook.in: Call register_libstdcxx_printers. * python/libstdcxx/v6/__init__.py: Wrap it to register_libstdcxx_printers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230669 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index d865255ece2..85b0383b8a5 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,6 +1,13 @@
+2015-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ PR libstdc++/68448
+ * python/hook.in: Call register_libstdcxx_printers.
+ * python/libstdcxx/v6/__init__.py: Wrap it to
+ register_libstdcxx_printers.
+
2015-11-17 Jonathan Wakely <jwakely@redhat.com>
- PR libstdc++66059
+ PR libstdc++/66059
* include/std/utility (_Build_index_tuple): Optimise.
2015-11-16 Doug Evans <dje@google.com>