diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-02-01 05:49:28 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-02-01 05:49:28 +0000 |
commit | d9b526553b332fb941b0376d3389f5c776402582 (patch) | |
tree | 792c590138029de9f52e8a559a1531c20064a319 /gdb/ChangeLog | |
parent | ce22a4f1dbbfe3318420263ee1f605f286aac464 (diff) | |
download | gdb-d9b526553b332fb941b0376d3389f5c776402582.zip gdb-d9b526553b332fb941b0376d3389f5c776402582.tar.gz gdb-d9b526553b332fb941b0376d3389f5c776402582.tar.bz2 |
* cli/cli-cmds.c: Include readline.h.
(complete_command): Pass the start of the last word to
complete_line.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c6610fb..e77cb3f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2004-02-01 Daniel Jacobowitz <drow@mvista.com> + + * cli/cli-cmds.c: Include readline.h. + (complete_command): Pass the start of the last word to + complete_line. + 2004-01-31 Daniel Jacobowitz <drow@mvista.com> * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint |