This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 2c3fc25dd1 Document fact that mininum Python version is now 2.6 new 6c28e44a35 Remove Python 2.4 and 2.5 support new 23031e3192 Prevent overflow in rl_set_screen_size new 8ed252144a Make 'show width/height' display "unlimited" when capped for [...] new 5862844d0f Test "set width/height -1"
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 36 +++++++++ gdb/config.in | 6 -- gdb/configure | 88 +-------------------- gdb/configure.ac | 16 +--- gdb/python/py-breakpoint.c | 8 +- gdb/python/py-inferior.c | 11 +-- gdb/python/py-prettyprint.c | 94 ----------------------- gdb/python/py-type.c | 8 +- gdb/python/py-utils.c | 3 +- gdb/python/py-value.c | 3 - gdb/python/python-internal.h | 53 +------------ gdb/python/python.c | 8 +- gdb/testsuite/ChangeLog | 16 ++++ gdb/testsuite/gdb.base/page.exp | 27 +++++++ gdb/testsuite/gdb.python/py-finish-breakpoint.exp | 7 -- gdb/testsuite/lib/gdb.exp | 12 --- gdb/utils.c | 27 ++++++- 17 files changed, 116 insertions(+), 307 deletions(-)