aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Muldoon <pmuldoon@redhat.com>2009-10-01 20:42:12 +0000
committerTom Tromey <tromey@gcc.gnu.org>2009-10-01 20:42:12 +0000
commite08312e36f2cc706b8a45568c75966240b70fdbd (patch)
treed53c3b8af5686ce20d248a0f616fec95e3da86b0
parent916e9b3117ddfa0f29ec427ff6f3badc08eb8064 (diff)
downloadgcc-e08312e36f2cc706b8a45568c75966240b70fdbd.zip
gcc-e08312e36f2cc706b8a45568c75966240b70fdbd.tar.gz
gcc-e08312e36f2cc706b8a45568c75966240b70fdbd.tar.bz2
printers.py (StdListPrinter): Add -D_GLIBCXX_DEBUG implementation changes.
2009-10-01 Phil Muldoon <pmuldoon@redhat.com> * python/libstdcxx/v6/printers.py (StdListPrinter): Add -D_GLIBCXX_DEBUG implementation changes. Receive typename from printer registration. (StdListIteratorPrinter): Likewise. (StdDebugIteratorPrinter): New printer. (build_libstdcxx_dictionary): Add -D_GLIBCXX_DEBUG registration entries. Always pass a typename where the type can change. (StdSlistPrinter) Receive typename from printer registration. Use in printer output. (StdBitsetPrinter): Likewise. (StdDequePrinter): Likewise. From-SVN: r152383
-rw-r--r--libstdc++-v3/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 6cdbedf..77a60a8 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,17 @@
+2009-10-01 Phil Muldoon <pmuldoon@redhat.com>
+
+ * python/libstdcxx/v6/printers.py (StdListPrinter):
+ Add -D_GLIBCXX_DEBUG implementation changes. Receive typename from
+ printer registration.
+ (StdListIteratorPrinter): Likewise.
+ (StdDebugIteratorPrinter): New printer.
+ (build_libstdcxx_dictionary): Add -D_GLIBCXX_DEBUG registration
+ entries. Always pass a typename where the type can change.
+ (StdSlistPrinter) Receive typename from printer registration. Use
+ in printer output.
+ (StdBitsetPrinter): Likewise.
+ (StdDequePrinter): Likewise.
+
2009-09-29 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/random.tcc: Define static const data members.