aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/python
AgeCommit message (Expand)AuthorFilesLines
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-12-31run_doxygen: Allow doxygen 1.7.1 again.Benjamin Kosnik1-1/+10
2010-12-17aclocal.m4: Regenerate.Paolo Carlini1-6/+6
2010-12-06re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch...Dave Korn1-6/+8
2010-11-01re PR libstdc++/45999 (runtime error in std::vector python pretty printer.)Jonathan Wakely1-1/+4
2010-10-08re PR libstdc++/45403 (python pretty printer for std::string requires GDB 7.1)Jonathan Wakely1-1/+3
2010-08-16printers.py (StdVectorPrinter): Added stuff to handle pretty-printing of std:...Chris Moller1-11/+45
2010-08-06hook.in: Rename variable dir to dir_.David Malcolm1-3/+3
2010-07-02- Revert two chunks from libstdc++-v3/python/libstdcxx/v6/printers.py,Matthias Klose1-3/+2
2010-07-02Missed in last commit.Rainer Orth1-0/+2
2010-06-22printers.py: Don't use string exceptions.Matthias Klose1-4/+5
2010-05-04no-dist in non-imported automake dirs.Ralf Wildenhues1-42/+9
2010-04-02Update to Automake 1.11.1.Ralf Wildenhues1-1/+1
2010-01-15printers.py (StdStringPrinter.__init__): Remove encoding argument.Phil Muldoon1-15/+4
2009-12-05Sync from git Libtool and regenerate.Ralf Wildenhues1-1/+0
2009-10-20printers.py (StdTuplePrinter): New printer.Phil Muldoon1-0/+59
2009-10-01printers.py (StdListPrinter): Add -D_GLIBCXX_DEBUG implementation changes.Phil Muldoon1-19/+80
2009-09-18hook.in: Fix prefix trailing slash on 64bit host arches.Jan Kratochvil1-1/+1
2009-08-22Regenerate tree using Autoconf 2.64 and Automake 1.11.Ralf Wildenhues1-99/+117
2009-07-28Makefile.in: Regenerate.Ralf Wildenhues1-1/+1
2009-07-27Makefile.am (install-data-local): Use DESTDIR correctly.Ralf Wildenhues1-1/+1
2009-07-16printers.py (StdStringPrinter.to_string): Fetch std::string to the given length.Phil Muldoon1-1/+15
2009-06-17hook.in: Do not fail when there is no current objfile.Tom Tromey1-27/+32
2009-06-15printers.py (StdMapPrinter.__init__): Don't set self.iter.Tom Tromey1-6/+6
2009-06-10printers.py (lookup_function): Remove extra ';'.Tom Tromey1-7/+5
2009-06-10re PR libstdc++/40289 (share/libstdc++/python/ pollutes common namespace)Tom Tromey3-8/+65
2009-05-28Makefile.in, [...]: New files.Tom Tromey6-0/+1218