diff options
author | Pedro Alves <palves@redhat.com> | 2013-03-26 16:47:02 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-03-26 16:47:02 +0000 |
commit | 1fb2e2b56901690331720448836755a4eee944c7 (patch) | |
tree | 7ffbe22450fe009b99003d40b956e1d0c5a4fb77 /gdb/ChangeLog | |
parent | 9b978282144d6bab479c042070c66bdfcdae6b02 (diff) | |
download | gdb-1fb2e2b56901690331720448836755a4eee944c7.zip gdb-1fb2e2b56901690331720448836755a4eee944c7.tar.gz gdb-1fb2e2b56901690331720448836755a4eee944c7.tar.bz2 |
Use readline's 'history_max_entries' instead of the old 'max_input_history'.
Ref: http://www.sourceware.org/ml/gdb-patches/2002-08/msg00486.html
We've long since imported a newer readline, no need to use the old
compatibility variable anymore.
Tested on x86_64 Fedora 17.
gdb/
2013-03-26 Pedro Alves <palves@redhat.com>
* top.c (gdb_rl_operate_and_get_next): Replace max_input_history
use with history_max_entries use. Remove FIXME note.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1233bd7..bc533be 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-03-26 Pedro Alves <palves@redhat.com> + + * top.c (gdb_rl_operate_and_get_next): Replace max_input_history + use with history_max_entries use. Remove FIXME note. + 2013-03-26 Markus Metzger <markus.t.metzger@intel.com> * record-btrace.c (record_btrace_close): Call |