aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2002-02-18 01:12:38 +0000
committerTom Tromey <tromey@redhat.com>2002-02-18 01:12:38 +0000
commit83d31a92df84ad938cf24a599c769df5f4bf1206 (patch)
treec2980a06f239ee8a63988fcc285a5f80e9ed03f6 /gdb/ChangeLog
parent380caad4f1ae3fe237c3696a8d1a6b69b846b893 (diff)
downloadgdb-83d31a92df84ad938cf24a599c769df5f4bf1206.zip
gdb-83d31a92df84ad938cf24a599c769df5f4bf1206.tar.gz
gdb-83d31a92df84ad938cf24a599c769df5f4bf1206.tar.bz2
* cli/cli-cmds.c (compare_strings): New function.
(complete_command): Only print each unique item once. * completer.h (complete_line): Declare. * completer.c (complete_line): New function. (line_completion_function): Use it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index be568c9..d449263 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2002-02-17 Tom Tromey <tromey@redhat.com>
+
+ * cli/cli-cmds.c (compare_strings): New function.
+ (complete_command): Only print each unique item once.
+ * completer.h (complete_line): Declare.
+ * completer.c (complete_line): New function.
+ (line_completion_function): Use it.
+
2002-02-16 Andrew Cagney <ac131313@redhat.com>
* gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.